/* CSS Document */

body {
	margin:0px;
	font-size:80%;
	color:#444444;
	line-height:150%;
	background-color:#f5f5f5;
}
	
/* fonts */
body.font-lucida,
.font-lucida h1,
.font-lucida h2,
.font-lucida h3,
.font-lucida h4,
.font-lucida h5,
.font-lucida h6 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }

body.font-georgia,
.font-georgia h1,
.font-georgia h2,
.font-georgia h3,
.font-georgia h4,
.font-georgia h5,
.font-georgia h6 { font-family: Georgia, "Times New Roman", Times, serif; }

body.font-trebuchet,
.font-trebuchet h1,
.font-trebuchet h2,
.font-trebuchet h3,
.font-trebuchet h4,
.font-trebuchet h5,
.font-trebuchet h6 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; }



a {text-decoration:none;}
a:hover {background-color:#C8EAFF;
	text-decoration:none;}

img { margin:0px; border:0px; padding:0px;}

ul { margin-top:0px;
	margin-left:20px;
	margin-bottom:10px;}

#main {width:759px;
	background-color:#FFFFFF;
	border-right:1px solid #A6B1BD;}
	
	
.text {
width:594px;
background-color:#FFFFFF;
padding:8px;
}
.text ul {
padding-left: 0;
}
.text ul li {
padding-left: 0;
margin-left: 20px;
}	
.text_w760 {
width:404px;
background-color:#FFFFFF;
padding:8px;
}
.text_w760 ul {
padding-left: 0;
text-align:left;
}
.text_w760 ul li {
padding-left: 0;
margin-left: 20px;
text-align:left;
}

.nav {width:168px;
	background-color:#EDEFF2;
	border-left:1px solid #A6B1BD;
	border-right:1px solid #A6B1BD;}

table td.mid_td{
	background-color:#FFFFFF;}

#footer {
	width:950px;
	background-color:#f5f5f5;
	border-top:1px solid #A6B1BD;
	padding-top:10px;
	padding-bottom:10px;
}
#footer_w760 {
	width:759px;
	background-color:#f5f5f5;
	border-top:1px solid #A6B1BD;
	padding-top:10px;
	padding-bottom:10px;
}
	
	
	
	
