body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c8a098;
	background-color: #FFFFFF;
	cursor: crosshair;
	background-repeat: repeat-x;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c8a098;
	background-color: #FFFFFF;
	cursor: crosshair;
	background-repeat: repeat-x;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #e7bd8b;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px dashed #e7bd8b;
	font-weight: bold;
	font-size: 28px;
	
}

.footer{
	background-repeat: no-repeat;
	height: 20px;
	width: 631px;
	font-size: 12px;
	color: #a74e00;
	line-height: 12px;
}

b {
	color: #c7918f;

}

i {
	color: #cab48f;

}


blockquote{
	text-align: left;
	border: 1px solid #ffffff;
	padding: 5px;
	margin-left: 150px;
	margin-right: 50px;
	background-image: url(images/stats.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 150px;
	width: 250px;
}

a:link, a:active, a:visited{
	color:#f0d0c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #f5e7e4;	
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

a:hover{
	color:#de6f20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:#ffffff;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f5e7e4;
	text-decoration: none;

}

	
	#menu ul{ 
	text-align:right; }


#menu li{
	list-style-type:none;
 }

#menu a{
	display:block;
	text-decoration:none;
	width:130px;
	}


#menu a:link, a:active, a:visited {
	letter-spacing:1px;
	text-align:center;
	color:#f0d0c5;
	background-color: #f5e7e4;	
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
		}

#menu a:hover{
	color:#de6f20;
	background:#ffffff;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f5e7e4;
}



.codesort li {
	display: inline;
	padding-right: 0.5em;
	}
	
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a20403; 
	}