/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #d7d8d9;
	background-image:url(../images/bkgd.gif);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
	width: 100%;
	height: 100%;
}

p {
	padding: 0px;
	margin-bottom: 15px;
}

a:link {
	color: #0fb7e9;
	text-decoration: none;
}

a:visited {
	color: #0fb7e9;
	text-decoration: none;
}

a:hover {
	color: #0fb7e9;
	text-decoration: underline;
}

/* Header */

	
#headerlogo {
	padding: 10px 40px 10px 10px;
}

#headertable {
	color:#ffffff;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	}
	
#headertable a {
	color:#ffffff;
	text-decoration: underline;
	}
	
#searchwrapper {
	width:auto;
	height:15px;
	overflow:hidden;
	text-align:right;
	}

/* Basic Layout */
		
#main {
	width: 750px;
	height: 100%;
	margin:0px;
	}

#menu {
	width: 750px;
	height: 20px;
	text-align: center;
	}
			
#footer {
	width: auto;
	height: auto;
	text-align: left;
	clear: both;
	padding: 10px 0px 0px 8px;
	}
	
#footer a:link{
	color: #3c3f43;
	text-decoration: underline;
	}
	
#footer a:visited{
	color: #3c3f43;
	text-decoration: underline;
	}
		
#footer a:hover{
	color: #0fb7e9;
	text-decoration: underline;
	}
	

/* Sidebar */

#sidebar {
	width: 119px;
	height: auto;
	float: right;
	}

#sidebar_bluewrapper {
	background-image:url(../images/sidebar/sidebar_bkgd.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#068ab2;
	}

#clientlogin {
	width: 103px;
	height: auto;
	overflow:hidden;
	background-color:#3c3f43;
	text-align:left;
	padding: 7px 8px 2px 8px;
	}

.clientlogintext {
	color:#ffffff;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	}

#sidebar_copy {
	padding: 5px 7px 0px 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	text-align: left;
	}

#sidebar_indent {
	padding: 2px 0px 0px 12px;
	}

/* Text Styles */
	
.header {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #3f3f3f;
	}
		
.subhead {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 900;
	color: #3f3f3f;
	}
	
.body {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	line-height: 14px;
	}
	
.textmenu {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	line-height: 12px;
	}
	
.highlight {
	color: #0fb7e9;
	}

.fineprint {
	color: #3f3f3f;
	font-family:  "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 9px;
	line-height: 10px;
	}

/* Fields */

.clientloginfield, .searchfield {
	text-align: left;
	background-color:#eaeced;
	height: 15px;
	border: 0px;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #3c3f43;
	padding-left:2px;
}	

.clientloginfield {
	margin: 2px 0px 10px 0px;
	width: 90px;
}	
	
.searchfield {
	width: 100px;
}	

