d@charset "utf-8";


#body {
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	width: 100%;
	background-color: #FFFFFF;
}


#background {
	height: auto;
	width: auto;
	padding: 0px;
	background-color: #ffffff;
	background-repeat:repeat;
}


#wrapper {
	width:880px;
	text-align:left;
	margin: 0px auto 15px auto;
	padding-left: 20px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom: 10px;
	border: solid 1px #dadada;
	background-color:#ffffff;
/* only if you a raised background is needed
 	background-image: url(images/test/right.gif);
	background-repeat: repeat-x;
*/
}


#header {
	width: 95%;
	margin: 0px;
	padding: 0px;
	/*background-color:#4682b0;*/
}



#logo {
	text-align: left;
	margin: 0px;
	padding:0px;
	width: 104%;
	/*background-color:#4682b0; */
}



#search {
	text-align: right;
	background-color:#ffffff;
	width: 98%;

}


#menu {
	color:#ffffff;
	border: solid 1px #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #485155;
	padding-top: 6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:20px;
	clear: both;
	width: 100.3%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style: none;
}

#sitemap {
	float:left;
	width:auto;
}


#menu a:link {
	color:#ffffff;
	text-decoration: none;
}

#menu a:visited {
	color:#ffffff;
	text-decoration: none;
}

#menu a:hover {
	color:#ff3300;
	text-decoration: none;
} 

#menu a:active {
	color:#ff3300;
	text-decoration: none;
}


#container {
	width: 98.85%;
	height:auto;
	margin:0px;
	padding-bottom:0px;;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}


#sidebar {
	text-align: left;
	float: left;
	width: 22%;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #b4b7bb;
	
}


#sidebar a:link, {
	color:#303538;
	text-decoration: none;
}

#sidebar a:visited {
	color:#303538;
	text-decoration: none
}

#sidebar a:hover {
	color:#ff3300;
} 


#sidebar a:active {
	color:#ff3300;
}


#navtext{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0A5A82;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 1px;
	padding-top:1px;
	background-color: #eeeeee;
	height: auto;
	width: 74%;
	margin: 0px;
	float: right;
}

#navtext a:link {
	color:#0A5A82;
	text-decoration:none;
}

#navtext a:visited {
	color:#0A5A82;
	text-decoration:none;
}

#navtext a:hover {
	color:#ff3300;
	text-decoration: none;
} 


#countries {
	text-align:left;
	height: auto;
	width: 74%;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #eeeeee;
}

#countries a:link {
	color:#3333ff;
}


#countries a:visited {
	color:#3333ff;
}

#countries a:hover {
	color:#ff3300;
} 


#information {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	height: auto;
	width: 74%;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #eeeeee;
	display: inline-block;
}

#information a:link {
	color:#3333ff;
}


#information a:visited {
	color:#3333ff;
}


#information a:hover {
	color:#ff3300;
} 



#informationgoogle {
	font-family:"Times New Roman", Times, serif;
	clear:both;
	font-size:14px;
	text-align:left;
	height: auto;
	width: 96%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #ffffff;
}

/* for the shadowed news boxes on homepage
#news{ 
	background-color: #eeeeee;
	background-image: url(images/test/news1.gif);
	background-repeat: repeat-x;
	float: left;

}
*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	clear:both;

	font-size:11px;
	text-align: center;
	list-style: none;
	color: #000000;
	padding-bottom:0px;;
	padding-left:10px;
	padding-right:20px;
	padding-top:0px;
	width: 95.3%;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	background-color:#4682b0;
}

#footer2 {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	clear: both;
	text-align: center;
	list-style: none;
	color: #000000;
	padding-bottom:0px;;
	padding-left:10px;
	padding-right:20px;
	padding-top:5px;
	width: 95%;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	background-color:#4682b0;
}


.morestyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: bold;
	color: #3333ff;
	text-decoration: none;
}


.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}


.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #3333ff;
}

.sidebarstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303538;
	text-decoration:none;
	font-style:italic;
}

.navtextstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#006699;
}

.heading1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:bold;
}

.heading2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}


.heading3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

/* this is to make a border around the text boxes on forms when the person is filling them in*/
textarea:focus, input:focus {
	border: 2px solid #900;
}

.information {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}
.KAMinformation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
p .style22 {
	color: #003366; 
}

.KAM {
	font-family:Arial, Helvetica, sans-serif;
	color: #F00;
	text-align: inherit;
}
