/* CSS Document */

*{
margin: 0 0 0 0;
}
body{
font-family:Arial, Helvetica, sans-serif;
}

.title{
font-size:16px;
font-weight:bold;
letter-spacing:1px;
margin: 15px 0px;
color:#000000;
}

.bodyCopy{
font-size:12px;
line-height:1.7;
margin: 10px 0px;
color:#000000;
}
.bodyCopy a{
text-decoration:underline;
color:#000000;
}
.bodyCopy a:hover{
text-decoration:underline;
color:#666666;
}
.bodyCopy a:visited{
text-decoration:underline;
color:#999999;
}

.nav{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
line-height:1.7;
margin: 10px 0px;
color:#999999;
}
.nav a{
text-decoration:underline;
color:#999999;
}
.nav a:hover{
text-decoration:underline;
color:#000000;
}



#MainDIV{
width: 700px;
margin: 5px auto auto auto;

}

#logo{
width: 700px;
margin: 40px auto auto auto;
padding-bottom:40px;
}

div.separator {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin-top: 4px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}