/* CSS Document */

body {
	text-align: center; /* center things in pre-IE6 */
	min-width:800px;
	background-color:#999999;
    }
/* Start of Skip Nav */
.awt-skipNav {
	position: absolute;
	left: -999px;
	width: 990px;
}
/* End of Skip Nav */
#blank_space{
width:100%;
height:35px;}


#container {
	margin: 0px auto;
	float:none;
	width:750px;
	height:100%;
	text-align: left;
	border:1px solid; border-color:#004DE6;
	background-image:url(../images/white_background.gif);
	background-repeat:repeat;
}

/*----------------------------------background----------------------*/
#background{
width:100%;
height:100%;
background-image:url(../images/background.gif);
background-repeat:repeat-y;
overflow:auto;
}
/* End of Background */


#blank_space{
	width:100%;
	height:50px;
	}

/*------------------header----------------*/
#header {
	width:750px;
	height:150px;
	position:relative;
	background-color:#ffffff;
	background-image:url(../images/header_arcs.gif);
	border-top:solid 1px #8AA8E6;
	border-bottom:solid 5px #8AA8E6;
}

#awt-header tr, #awt-header td, #awt-header img { margin: 0; padding: 0; }

#awt-logo img { margin: 0; padding: 0; border: none;}

/* End of Header */

#middle {
	width:750px;
	position:relative;
}
/*------------------navigation----------------*/
#navigation {
	padding:0;
	margin:0;
	width:168px; display:block; position:relative; top:25px; float:left;}
#navigation ul{
    margin:0;
    padding:0;
	list-style:none;
	}
#navigation li{
	line-height:0px;
	}
#navigation a.nav {
	position:relative;
	width:140px;
	clear:both;
	margin-bottom:1px;
	left:10px;
	padding:0;
	line-height:25px;
	border-left:12px solid #003399;	
	border-bottom:1px dashed #003366;
	display:block;
	text-indent:5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

#navigation a.nav:hover{
	color:#8AA8E6;
	text-decoration:underline;
	border-left:12px solid #8AA8E6;
	border-bottom:1px dashed #8AA8E6;
	}
	
	#navigation h4 {
	text-transform: uppercase;
	text-align:center;
	font: bold 0.95em Arial,Verdana, Helvetica, sans-serif;
	padding: 6px 1px 4px 1px;
	margin-bottom:2px;
	padding: 5px 10px 5px 10px;
	background-color:#003399;
	color: #FFF;
}
	#navigation p {
	margin: 0em 0;
	padding: 4px 4px 4px 20px;
	font-size: .75em;
}

#navigation a:link { color: #003399; }

#navigation a:hover {
	color: 003399;
	text-decoration: none;
	}
	
/*------------------main content----------------*/
#main_content {
	width:550px;
	min-height:500px;
	position:relative;
	float:right;
	padding:10px 10px 10px 20px;}	
/* End of Main Content*/


/*------------------two column----------------*/
#two_column {
	width: 800px;
	background-image:url(../images/blue_background.gif);
	float:left;
}

/* End of Two Column */
/*------------------left panel----------------*/
#left_panel {
float:left;
width:340px;
height:100%;
padding:20px 10px 10px 10px;
}
/* End of Left Panel */

/*------------------right panel----------------*/
#right_panel {
	width: 420px;
	float:right;
	padding:10px 10px 10px 10px;
}
/* End of Right Panel*/

 .pic_caption
{
float: right;
width: 244px;
margin: 0 0 10px 10px;
padding: 10px;
font:Georgia, "Times New Roman", Times, serif;
font-size:small;
font-style:italic;
}



/*------------------footer----------------*/
#footer {
	width:750px;
	display:block;
	height:24px;
	background-color:#003399;
	border-top:1px solid;
	border-top-color:#663300;
	clear:both;
}
	
#footer a.nav{
	text-indent:0px; color:#663300; text-decoration:none; display:block; height:22px;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; line-height:22px;
	padding:0px 12px 0px 12px; margin:2px 0 2px 0; background-color:#669999; 
	}
#footer a.nav:hover{
	}
/* End of Footer */

h1,h2,h3 { font-weight: bold; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 1.2em;
	padding: 7px 0 0 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: .95em;
	padding: 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: italic;
	padding: 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .90em;
	color:#333333;
	}
li {font-family:Arial, Helvetica, sans-serif;
	font-size: .90em;
	color:#333333;}
	
input {
	font-size: .85em;
}

/* End General Site Wide */


#awt-topNav {
	margin: 1px 0;
	border: 1px solid #000;
	background: #003399;
	color: #FFF;
}

#awt-topNav-links {
	padding: 4px 1px 4px 15px;
	font-size: .85em;
	font-weight: bold;
}

#awt-topNav-links a {
	color: #FFF;
	text-decoration: underline;
}

#awt-topNav-links a:hover { text-decoration: none; }

#awt-topNav-links .awt-on { text-decoration: none;
	color: #FC0;
}
