/* CSS Document */

#container
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin: 0 auto;
	width:80%;
	border:1px black solid;
}

#header {
	color: #5a2e2e; 
	text-align:center;
	background-color:#e8d0d0;
	border:1px solid #e8d0d0;
	padding-bottom:20px;
}

#subheader {
	color: #fffffe;
	font-size: 14px;
	text-align:center;
	background-color:#5a2e2e;
	padding:5px 0;
}

#content {
	margin-left:230px;
	padding:0px 20px;
}

#leftcol {
/*	background-color:#e8d0d0;*/
	width:200px;
	border-right:solid 1px #004080;
/*	border-bottom:solid 1px #004080; */
	float:left;
	padding:10px;
}

#footer {
	background-color:#5a2e2e;	
	text-align:center;
	font-size: 10px;
	color:#ffffff;
	padding:5px 0;
	clear:both;
}

h1 {
	color: #5a2e2e; 
}

h2 {
	text-align:center;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}


#nav {
	 list-style-type:none;
	 margin:0;
	 padding:10px;
}

#nav li {
	margin-bottom:10px;
}

.adsleft {
	 float: left;
	 margin:0px 20px 20px 0px;
}

p {
	font-size: 12px;
	text-align:justify;
}

ul {
	font-size: 12px;
	text-align:justify;
}

li {
	font-size: 12px;
	text-align:justify;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: underline;
	color: #0000ff;
}
.tableborderred {
	border: 1px solid #000000;
}

a {
	font-weight: bold;
	font-size: 12px;
}

.article h1
{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
