a:link 			{
	color: #c6b4e1;
	text-decoration: none;
}

a:visited {
	color: #c6b4e1;
	text-decoration: none;
}

a:hover			{
	background: #c6b4e1;
	color: #336699;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0; 
	background: #ffffff;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: medium;
}	 
	 
#leftcol {
	position: absolute;
	top: 62px;
	left: 0;
	width: 140px;
	z-index: 3;
	background: #336699;
	color: #333333;
	font-size: small;
}

#leftads {
	margin: 3px 0px 3px 0px;
	padding-left: 12px;
}

#rightcol {
	position: absolute;
	top: 62px;
	right: 0;
	width: 160px;
	z-index: 2;
	background: #336699;
	color: #333333;
}

#c-block {
	width: 100%;
	z-index: 1;
	background: #336699;
	color: #333333;
	height: 80%;
}

#header {
 	height: 60px; 
	border-bottom: 1px solid #000000; 
	font-size: 48px;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #c6b4e1;
	padding-left: 15px;
	margin: 0;
	background: #010b48 url(images/header_bg.jpg);
}

#content {
	margin: 0 160px 0 140px;
	padding: 2px;
	position: relative;
	background: #ffffff url(images/faintcolor.gif);
	color: #333333;
	z-index: 5;
}

#footer {
	width: 100%;
	height: 20px;
	border: solid #000000; 
	border-width: 1px 0;
	background: #eeeeee;
	color: #333333;
	margin: 0;
	text-align: center;
	font-size: x-small;
}
 

p {
	padding: 0 15px;
}

h4, h3 {
	margin:0; 
	padding: 5px 0;
}

ul.navlist{
	margin: 3px 0px 3px 0px;
	padding-left: 12px;
}

ul.navlist li{
	display: list-item;
	list-style: none;
	padding-right: 9px;
}