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

body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	line-height:14pt;
	color:#000000;
}

.c{
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

a{
	color:#00aeef;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}



h1, h2, h3, h4, h5, h6, h7{
	color:#00AEEF;
	font-size:10pt;
	font-weight:bold;
	margin:3px 0 10px 0;
}

h1.topMargin{
	margin-top:25px;
}

h2{
	color:#000;
	font-size:9pt;
	margin:6px 0 8px 0;
}

p{
	margin:2px 0 8px 0;
}

ul{
	margin-top:3px;
}


li{
	color:#00AEEF;
}

ul.paragraphs li{
	margin-bottom:8px;
}

ul.noIndent{
	margin:3px 0 15px 5px;
	padding:0 0 0 9px;
}
ul.noIndent li{
	color:#000000;
	margin: 0 0 0 5px;
}


.black{
	color:#000000;
}



#containerTable{
	width:100%;
	height:100%;
}

#container{
	width:980px;
	margin:10px auto;
	background-image:url(../images/border-stretch.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#logoBig{
	width:214px;
	height:86px;
	float:right;
	margin:17px 40px 14px 0;
}

#nav{
	width:950px;
	clear:both;
	margin:0 0 50px 17px;
}

#nav img{
	float:left;
}

#nav div{
	float:left;
}

#navImgGenericLeft{
	background-image:url(../images/nav-generic-left.gif);
	width:49px;
	height:28px;
}

#navImgGenericRight{
	background-image:url(../images/nav-generic-right.gif);
	width:49px;
	height:28px;
}

.navImgGenericSpacer{
	background-image:url(../images/nav-generic-spacer.gif);
	width:5px;
	height:28px;
}


#pageContent{
	width:860px;
	margin:0 0 25px 75px;
}

.pageContentColumn, .pageContentColumnDrop{
	width:380px;
	margin-right:50px;
	float:left;
}

.pageContentColumnDrop{
	margin-top:30px;
}


#footer{
	width:950px;
	height:37px;
	margin:0 0 0 17px;
}

#footer img{
	float:left;
}

#footer div{
	float:left;
}

#footerImgGenericLeft{
	background-image:url(../images/footer-generic-left.gif);
	width:756px;
	height:28px;
}

.clientListColumn{
	width:190px;
	float:left;
	line-height:20pt;
	margin:25px 15px 60px 0;
}


#borderTop{	
	clear:both;
	background-image:url(../images/border-top.gif);
	width:972px;
	height:9px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin:0 auto;
}


#borderBottom{	
	clear:both;
	background-image:url(../images/border-bottom.gif);
	width:972px;
	height:6px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin:0 auto;
}


#enter{
	margin:250px auto;
	width:262px;
	text-align:center;
}