@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	}


/* HOMEPAGE STRUCTURE */

.headercell {
	background-image: url("../images/apc_bg_header.jpg"); 
	background-repeat: repeat-x; 
	background-position: center;
	}
#leftdotcell {
	background-image: url("../images/apc_bg_mainleft.jpg"); 
	background-repeat: no-repeat; 
	background-position: top right;
	background-color: #015c91;
	}
.maincontentcell {
	background-color: #015c91;
	}
.footercell {
	background-color: #bddcee;
	}
#homecalloutbg {
	background-image: url("../images/apc_bg_homecallout.jpg"); 
	background-repeat: no-repeat;
	background-color: #bddcee;
	}
#logo {
	float: left;
	}
#nav {
	float: right;
	}
	

/* MAIN NAV */

#mainnav {
	text-align: right;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	}
#mainnav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 27px;
	margin-right: 27px;
	}
#mainnav a:hover {
	color: #ffbb34;
	font-weight: bold;
	text-decoration: none;
	}
#mainnav a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
#mainnav a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}


/* CONTENT */

#homecontent {
	text-align: left;
	vertical-align: top;
	margin-top: 85px;
	margin-left: 25px;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	}
#homecontent a {
	color: #ffbb34;
	text-decoration: none;
	}
#homecontent a:hover {
	color: #ffbb34;
	text-decoration: underline;
	}
#homecontent a:visited {
	color: #ffbb34;
	text-decoration: none;
	}
#homecontent a:active {
	color: #ffbb34;
	text-decoration: none;
	}
#homecallout {
	margin-top: 32px;
	margin-left: 25px;
	margin-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	}
#homecallout a {
	color: #ffbb34;
	text-decoration: none;
	}
#homecallout a:hover {
	color: #ffbb34;
	text-decoration: underline;
	}
#homecallout a:visited {
	color: #ffbb34;
	text-decoration: none;
	}
#homecallout a:active {
	color: #ffbb34;
	text-decoration: none;
	}
.subhead1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffbb34;
	display: inline;
	}
	
	
/* FOOTER */

#footercontent {
	margin-top: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #015C91;
	float: top left;
	}
#footercontent a {
	color: #015C91;
	text-decoration: none;
	}
#footercontent a:hover {
	color: #015C91;
	text-decoration: underline;
	}
#footercontent a:visited {
	color: #015C91;
	text-decoration: none;
	}
#footercontent a:active {
	color: #015C91;
	text-decoration: none;
	}
#footerimage {
	margin-top: 10px;
	margin-bottom: 25px;
	}