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

html { 
	min-height:100%; 
	margin-bottom:1px; 
}

body {
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0;
	margin:0;
	text-align:justify;
	color:#446;
	font-family:verdana, arial, sans-serif;
	font-size:8pt;
	line-height:150%;
}


#logo
{
	width:600px;
	margin:30px auto auto 43px;
	line-height:130%;
}

#container
{
	width:600px;
	position:absolute;
	float:left;
	margin:0;
	line-height:130%;
	left:72px;
	top:80px;
	height:auto;
}

#container h1 {
	color:#27318B;
	font-size:15px;
	line-height:130%;
	font-weight:bold;
}

#container h2 {
	color:#27318B;
	font-size:12px;
}

h1.line {
	border-bottom:1px solid #27318B;
}

h1.block {
	background-color:#cfd1e5;
	padding:3px 0 3px 5px;
	     /* T R B L */
}

h2.line {
	border-top:1px solid #27318B;
	padding-top:5px;
}

#container h3 {
	font-size:10px;
}

#banner{
	/* background-image:url(../images/banner1.jpg); */
	width:100%;
	margin:0;
	vertical-align:text-top;
	height:99px;
	text-align:left;
	color:#27318B;
	font-size:14pt;
	background-color:#f5f5f5;
}

#intro{
	background-repeat:no-repeat;
	vertical-align:text-top;
	width:600px;
	height:330px;
	text-align:left;
	line-height:150%;
	color:#27318B;
	font-size:8pt;
}

#tagline {
	color:#27318B;
	vertical-align:text-top;
	font-size:16px;
	letter-spacing:1px;
}

#tableTextTop {
	vertical-align:top;
}

#bullets {
	list-style-image:url(../images/bullet.gif);
	line-height:18px;
}

#indent {
	line-height:190%;
	text-align:justify;
	/*margin:0 35px 15px 35px; */
	     /* T R B L */
}

img.floatRightClear { 
    float:right; 
    clear:right; 
    margin:7px 0 10px 20px; 
		     /* T R B L */
}

#table {
	border-left:1px;
	width:100%;
}

#table tr td{
	background-color:#F5F5F5;
	background-repeat:no-repeat;
}

#header {
	height:76px;
	width:100%;
	padding:0em;
	background-color:#00328A;
	border-bottom:0px;
}

.floatleft {
float:left;
}

.floatright {
float:right;
}

#footer {
	padding:3px;
	color:#999;
	border-top:1px dotted #27318B;
	border-bottom:1px solid #27318B;
	text-align:left;
	font-size:9px;
}

#mailing {
	text-align:left;
	width:230px;
	}

#content h2 { 
	margin:0 0 .5em 0;
}

#content a:link, #content a:visited {
	font-weight:bold;
	text-decoration:underline;	
}
#content a:hover, #content a:active {
	text-decoration:none;
}

A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
A:hover {
text-decoration:none;
color:#FFF;
background-color:#AAD;
}
