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

	*{
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
	}
	body{
		background: #a3a3a3 url(_gfx/body_bg.gif) 0 0 repeat-x;
	}
	#wrapper{
		background: url(_gfx/wrapper_bg.png) 0 0 repeat-y;
		padding: 0 3px 0 1px;
		width: 899px;
		margin: 0 auto;
	}
	#header{
		height: 90px;
	}
	#banner{
		width: 100%;
		background: #000732;
		height: 75px;
		border-bottom: 1px solid #f1f1f2;
	}
	#banner #flash{
		width: 640px;
		float: left;
	}
	#banner #info{
		width: 259px;
		float: right;
	}
	#content{
		border-top: 1px solid #bbbbbd;
		background: url(_gfx/content_bg.gif) 0 0 repeat-y;
		border-bottom: 1px solid #bbbbbd;
	}
	#content #main{
		margin: 30px;
		width: 540px;
		float: left;
	}
	#content #right{
		width: 239px;
		margin: 30px 30px;
		float: right;
	}
	#content #right h2{
		color: #999;
		margin-bottom: 15px;
	}
	#footer{
		padding: 15px 0;
		text-align: center;
	}
	#content #main p{
		color: #333;
		padding-top: 5px;
	}
	#content #main li{
		color: #333;
		margin-left: 15px;
		padding-top: 5px;
	}
	#content #main h2{
		padding-left: 35px;
		color: #000732;
		background: url(_gfx/marker-white.gif) 0 4px no-repeat;
	}
	#content #main h2 a{
		display: block;
		color: #999;
		text-decoration: none;
	}
	#content #main h2 a:hover{
		color: #000732;
	}
	#content #main h3{
		color: #000732;
		margin: 25px 0 2px 0;
	}
	#content #main h4{
		color: #000732;
		margin: 10px 0;
	}
	#banner #info h2{
		color: #fff;
		padding-left: 35px;
		padding-bottom: 5px;
		margin: 20px 40px 0 15px;
		line-height: .96em;
		background: url(_gfx/marker-blue.gif) 0 4px no-repeat;
	}
	#header h1{
		width: 80%;
		float: left;
		height: 90px;
		background: url(_gfx/logo.gif) 0 0 no-repeat;
		text-indent: -4000px;
	}
	#header h1 a{
		display: block;
		height: 90px;
		width: 300px;
	}
	#header #account_login{
		float: right;	
		margin: 10px 10px 0 0 ;
	}
	#header #account_login img{
		border: 0;	
	}
	#footer p, #footer p a{
		color: #999;
		text-decoration: none;
	}
	h2{
		font-size: 1.25em;
	}
	p, li{
		font-size: .813em;
		line-height: 1.188em;
	}
	td{
		padding-bottom: 15px;
	}	
	
	.sub #main p, .sub #main ul, .sub #main h3, .sub #main h4, .sub #main ol{
		padding-left: 35px;
		margin-bottom: 2px;
	}
	.form_container, .formcontainer {	
		font-size: 12px;
		width: 95%;	
		float: none;
		background-color: #ededf7;
		border: 1px solid #CCCCCC;
		padding: 5px;
		margin: 10px;
	}
	.graylargetext {	
		font-size: 1.20em;
		color: #999;
	}
	.boldfont {	
		font-size: 14px;
		font-weight: bold;
		color: #333333;
	}
	.form_font {	
		font-size: 11px;
	}
	.no_bullets {
		list-style: none;	
	}
