@charset "UTF-8";
/* CSS Document */

.style1 
{
	font:24px georgia;
	color: #363636;
	font-weight:bold;
	line-height:30px;
	letter-spacing:.1em;
}

.style2 
{
	font:12px arial;
	line-height:14px;
	color:#333333;
}

.style3 
{
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 11px;
}

.style4
{
	font:12px Verdana;
	line-height:16px;
	color:#363636;
	font-size: 12px;
}
.style5
{
	font:16px Verdana;
	color:#363636;
	font-weight:bold;
	font-size: 16px;
}

/* END ORIGINGAL STYLE SHEET */

.clear { clear: both; }
h1 {
	font: bold 18px Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: 10px;
	padding-top: 20px;
/*	color: #8e124a;*/
}
h2 {
	font: bold 18px Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: 10px;
	padding-top: 20px;
}
h3 {
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;/* was bold 18px */
	margin-bottom: 10px;
	padding-top: 10px;/*011808:jac5:was 20px*/
}
h4 {
	font: 10px Arial, Helvetica, Verdana, sans-serif;/* was bold 18px*/
	margin-bottom: 12px;
	padding-top: 20px;
}
h5 {
	background-color:#a5b1c9;/*020408:jac5: was #48618e changed per Xoch: not 4B5F7F */
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	line-height:15px;
	/*padding:5px 0px 5px 6px;*/
	padding:0px;
	/*margin:0px -11px 5px -11px;*/
	margin: 0px;
}

h6 {
	font: bold 11px Arial, Helvetica, Verdana, sans-serif;
	color: #002469;
	font-variant:small-caps;
	font-weight:bold;
	margin: 4px 0 0 0;
	font-size:13px;
	line-height: 15px;
}

.sideNav h5 {margin:0px -11px 5px -11px; padding-left:11px; padding-top: 5px; padding-bottom:5px;}
.rightNav h5 { margin:0px -11px 5px  -6px; padding-left:6px; padding-top: 5px; padding-bottom:5px; }

ul li {
	line-height:16px; list-style-type:square;
}
ol li {
	line-height:16px;
}

/* 111107:IDTHEFT */
body {
	MARGIN: 0px; 
	LINE-HEIGHT: 13px; 
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-align:center; /*only centers the PAGE in IE, not FF*/
	font-size:11px;
/*033009:jac5::Per Jerry, added background gradient/color	*/
/*BACKGROUND-IMAGE: url(http://www.joechauncey.com/aow/images/bg_blue.jpg);*/
	background-repeat: repeat-x;
	background-color:#000000;/*light blue wings.  old: 051e56, was: 45a5be*/

}

#page {
	width:780px;
	background:#FFFFFF;
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position: relative;
	width:800px;
	height:190px;
/*	background-color:#A5B1C9;#8899b9*/
	padding:0;
	margin:0;
	z-index:1;
}

#bannerLink {
text-decoration:none;
border:none;
padding:0;
margin:0;
}

img.bannerImage {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	border:none;
	padding:0;
	margin:0;
	height:196px;
	width:780px;
}
#wrapper {
	background-color:#000000;/*021908:was #bac4d6:JAC5, changed per Xoch::081609-cfd5e2*/
	height:100%;
}
.horiz_links {
	position:absolute;
	z-index:20;
	top:4px;
	left:0px;
	text-align:right;
	font-size:10px;
	line-height:12px;
	width:780px;
}
.horiz_links a:link {
	text-decoration:none;
	color:#002469;
	font-weight: bold;
}
.horiz_links a:visited { 
	color:#00307E; 
	text-decoration:none;
	font-weight: bold;
}
.horiz_links a:hover, .horiz_links a:active {
	text-decoration:underline;
	color:#4B5F7F;
	font-weight: bold;
}
#horiz_navbar {
font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	background-color:#000000;/*45a5be*/
	BACKGROUND-IMAGE: url(http://www.joechauncey.com/aow/images/navbar.jpg);
	color:#999999;/*fdb52b*/
	position:relative;
	clear:both;
	float:left;
	text-align:center;
	margin-top:200px;/*vert location of horiz_navigation*/
	width:780px;
	z-index:0;
}
#horiz_navbar a:link {
text-decoration:none;
color:#002469;/*002469*/
}
#horiz_navbar a:hover {
text-decoration:underline;
color:#fdb52b;/*gold halo*/
}
#horiz_navbar a:visited {
text-decoration:none;
color:#051e56;
}
#horiz_navbar h3 {
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	color:#051e56;
	margin-bottom: 0px;
	padding-top: 0px;
}
.sideNav {
	text-align:left;
	clear:both;
	float: right;
	padding: 20px 0px 0px 11px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
/*	background:#a5b1c9;*/
}
.sideNav a {
	line-height:15px;
	padding-bottom:10px;
}
.sideNav a:link {
	text-decoration:none;
	color:#002469;
	font-weight: bold;
	display: block;
}
.sideNav a:visited { 
	color:#00307E; 
	text-decoration:none;
	font-weight: bold;
	display: block;
	margin-right: 5px;
}
.sideNav a:hover, .sideNav a:active {
	text-decoration:underline;
	color:#4B5F7F;
	display:block;
	font-weight: bold;
}

