/* Zeroes and General Styles */

	img, div, td, th, table, form
	{
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	p, ul, ol, li, dl, dt, dd, td, th, form
	{
		font: 12px/1.75em Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}
	
	UL 
	{
		PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px
	}

	LI 
	{
		LINE-HEIGHT: 16px
	}

	a, strong, em, span { font-size: inherit; }
	
	h1, h2, h3, h4, h5, h6
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}
	
	h1 {
		font-size: 16px;
		color: #091C58;
		font-weight: bold;
	}
	
	h3 {
		PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP: 10px
		color: #3300ff;
		color: #000;
		font-weight: bold;
		font-size: 10pt;
		padding-bottom: 10px;
		line-height: 16px;
		text-align: left;
	}
	
	h4 {
		color: #000;
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
		padding-top: 10px;
		text-align: left;
	}
	
	body
	{
		margin: 0px;
		padding: 24px 0 0 0;
		text-align:center;
		background: #fff url('/images/bg_page.gif') repeat-x; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	.errmsg{
		color: #ff0000;
		font-style:italic;
	}
	
	.msg{
		color: #009900;
		font-style:italic;
	}
	
	#header{
		width: 800px;
	}
	
	#header div{
		float:left;
	}
	
	#tagline{
		width: 175px;
		height: 22px;
	}
	
	#topnav{
		width: 625px;
		height: 22px;
		background: #4d4d4d url('/images/bg_topnav.gif') repeat-x;
		text-align: left;
	}
	
	#topnav .item{
		font: bold 8pt arial;
		color: #fff;
		padding: 0 5px 0 27px;
		/*padding: 0 17px 0 19px;*/
	 	background: url('/images/btn_topnav.gif') no-repeat center left;
	 	height: 22px;
	 	letter-spacing: 1px;
	 	white-space: nowrap;
	}
	
	#topnav .itemOver{
	 	background: url('/images/btn_topnav_over2.gif') no-repeat center left;
	}
	
	#content{
		width: 800px;
		height: 374px;
		/*background: #fff url('/images/bg_content_main.jpg') no-repeat;*/
		float: center;
		background-color: #ffffff;
		text-align: left;
		padding-top: 10px;
		margin:auto;
	}
	
	#content_text {
		/*width: 600px;*/
		WIDTH: 424px;
		/*height: 355px;*/
		overflow: auto;
		float: left;
		font-size: 12px;
		text-align: justify;
		padding-right: 10px;
		padding-left: 10px;
		line-height: 16px;
	}

	#content_text_wide {
		/*width: 600px;*/
		WIDTH: 600px;
		/*height: 355px;*/
		overflow: auto;
		float: left;
		font-size: 12px;
		text-align: justify;
		padding-right: 10px;
		padding-left: 10px;
		line-height: 16px;
	}

	#content_right {
		float: right;
		width: 173px;
	}
	
	#leftnav{
		width: 176px;
		color: #3300ff;
		font: bold 8pt arial;
		text-align: left;
		margin: auto;
		float: left;
	}
	
	#smalltext{
		color: #000000;
		font: bold 7pt arial;
	}
	
	a, a:hover,a:visited{
		color: #3300FF;
		text-decoration: none;
	}
	a:hover{
		color: #444444;
		text-decoration: none;
	}
	
	a.eml,a.eml:visited{
		color: #3300ff;
	}
	a.eml:hover{
		color: #444444;
	}
	
	#leftnav div {
		padding: 8px;
		margin: auto;
	}
	
	div.delimit {
		border-top: solid 3px #fff;
	}
	
	#topnav .item:hover{
		curser: crosshair;
		background: url('/images/btn_topnav_over.gif') no-repeat center left;
	}
	
	.bluesep{
		height: 4px;
		width: 800px;
		background-color: #005bbf;
	}
	
	.frmButton {
		background-color:#1C558A;
		border:1px solid #091A52;
		color:#D5D0CA;
		font-family:Tahoma,Verdana;
		font-size:8pt;
	}
				
	.subnavOver { background-color: #fff; }
	.dd_normal a, .subnavOver a, .subnavOver a:hover,.subnavOver a:visited { color: #3333cc;font-weight:bold; }
	.navOver p { color: #0e5dab; }
	.dropdown { position:absolute;display:none;white-space: nowrap;text-align: left;border-top:solid 1px #999999;border-left:solid 1px #999999;border-right:solid 1px #999999;background-color: #99CDEF; }
	.dropdown div { padding: 3px;border-bottom: solid 1px; }
			
