/* CSS Document */

/*****
**sets every default tag styles to have no predifened styles
****/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, img{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code{
	font-size: 1em;
}

a{
	text-decoration: none;
}

a img{
	border: 0;
}

*{
	margin: 0;
	padding: 0;
}
/**
END OF PREDIFINED STYLES**/










#wrapper{
width: 800px;
margin:0 auto;
}

#wrapper a{
border-bottom: 1px dotted #0066FF;
color: #0482FF;
}

#wrapper a:hover{
	color: #48A4FF;
}


#header{
	padding-bottom: 80px;
	padding-top: 80px;
}

#logo{
	width: 270px;
	float:left;
}

#logo a{
	border: none;
}

#logo .colorlites{
	font: 30px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}
#logo h1{
	padding-left: 5px;
	}



#mainnav{
	width: 530px;
	margin-left: 270px;
	text-align:right;
}

#mainnav ul{
list-style: none;
margin-top: 20px;
}

#mainnav ul a{
	font-size: 13px;
}

#mainnav ul li{
	display: inline;
	margin-right: 8px;
	border-bottom: 1px dotted #0066FF;
	}
	
.clear{
	clear:both;
}
	
#maincont{
}


#maincontleft{
	width: 400px;
	float:left;
}

#maincontright p{
	font-size: 18px;
	font-family: Plantin,"Plantin std","Plantin","Baskerville",Georgia,"Times New Roman",serif;
	line-height: 29px;
	padding-right: 30px;
	color: #666666;
	padding-left: 5px;
}

#maincontright{
	width: 400px;
	margin-left: 400px;
}

#footer{
	padding-bottom: 20px;
	color: #666666;
	font-family: Plantin,"Plantin std","Plantin","Baskerville",Georgia,"Times New Roman",serif;
	font-size: 14px;
}

#footer .footer1{
	width: 190px;
	float: left;
	margin:0 5px;
	border-top: 3px solid #5C5C5C;
}

#footer .footer1 ul{
	margin: 8px 0px 8px 22px;
}

#footer .footer1 ul li{
	list-style: circle;
	margin-bottom: 4px;
}

#footer h2{
	font-size: 22px;
	color: #5C5C5C;
	margin: 5px 0px;
	margin-bottom: 15px;
}

#footer .footer2{
	width: 190px;
	float: left;
	margin:0 5px;
	border-top: 3px solid #5C5C5C;
}

#footer .footer3{
	width: 190px;
	float: left;
	margin:0 5px;
	border-top: 3px solid #5C5C5C;
}

#footer .footer3 ul{
	margin: 8px 0px 8px 22px;
}

#footer .footer3 ul li{
	list-style: circle;
	margin-bottom: 4px;
}

#footer .footer4{
	width: 190px;
	float: left;
	margin:0 5px;
	border-top: 3px solid #5C5C5C;
}

#copyright{
	font: .60em Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px 10px 10px 10px;
	border-top: 2px solid #5C5C5C;
	margin-bottom: 20px;
}

