@charset "utf-8";
/* CSS Document */
body {
	/*position:absolute;
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
	/*left: 50%;
	text-align: center;
	position: absolute; 8*/
	background-repeat: repeat-x;
	background-position: left 0px;
	background-color: #75848B;
	background-image: url(/images/structure/body_bg.jpg);
	margin-top: 0px;
}

#container {
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
}
#top_nav {
	background-image: url(/images/structure/top_navigation.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 950px;
	float: left;
}
.topButton {
	float:right;
	width:100px;
	height: 35px;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}

.logobg {
	background-image: url(/images/structure/logo_acg_empty.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 4%;
	margin-top: 3px;
}
#image_panel {
	background-image: url(/images/structure/image_panel.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 200px;
	width: 950px;
}
#top_nav #top_nav_button {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 740px;
}
#content {
	float: left;
	width: 950px;
	background-image: url(/images/structure/content_bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content #leftnav {
	float: left;
	width: 208px;
	padding-left: 10px;
}
#content #main_content {
	float: left;
	width: 700px;
	margin-left: 10px;
}
#footer {
	background-image: url(/images/structure/footer.jpg);
	float: left;
	height: auto;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
h1,h2,h3,h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	color: #0D5C97;
	font-weight: normal;
	display: block;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
	color: #000000;
}
a.mainlevel {
	padding: 5px 0 5px 20px;
	width: 90%;
	display: block;
	color: #2A343A;
	text-decoration: none;
	background: url(/images/structure/a-mainlevel.gif) no-repeat bottom left;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #2A343A;
	text-decoration: none;
	background: url(/images/structure/a-mainlevel-hover.gif) no-repeat bottom left;
}
a {
	color: #0D5C97;
}
li {
	margin-left: -25px;
	line-height: 22px;
	list-style-position: outside;
	list-style-image: url(/images/structure/list_bull.png);
	list-style-type: none;
}
.footerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	color: #666666;
	text-transform: uppercase;
}
#container #image_panel #newsflash {
	float: left;
}
#container #image_panel #main_image {
	float: right;
	height: 200px;
	width: 730px;
}

