@charset "utf-8";
/* CSS Document */

#header
{	
	width:100%;
	height:120px;
	position:relative;
	background-color: #000000;
}
#container
{
	background:url(images/background.jpg);
	width:800px;
	height:700px;
	margin-right:auto;
	margin-left:auto;
	color:#666666;
	border:#666666 thick;
	
	
}

#content
{
	margin-right:auto;
	margin-left:auto;
	height:auto;  /*500;*/
/*	background:url(images/background.jpg);*/
	background-repeat:no-repeat;
	padding: 0px;
	padding-bottom: 10px;
	border:#333333 thick;
}


#navBar
{
	float:left;
	width:200px;
	height:289px;
	padding-left: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 20px 0px 0px 0px;	
}

#navBar li {
	list-style-type:none;
	padding-bottom: 20px;
	font-size:14px;
	
}



body
{
	background:#CCCCCC;
	border-bottom:thin #000000;
	border:thick;
	font-family:Arial, Helvetica, sans-serif; color:#353535;
	font-size:12px;
}



#footer
{
	clear:both;
	width:100%;
	text-align: center;
	font-size:10px;
	padding-top: 20px;
	background-color: transparent;
	/*background:#CCCCCC;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	/*color:#000000;*/
}


h1{
margin: 0;
padding: 10px 10px;
font-size: 18px;
}


h2{
margin: 0;
padding: 10px 10px;
font-size: 16px;
}


h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#333333;
	line-height:20px;
	text-indent:20px;
	margin-left:15px;
}
p2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	color:#333333;
	line-height:100%;
	padding-left:40px;
	
	
}
p{
font-family:Arial, Helvetica, sans-serif
}
p3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:800;
	color:#333333;
	line-height:100%;
	text-indent:20px;
}
h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:100%;
}
li{
font-family:Arial, Helvetica, sans-serif;
font-size:10px; color:#353535; font-weight:bold;
}
.dropcap {
	padding-right: 2px;
	font: bold 300% helvetica, arial, verdana, sans-serif;
	line-height: 39px;
	color:#333333;

}
.cbSide{
	width:160px;
	margin:5px 0 0 10px;
	padding: 10px 0 5px 0;
	background:#FFF;
	}

img.border {
border: 1px solid #333333 ;
padding: 6px 6px 6px 6px ;
}
a img, a:link {
color: #666666;
text-decoration: none;
}

a:visited{
color: #666666;
text-decoration: none;
}

a:hover {
color: #666666;
text-decoration:underline;
font-size:18px;
}

a:active {
color: #666666;
text-decoration:underline;
font-size:18px;
}


#next{
	
	margin-right:20px;
	float:right;
	width:50px;
}
#prev{
	
	
	margin-right:60px;
	float:right;
	width:50px;
}

#sitemap {
	padding-top: 0px;
	padding-left: 40px;
}

#sitemap h1 {
	padding: 0px;
}

#sitemap li {
	font-size: 14px;
	padding: 4px;
}