.content {
	position: relative; 
	float:left;
	/*top: 11px;*/
	width:421px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	background:#ffffff;/*cfd5e2*/
	min-height:500px;
	color:#002469;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a5b1c9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a5b1c9;

}

.contentWide {
	position: relative;
	float:right;
	/*top: 11px;*/
	width:580px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	background:#000000;/*cfd5e2*/
	min-height:500px;
	color:#999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a5b1c9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a5b1c9;
}
.content p {
	font-size:12px;
	line-height:20px;
	margin:5px 0 8px 0;
	font-weight:normal;
}

.contentWide p {
	font-size:12px;
	line-height:20px;
	margin:5px 0 8px 0;
	font-weight:normal;
}
.contentWide h4 {
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;/* was bold 18px*/
	margin-bottom: 10px;
	padding-top: 20px;
	color: #8e124a;
}
.contentWide h3, #far_right h3 {margin:15px 0 5px 0;}

.contentWide a:link {
	text-decoration:none;
	color:#fdb52b; /*blue: 002469, red: b31b34, maroon:8e124a*/
/*	font-weight: bold;*/
}
.contentWide a:visited { 
	color:#4B5F7F;/*was 666666*/ 

/*	font-weight: bold;*/
}
.contentWide a:hover, .content a:active {
	text-decoration:underline;
	color:#4B5F7F; /* gold: fdb52b brightblue: 4B5F7F */
/*	font-weight: bold;*/
}

.content h3, #far_right h3 {margin:15px 0 5px 0;}

.content a:link {
	text-decoration:none;
	color:#8e124a; /*blue: 002469, red: b31b34, maroon:8e124a*/
/*	font-weight: bold;*/
}
.content a:visited { 
	color:#4B5F7F;/*was 666666*/ 

/*	font-weight: bold;*/
}
.content a:hover, .content a:active {
	text-decoration:underline;
	color:#4B5F7F; /* gold: fdb52b brightblue: 4B5F7F */
/*	font-weight: bold;*/
}
#contentFooter {bottom:0;height:20px;text-align:right;font-size:11px;font-style:italic;border-top:1px solid #a5b1c9;);  }
.rightNav {
	text-align: left;
	float:right;
	padding: 20px 11px 0% 5px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002469;
	font-weight: normal;
	line-height: 14px;
/*	background:#a5b1c9;*/
}
.rightNav a {
	line-height:15px;
	padding-bottom:10px;
}
.rightNav a:link {
	text-decoration:none;
	color:#002469; /*blue*/
	font-weight: normal;
	display: block;
}
.rightNav a:visited { 
	color:#00307E; 
	text-decoration:none;
	font-weight: normal;
	display: block;
}
.rightNav a:hover, .rightNav a:active {
	text-decoration:underline;
	color:#4B5F7F;
	display:block;
	font-weight: normal;
}

.footer {
	clear:both;
	text-align:center;
	vertical-align:baseline;
	color:#002469;
	background:#fdb52b;/*b31b34*/
	BACKGROUND-IMAGE: url(http://www.joechauncey.com/aow/images/footer.jpg);
	font-size:11px;
	height: 30px;
	width: auto;
}
.footer a:link {
	text-decoration:none;
	color:#002469;
}
.footer a:visited {
	color:#c0c0c0;
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	text-decoration:underline;
	color:#4B5F7F;
	font-weight: normal;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-style:normal;
	font-weight:100;
	color:#002469;
}
.bodyText a:link {
	text-decoration:none;
	color:#8e124a; /*blue: 002469, red: b31b34, maroon:8e124a*/
/*	font-weight: bold;*/
}
