@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	width: 780px;
	height: 212px;
	background-color: #DDDDDD;
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #menu {
	background-color: #000;
	height: 45px;
	width: 758px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-top: 5px;
	padding-left: 22px;
}
.oneColFixCtrHdr #logo {
	height: 153px;
	width: 169px;
	margin-top: 10px;
	float: left;
}
.oneColFixCtrHdr #logo2 {
	height: 130px;
	width: 530px;
	margin-top: 4px;
	float: right;
	text-align: left;
	margin-right: 22px;
}
.oneColFixCtrHdr #logo3 {
	height: 40px;
	width: 530px;
	float: right;
	text-align: right;
	margin-right: 22px;
	background-image: url(../Images/AimsBar.gif);
	background-repeat: no-repeat;
	background-position: right;
}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 22px;
	padding-left: 22px;
	margin: 0;
	padding-top: 1px;
}
.oneColFixCtrHdr #map {
	height: 280px;
	width: 780px;
	margin-left: -22px;
	margin-top: -10px;
	background-image: url(../Images/WorldMap.jpg);
}
.oneColFixCtrHdr #news {
	height: 240px;
	width: 736px;
	margin-left: -22px;
	overflow: auto;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: 5px;
}
.oneColFixCtrHdr #footer {
	margin-right: 0px;
	margin-left: 0px;
	height: 70px;
	margin-top: 15px;
	background-image: url(../Images/footer2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
	font-size: 25pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C00;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}
p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #000;
}
.oneColFixCtrHdr #mapButton1 {
	height: 50px;
	width: 80px;
	position: relative;
	left: 600px;
	top: -40px;
}
.oneColFixCtrHdr #mapButton2 {
	height: 50px;
	width: 80px;
	left: 80px;
	position: relative;
	top: 60px;
}
.oneColFixCtrHdr #mapButton3 {
	height: 50px;
	width: 70px;
	position: relative;
	left: 285px;
	top: -10px;
}
.oneColFixCtrHdr #mapButton4 {
	height: 17px;
	width: 80px;
	position: relative;
	left: 620px;
	top: 225px;
	background-color: #DDD;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}
.oneColFixCtrHdr #mapButton5 {
	height: 17px;
	width: 70px;
	position: relative;
	left: 315px;
	top: 200px;
	background-color: #DDD;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}


.oneColFixCtrHdr #container #footer .oneColFixCtrHdr a {
	font-size: 9px;
	color: #000;
}
