	/* Left Menu */
	.glossymenu{
		padding: 0;
		width: 160px; /*width of menu*/
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
		}
	.glossymenu a.menuitem{
		background: white url(../menu/images/bg.gif) repeat-x bottom left;
		color: #002A5C;
		display: block;
		position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
		width: auto;
		padding-left: 5px;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		padding-top: 4px;
		padding-right: 0;
		padding-bottom: 4px;
		}	
	.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
		color: #002A5C;
		}
	.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
		position: absolute;
		top: 6px;
		right: 5px;
		border: none;
		}
	.glossymenu a.menuitem:hover{
		background-image: url(../menu/images/bg_over.gif);
		color: white;
		}
	.glossymenu div.submenu{ /*DIV that contains each sub menu*/
		background: white;
		}
	.glossymenu div.submenu ul{ /*UL of each sub menu*/
		list-style-type: none;
		margin: 0;
		padding: 0;
		}	
	.glossymenu div.submenu ul li{
		border-bottom: 1px solid white;
		}	
	.glossymenu div.submenu ul li a{
		display: block;
		font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: black;
		text-decoration: none;
		padding: 1px 0;
		margin-left: 10px;
		padding-left: 3px;
		margin-right: 5px;
		}
	.glossymenu div.submenu ul li a:hover{
		background: white url(../menu/images/bg_over.gif) repeat-x bottom left;
		color: #FFFFFF;
		font-weight: 600;
		text-decoration: none;
		}
/* End Left Menu */

/* Start Main */	
	html,
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin:0px;
		padding:0px;
		height:100%;
		background-color:#002A5C;
		background-image:url(../images/global/bg.jpg);
		background-position:center;
		background-repeat:repeat-y;
	}
	h1{font-size:14px;}
	h2{font-size:13px;}
	h3{font-size:12px;}
	h4{font-size:11px;}
	h5{font-size:10px;}
	h6{font-size:9px;}	
	#container {
		min-height:100%;
		position:relative;
		width:760px;
		margin: 0px auto;
		background-color:#FFFFFF;
	}
	#top{
		width:760px;
		height:60px;
		background-color:#002A5C;
		margin:0px auto;
		}	
	#top_left{
		padding-left:10px;
		padding-top:15px;
		float:left;
		}
	#date{
		font-family:Arial, Helvetica, sans-serif;
		position:absolute;
		left:13px;
		top:10px;
		width:200px;
		height:12px;
		color:#CCCCCC;
		font-size:9px;
		}
	#top_right{
		float:right;
		height:60px;
		width:250px;
		background-image:url(../images/global/seal.gif);
		background-repeat:no-repeat;		
		}
	#top_links{
		position:absolute;
		width:200px;
		height:20px;
		margin-top:10px;
		margin-left:0px;
		}
	#search{
		position:absolute;
		width:250px;
		margin-top:30px;
		margin-left:0px;
		}
	#search_btn{
		position:absolute;
		top:1px;
		left:139px;
		}
	#menu{
		position:absolute;
		width:100%;
		top:60px;
		height:30px;
		background-color:#014D88;
		border-top-width: 2px;
		border-bottom-width: 2px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #FFFFFF;
		border-bottom-color: #FFFFFF;
		left: 0px;
		z-index: 20;
		}
	#awmAnchor-main{
		width: 760px;
		height: 30px;
		}
	#bottom{
		width:760px;
		margin: 0px auto;
		padding-bottom:75px;	 /*Height of the footer */
		}
	#banner{
		padding-top:34px;
		width:760px;
		height:100px;
		}
	#location {
		width:750px;
		height:30px;
		text-align: left;
		font-size: 10px;
		color: #666666;
		line-height: 30px;
		padding-left: 5px;
		float: left;
		padding-right: 5px;
		}
	#location a:link {
		color: #666666;
		text-decoration: none;
		}
	#location a:visited {
		color: #666666;
		text-decoration: none;
		}
	.location_current {
		color: #FF6600;
		}
	#breadcrumbs {
		float: left;
		width: 580px;
		text-transform: lowercase;
		}
	#breadcrumbs a:hover {
		color: #FF6600;
		text-decoration: none;
		}
	#breadcrumbs a:active {
		color: #FF6600;
		text-decoration: underline;
		}
	#tools {
		float: right;
		width: 50px;
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #666666;
		line-height: 12px;
		margin-top: 7px;
		}
	#textsizer {
		width:100px;
		float: right;
		padding-left: 5px;
		}
	#textsizer a:hover {
		color:#FF6600;
		font-weight:bold;
		}
	#main {
	float: left;
	width: 760px;
		}
	.main_table{
		width: 760px;
		}
	.main_left {
		padding-top: 5px;
		text-align: left;
		vertical-align: top;
		width: 170px;
		margin: auto;
		}
	.main_right {
	padding-top: 5px;
	vertical-align: top;
	width: 590px;
		}
	#maintext p {
		margin: 0px;
		}
	.current_heading{
		FONT-WEIGHT: bold;
		FONT-SIZE: 16px;
		COLOR: #005596;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 5px;
		padding-left: 10px;
		}
	.current_heading p{
		margin:0px;
		}	
	.maintext{
	line-height:1.5em;
	FONT-SIZE: 12px;
	COLOR: #002A5C;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-right: 25px;
	padding-left: 10px;
		}
	.maintext a:link{
		color:#005596;
		}
	.maintext a:visited{
		color:#005596;
		}
	.maintext a:hover{
		color:#FF6600;
		text-decoration:none;
		}
	.maintext ul {
		margin-top:8px;
		margin-bottom:8px;
		}
	.maintext ol {
		margin-top:8px;
		margin-bottom:8px;
		}	
	.maintext li {
		margin-bottom:4px;
		}
	.maintext blockquote {
		margin-top:0px;
		margin-bottom:0px;
		}
	#footer_hold{
		background-color:#FFFFFF;
		}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:60px;			/* Height of the footer */
		background:#002A5C;
		text-align:center;
		color:#BFDCFF;
		font-size:9px;
		padding-bottom:5px;
		padding-top:10px;		
		}
	/* other non-essential CSS */
	#footer a:link {
		color: #BFDCFF;
		text-decoration: none;
		}
	#footer a:visited {
		color: #BFDCFF;
		text-decoration: none;
		}
	#footer a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		
	}.section {
	color:#FF6600;
	font-weight:bold;
	vertical-align: top;
	}
	.item {
	color:#002A5C;
	padding-left:6px;
	padding-top:4px;
	vertical-align: top;
	}
	.item a:link {
		color:#004AA6;
		text-decoration:none;
	}
	.item a:visited{
		color:#002A5C;
	}
	.item a:hover{
		color:#FF6600;
		text-decoration:underline;
	}
	
	blockquote {
		margin: 0px;
		padding-left:15px;
		}#news_date {
	font-size: 10px;
	font-style: italic;
	}
	
	#news_title {
		font-size: 14px;
		font-weight: bold;
		padding-top: 8px;
		text-align: center;
	}

	.form_cell_left {
	font-size: 11px;
	line-height: normal;
	font-weight: bolder;
	vertical-align: top;
	padding: 5px;
	text-align: right;
	width: 225px;
	}
	.form_cell_right {
		font-size: 9px;
		line-height: normal;
		vertical-align: top;
		padding: 5px;
		font-style: italic;
	}
	.form_textbox {
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-right: 2px;
		padding-left: 2px;
	}
.form_section {
	color: #FFFFFF;
	background-color: #005596;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
}
.small_text {
	font-size: 10px;
	font-style: italic;
	line-height: normal;
}
