/* CSS Document */

/*
*{
margin: 0 0 0 0;
}
*/

body{
margin:20px 40px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;

}


ul {
list-style-type: none;
padding-left: 0;
margin: 0px;
}


li{
background: url(../cssImages/bullet.gif) left 0.6em no-repeat ;
padding-left: 15px;
margin-bottom: 10px;
line-height:1.7;

}

.title{
font-size:16px;
font-weight:bold;
letter-spacing:1px;
margin: 15px 0px;
color:#000000;
}


.bodyCopy{
line-height:1.7;
margin: 10px 0px;
color:#000000;
}

.bodyCopy a{
text-decoration:none;
color:#000000;
}

.bodyCopy a:hover{
text-decoration:underline;
color:#666666;
}

.bodyCopy a:visited{
text-decoration:none;
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:none;
color:#666666;
}
.nav a:hover{
text-decoration:underline;
color:#000000;
}


.topLogo{

margin: 0px 40px 0px 0px;

}


#MainDIV{
/*width: 700px;*/
/*
margin: 5px 40px auto 40px;
*/
}


#presHeader{
float:left;
width: 400px;
margin:20px 0px 0px 40px;
}


#blurb{
width: 500px;
margin: 20px 0px;
}


#logo{
width: 700px;
margin: 40px auto auto auto;
padding-bottom:40px;
}

div.separator {
font-size:0px;
clear: both;
background: url(../cssImages/dotted-line.gif) top left  ;
margin: 30px 0px;
height:6px;
/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	*/
}
