@charset 'UTF-8';

/* Hides from IE5-mac \*/
* html .header
* html .footer
* html .content
* html .main 
* html .wrapper  
* html .left 
* html ul.nav a {height: 1px;}
/* End hide from IE5-mac */ 

a			{text-decoration: none;}
a:link		{color: #030; background-color:transparent;}
a:visited	{color: #6d4b3b; background-color:transparent;}
a:hover		{color:#004080;text-decoration:none;font-weight:bold;background-color:transparent;}

a:active	{}
img {border: none}

html,
body,
div#wrapper,
div#header,
div#main,
div#content,
div#footer
{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


html, body
{	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:100%;	
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	text-align: right;
	background-color:#521414;
	color: black;
}


h1	
{	font-size:1.6em;
	font-weight:normal;
	text-align:center;
	display:block;
	line-height:1.1;
	padding: 20px 20px 0px 20px;
	vertical-align:middle;
	color:#742c00;
	
}

h2
{	font-size:1.5em;
	font-weight:normal;
	text-align:left;
	line-height:1.1;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h3
{	font-size:1em;
	font-weight:normal;
	text-align:left;
	line-height:1.1;
}

h4
{	line-height:1.1;
	padding: 0px 25px 10px 20px;
	font-size: 1em;
	text-align: left;
}

h5
{	font-size:.75em;
	font-weight:lighter;
	font-style:italic;
	text-align:left;
	line-height:1.5;
}

h6
{	font-size:.75em;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
}

p
{	line-height:1.5;
	font-size:1.2em;
	text-align: left;
	
}


div#wrapper
{	margin-right: auto;
	margin-left: auto;
	margin-top: -19px;
	padding: 0px 0px 0px 0px;
	width:1200px;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #000d74;
}

div#header
{	width: 1200px;
	height: 200px;
	margin: 0;
	padding: 0;
	position:relative;
	color: #742c00;
	background-color: #CCDFD6;	
}

#header h2 img
{	
	display:block;
	text-align: left;
	padding: 10px 10px 10px 10px;
	float: left;
}


	
#header h1
{	
	line-height:1.2em;
	padding: 20px 20px 0px 20px;	
	text-align: center;
	font-weight: lighter;
	display: block;
	color:#742c00;
	
}

#header h3
{	
	line-height:1.1;
	font-size:1.2em;
	padding: 0px 0px 0px 0px;	
	font-weight:normal;
	text-align:center;
	display: block;	
	color:#742c00;
}

#header h4
{	
	line-height:1;
	padding: 0px 20px 0px 20px;
	text-align: center;
	display: block;
	color:#742c00;
	font-weight: lighter;
}

#header h5
{	
	line-height:1em;
	padding: 0px 0px 0px 0px;	
	text-align: center;
	display: block;
	color:#742c00;
	font-weight: lighter;
}

#main
{
	width:1200px;	
	min-height: 700px;		
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#CCDFD6;
	clear:both;
}

#content
{	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1000px;
	min-height: 700px;
	background-color: #ffffff;
	color: black;
	display: block;
	float: right;

}

#content h2
{	padding: 15px 25px 0.2em 20px;
	color: black;	
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
}

#content h3
{	padding: 0 15px 0.2em 15px;
	color: black;	
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	
}
	
#content h4
{	padding: 0 15px 0.2em 15px;
	color: black;
	text-align: left;
	font-style:italic;
}

#content h5
{	padding: 0 15px 0.1em 15px;
	color: black;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

#content p
{	padding: 0 15px 0.2em 20px;
	color: black;
	line-height:normal;
	text-align: left;
	font-size: 1.2em;
	font-weight: lighter;
}

#content .lead
{
	padding: 10px 0px 0px 0px;
	
}

.lead .image
{
	float: right;	
	text-align:center;
	margin: 15px 0px 10px 20px;
	
	
}

.lead .image img
{
	border: none;
}

.topiclist
{
	display: block;
	width: 1000px;
	height: auto;
}


.topica
{
	display: block;
	float:left;
	width: 310px;
	height: 400px;
	margin: 5px 10px 10px 20px;
	background-color: #e3effb;
	border: 1px solid #420816;
}

#content .topica h2
{
	padding: 15px 15px 0px 15px;
	text-align: center;
}

.topicb
{
	display: block;
	float:left;
	width: 310px;
	height: 400px;
	margin: 5px 10px 10px 0px;
	background-color: #bcbcbc;
	border: 1px solid #420816;
}

#content .topicb h2
{
	padding: 15px 15px 0px 15px;
	text-align: center;
}

.topicc
{
	display: block;
	float:left;
	width: 310px;
	height: 400px;
	margin: 5px 10px 10px 0px;
	background-color: #aebcca;
	border: 1px solid #420816;
	padding: 0px 0px 0px 0px;
}

#content .topicc img
{
	padding: 0px 0px 0px 0px;
	
	
}

#content .topicc h2
{
	padding: 15px 15px 0px 15px;
	text-align: center;
}

/*
 *	LEFT
 */
#left
{
	width: 200px;
	height:100%;
	padding: 0;
	margin: 0;
	position:absolute;
	top:0;
	left:0;
	color: #742c00;
	background-color: #CCDFD6;
	font-size: 100%;
	line-height:1.5;
	display: block;

}

#left h2
{	font-size:1.2em;
	font-weight:normal;
	text-align:left;
	line-height:1.1;
	margin: 0px 0px 0px 0px;
	padding:10px 0px 12px 5px;
	color: #74000d;
}

#left h3
{	font-size:1em;
	font-weight:normal;
	text-align:left;
	line-height:1;
	margin: 0px 0px 0px 0px;
	padding:2px 0px 2px 10px;
}


#left p
{	padding: 0;}

#left p,




/* end #left */


/*
 *	FOOTER
 */
#footer
{	clear:both;
	color:#000;
	background-color:#ffffff;
	font-weight:lighter;
	font-size: 80%;
	text-align: center;
	width: 1200px;
	height: 100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer h4
{	color: #663;
	background-color:inherit;
	text-align:center;
	font:normal normal normal xx-small/1.0 Arial, sans-serif;
}
	
.bullet li
{
	padding: 0.2em 25px;
	color: black;
	line-height:normal;
	text-align: left;	
}



div.clearer {clear: both; line-height: 0; height: 0;}
