/* CSS Document */

/* header height: 125 and main menu height */
/*  Overall styles */
h2 {
		font-size: 1.25em;		
		font-weight:normal;	
		
		
}
h3 {
		font-size: .9em;
		font-weight:normal;	
}

h4 {

		font-size: .7em;
		font-weight:normal;
}

a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color:#000000;
	border-bottom: 1px dashed #666666;
}


/* Container */
#container{
	border: 1px dashed #666666;
	width: 800px;
	/*min-height:510px;*/
	line-height: 150%;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 1em;
	background-image: url("../images/common/patterns/grey_pattern3.jpg");
	background-attachment:fixed;
	background-position: top left;
	text-align: justify;
}


/* Left Nav */

#leftnav ul {
	list-style: none;
	padding:0px;
}

#leftnav { 
			
		float:left;
		width: 168px; 
		
		margin: 0; 
		padding-right:0px;
		padding-left: 2em; 
		padding-top: 1em; 
		padding-bottom: 2em; 
		/*border: 3px solid green;*/
		
}

#leftnav p {

	font-size: .8em;
}



#content {
	margin-left:200px;
	/*border: 1px solid black;*/
	
}



#contentItems {
	/*border: 1px solid red;*/
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 25px;
	font-size: .75em;

	/*position:relative;
	top:0px;
	left:0px;*/

}

#splash {
	padding-top:30px;
	text-align:center;
}
.title img {
	float: right;
	height:100px;
}