@charset "UTF-8";
/* CSS Document */
#wrapper{
	width:850px;
	overflow:auto;
	margin: 0 auto;
	padding:0px;
	background-color:#fff;
}

#header{
	width:830px;
	height:80px;
	padding: 5px 10px 0;
	border-bottom: 3px solid #611427;
	
}

#nav{
	width:100px;
	padding:12px 10px;
	margin:0 0 0 10px;
	float:left;
	background-color:#dddcc5;
}

#content{
	width:630px;
	background-color:e4f1db;
	padding: 0px 20px 10px;
	float:left;
	position:relative;
}

#content ul{
	margin:0px;
	padding:0px;
}

#content ul li{
	list-style-type:none;
}

#content ul li p{
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	color:#333;
	line-height:1em;
}

#footer{
	width:830px;
	overflow:auto;
	padding:0 10px 10px;
	margin:0 auto;
	float:left;
	text-align:center;
}

h1{
	font-family:Times New Roman, Times, serif;
	font-size:28px;
	color:#611427;
	line-height:.75em;
}

h2{
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	color:#445878;
}

h3{
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#84815b;
}

h4{
	font-family:Times New Roman, Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#611427;
}

.sampleProj{
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#445878;
	line-height:1.25em;
	
}

p {
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	color:#333;
}


p.footer {
	font-family:Times New Roman, Times, serif;
	font-size:10px;
	color:#333;
}

#content a,#content a:visited {
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	color:#9baac1;
	text-decoration:none;
}

#content a:hover {
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	color:#31353d;
	text-decoration:none;
	
}	


a, a:visited {
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	color:#9baac1;
	text-decoration:none;
}

a:hover {
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	color:#31353d;
	text-decoration:none;
	
}	

a.header, a.header:visited, a:hover{
	font-family:Times New Roman, Times, serif;
	font-size:28px;
	color:#611427;
	line-height:.75em;
	text-decoration:none

}

a.nav:link {
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	color:#1d2326;
	text-decoration:none;
	line-height:1.25em;
}

a.nav:visited {
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	color:#1d2326;
	text-decoration:none;
	line-height:1.25em;
}

a.nav:hover {
	color:#445878;
	text-decoration:none;
	line-height:1.25em;
	font-size:14px;
}

a.nav:active {
	color:#611427;
}	

a.footer, a.footer:visited {
	font-family:Times New Roman, Times, serif;
	font-size:10px;
	color:#9baac1;
	text-decoration:none;
}

a.footer:hover {
	font-family:Times New Roman, Times, serif;
	font-size:10px;
	color:#31353d;
	text-decoration:none;
	
}	



