/* CSS Document */
/*CEPC Style Sheet */



.totalhead {
	font-family: Georgia, "Times New Roman", Times, serif;
<!--	font-style: italic;
	background-position: center;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;-->
}

.smhead {
	font-size: larger;
	font-weight: bold;
	}

.body {
	font-family:Georgia, "Times New Roman", Times, serif;
	
	background-color: #FFFFFF;
	}
#afterhead {   }

#maincontent {
	background-color:#FFFFFF;
	left: 155px;
	right: 0px;
	width: 655px;
	
	position: absolute;
	}

#wrapper {
	background: url(cepcsidecolor.jpg) repeat-y;
	}

#leftbar {
	top: 161px;
	left: 0px; 
	width: 145px;
	background-color: #5582B9;
	float: left;
	}
	

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left:0;
	}	

ul.nav a {
	display: block;
	border: 4px solid #336;
	border-left: 6px solid #ccf;
	border-top: 6px solid #ccf; 
	background-color:white;
	text-align:center;
	width: 90px;
	position:relative;
	left: 20px;}
	
ul.nav li {
	display: inline;
	}

.a:link {
	color:#6600CC
	}
	
.a:visited {
	color:#CC0000
	}	

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


</style>


