body {
	background-color : White;
	/*background-image : url(../graphics/BACflagsweb1.gif);*/
}

.head1{
background-color: #666666;
/*height: 200px;*/
}
.head1 h1{
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
	text-align : center;
}
.head1 td{
	background-color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}
.head1 table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background-position: center;
}

#head2{
background-color: #666666;
height: 36px;
}
#head2 ul
{
padding-left: 0px;
margin-left: 0;
background-color: #666666;
color: #3399FF;
float: right;
width: 100%;
font-family: arial, helvetica, sans-serif;
}
#head2 ul li { display: inline; }
#head2 ul li a{
	background-color: #666666;
	color: #3399FF;
	text-decoration: none;
	float: right;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	padding-top: 0.2em;
	padding-right: 3em;
	padding-bottom: 0.2em;
	padding-left: 1em;
/*border-right: 1px solid #fff;*/
}
#head2 ul li a:hover{
background-color: #CCCCCC;
color: #000066;
}

.left{
	background-color: #666666;
	position: absolute;
	/*background-image: url('design/menu.gif');*/
	width: 181px;
	left: 8px;
}

.content{
	margin-left: 185px;
	padding-top: 10px;
	padding-left: 10px;
}
.content p {
	text-align: center;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
}
.content table {
	background-color : #CCCCCC;
	/*border : 1px Black;*/
}
.content tr{
	border : 1px solid Black;
}
.content td{
	font-family : sans-serif;
	color : Navy;
	padding : 5px 15px 5px 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}
.content a:link {
	font-style: italic;
	font-weight: bold;
	color: Navy;
	text-decoration: none
}
.content a:visited {
	font-style: italic;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none
}
.content a:active {
	font-style: italic;
	font-weight: bold;
	color: Navy;
	text-decoration: none
}
.content a:hover {
	font-style: italic;
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline
}
.content h1{
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
	text-align : center;
}
.content h2{
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
}
.content h3{
		font-size: large;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
}

#menucontainer
{
	background: #666666;
	width: 175px;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	height: 330px;
}
.content #entryList table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000066
}
.content #entryList tr {
	border : 1px solid Black;
}
.content #entryList td {
	font-family : sans-serif;
	color : Navy;
	padding : 2px 5px 2px 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}


ul#navlist{
text-align: left;
list-style: none;
padding: 0;
margin: 0 /*auto*/;
width: 150px;
}
ul#navlist li{
display: block;
margin: 0;
padding: 0;
}
ul#navlist li a{
	display: block;
	width: 150px;
	padding: 0.5em 0 0.5em 2em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #3399FF;
	text-decoration: none;
	background-color: #666666;
}
#menucontainer>ul#navlist li a { width: 180; }
ul#navlist li#active a{
background: #f0e7d7;
color: #800000;
}
ul#navlist li a:hover, ul#navlist li#active a:hover{
	color: #000066;
	border-color: #FFFFFF;
	background-color: #CCCCCC;
}

.fontRed{
	color: Red;
}
.box{
	background-color : #CCCCCC;
	border : thin ridge #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 18px;
	line-height: 25px;
	color: #000066;
	padding: 5px;
	margin: 10px;
}

#adverts {
	text-align: center;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin-left: 185px;
}
.counter {
	text-align: center;
}

.contents {
	padding-top: 10px;
	padding-left: 10px;
}
.contents p {
	text-align: center;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
}
.contents table {
	background-color : #CCCCCC;
	/*border : 1px Black;*/
}
.contents tr{
	border : 1px solid Black;
}
.contents td{
	font-family : sans-serif;
	color : Navy;
	padding : 5px 15px 5px 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}
.contents a:link {
	font-style: italic;
	font-weight: bold;
	color: Navy;
	text-decoration: none
}
.contents a:visited {
	font-style: italic;
	font-weight: bold;
	color: Purple;
	text-decoration: none
}
.contents a:active {
	font-style: italic;
	font-weight: bold;
	color: Navy;
	text-decoration: none
}
.contents a:hover {
	font-style: italic;
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline
}
.contents h1{
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
	text-align : center;
}
.contents h2{
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
}
.contents h3{
		font-size: large;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
}
.contents #entryList table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066
}
.contents #entryList tr {
	border : 1px solid Black;
}
.contents #entryList td {
	font-family : sans-serif;
	color : Navy;
	padding : 2px 5px 2px 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}
.floatLeft {
	float: left;
}
.content h4 {

		font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
}
.indemnity {
	padding: 15px;
}
.indemnity p {

	text-align: center;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
}
.indemnity h1 {

	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration : none;
	text-align : center;
}

