	A:link {			text-decoration: underline; color: #173386;}
	A:visited {			text-decoration: underline; color: #173386;}
	A:hover {			text-decoration: none; color: #173386;}				

html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
/*	background: url(../images/bg-tile-1.gif) repeat-y #fff; */
	}
	
/* td {
	height: 100%;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	}
*/	
p { 
	word-spacing: 2px;
	line-height: 15px;
} 	

img{
	border: none;
	margin: 0px;
}
	
#container {
	position: relative;
	min-height: 100%;
	height: auto;
	margin-top: 1px;
	background-color: #02243C;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 990px; 
	background-color: #ccebff;
}

.standard {
	font-size: 13px;
	line-height:normal;
}

#subheader {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 20px;
	width: 990px; 
	background: #005DB3;
	font-size: 10px;
}


#contentcontainer {
	width: 991px;
	background-color: #FFFFFF;
	height: auto;
	text-align: left; 
}

html>#contentcontainer {height:auto}

#nav {
	width: 175px;
	float: left;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#divider {
	height: 8px;
	background: #5195CE;
	margin-bottom: 1px;
	}

#content {
	padding: 1px 10px 50px 20px;
	margin-top: 0px;
	margin-left: 80px;
	color: #222;
	background-color: #FFFFFF;
	line-height: 22px;
	}
	
#contenthome {
	padding: 20px;
	margin-top: 20px;
	margin-left: 67px;
	color: #222;
	line-height: 22px;
	}
	
#content2 {
	width: 500px;
	padding: 5px;
	margin: 0px;
	}


#rightcol {
	float: right;
	width: 180px;
	height: auto;
	margin-top: 32px;
	margin-left: 0px;
	margin-right: 8px;
	color: #222;
	text-align: left;
	clear: right;
	}
#rightcol a,
#rightcol a:visited,
#rightcol a:link{
	color: #173386;
	text-decoration: underline;
}

#rightcol a:hover{
	color: #173386;
	text-decoration: none;
}

#footer {
	height: 50px;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
	color: #444;
	margin-top: 50px;
	margin-left: 67px;
}
#footer a,
#footer a:visited,
#footer a:link{
	line-height: 25px;
	font-size: 11px;
	color: #444;
}

h1, h2, h3, h4, h5 {
	padding:0px;
	margin:0px;
	font-size: 17px;
	color: #173386;
	font-weight: bold;
	}
	
.boldred{ 
color:#FF0000;
font-weight: bold; 
}

.whitetext {
	color: #FFFFFF;
}
