/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#03345E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#2F6191;
	font-size: 12px;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#holder {
	width: 760px;
}
#topBar {
	width: 760px;
	height: 118px;
	background-image: url(../images/topbg.jpg);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: -3px;
}
#logo {
	background-image: url(../images/aphnac_logo.jpg);
	background-repeat: no-repeat;
	width: 81px;
	height: 80px;
	margin-top: 18px;
	margin-left: 9px;
	float: left;
}
#title {
	width: 525px;
	height: 20px;
	margin-left: 110px;
	margin-top: 46px;
}
#menuHolder {
	width: 130px;
	background-color: #CAD6E2;
	float: left;
}
#menu {
	border-right: 1px solid #FFFFFF;
	height: 502px;
}
#menu a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	color: #00265D;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 10px;
	border-bottom: 1px solid #FFFFFF;
}
#menu a:hover {
	background-color: #99B0C8;
}
#currentMenu {
	background-color: #F3F5F8;
}
#quoteBox {
	width: 627px;
	height: 185px;
	float: left;
	background-color: #FFFFFF;
}
* html #quoteBox {
	width: 630px;
	height: 185px;
	float: left;
	background-color: #FFFFFF;
	margin-right: -2px;
}
* html #quote {
	background: url(../images/blue_grad_bg.jpg) repeat-y;
	width: 383px;
	height: 187px;
	float: left;
}
#quote {
	background: url(../images/blue_grad_bg.jpg) repeat-y;
	width: 380px;
	height: 187px;
	float: left;
}
* html #quotePic {
	width: 240px;
	height: 187px;
	float: right;
	border-right: 1px solid #FFFFFF;
	margin-right: -3px;
}
#quotePic {
	width: 240px;
	height: 187px;
	float: right;
	border-right: 1px solid #FFFFFF;
}
#quoteText {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 25px;
	font-style: italic;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#pageBodyHolder {
	width:440px;
	float: left;
}
#rightSide {
	color:#FFFFFF;
	float: right;
	background-color: #007CC2;
	width: 190px;
	border-top: 1px solid #FFFFFF;
}
#rightSideText {
	padding-left: 14px;
	padding-top: 10px;
	padding-right: 15px;
}
#newsBox {
	background-color: #007CC2;
	width: 157px;
	height: 153px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#newsWhite {
	color:#FFFFFF;
}
#newsWhite p{
	margin: 0px;
}
#stateBox {
	background-color: #00589C;
	height: 153px;
	width: 439px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#whatIs {
	width: 410px;
	height: 160px;
	background-color: #DBE9F0;
	float: left;
}
#newsBoxText {
	font-size: 13px;
	padding-top: 15px;
	padding-left: 14px;
	color: #FFFFFF;
	padding-right: 5px;
}
#newsBoxText p{
	margin:0px;
}
.arrow {
	color: #002961;
}
.newsTitle {
	padding-bottom: 7px;
}
#mapnText {
	margin-left: 20px;
	margin-top: 15px;
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	width: 220px;
}
#map{
	width: 160px;
	float: left;
	padding-top:5px;
	padding-right:7px;
	margin-left: 10px;
}
#whatIsText{
	padding-top: 8px;
	padding-left: 10px;
}
.titles {
	font-weight: bold;
	color: #178AC3;
	font-size: 15px;
}
.editText {
	color: #CC0000
}
.newsTitle {
	color: #FFFFFF
}
.newsArrow {
	color: #000033
}
.titlesGrey {
	font-weight: bold;
	color:#8AA5BF;
	font-size: 15px;
}
a:link {
	color:#004891;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#004891;
}
a:hover {
	text-decoration: underline;
	color:#2D96FF;
}
a:active {
	text-decoration: underline;
	color:#004891;
}
#editBox {
	border: 2px dashed #CC0000;
	padding: 15px;
}
.editText {
	color:#CC0000;
	font-size: 12px;
}
#link p {
	margin: 0px;
}
#editBox {
	border: 2px dashed #CC0000;
	padding: 10px;
}
#editBox a{
	font-size:12px;
	font-style:normal;
}
#archiveLink {
	color:#FFFFFF;
}
#archiveLink a {
	color:#FFFFFF;
	text-decoration:none;
}
#archiveLink a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}