body {
	/*background-attachment: scroll;
	background-color: #292F29;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FEF2E7;
}
h1 {
	font-size: 16px;
	color: #FF8A00;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 13px;
	color: #FF8A00;
	font-weight: bold;
	margin: 0px;
}

.header {
	font-size: 24px;
	padding: 10px 0px 10px 20px;
	letter-spacing: 1px;
}
.title {
	font-size: 17px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	background-color: #566156;
}
.content {
	background-color: #333B34;
	padding: 20px;
	font-size: 12px;
/*	font-size: .75em;*/
}
.content a {
	color: #A7B9A3;
	text-decoration: none;
}
.content a:hover {
	text-decoration:underline;
}
.table {
	background-color: #333B34;
	font-size: 12px;
}
.table a {
	color: #A7B9A3;
	text-decoration: none;
}
.table a:hover {
	text-decoration:underline;
}
.nav {
	font-size: 12px;
	color: #FF8A00;
	padding: 10px 20px 10px 20px;
	text-align: justify;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;

}
.nav a:hover{
	color: #FF8A00;
	text-decoration:none;
	text-align: justify;

}
/*.translucent {
	background-color: #333B34;
	filter: Alpha(Opacity=50, style=0);
	-moz-opacity:0.5;
	opacity: 0.5;
}
.translucent * {
	position: relative;
}*/

.photo {
	border: 1px solid FF8A00;
}
.photo a{
	border: 1px solid FF8A00;
}
.accent {
	color:	#FF8A00;
	padding-left: 20px;
	text-align: center;
	background-color: #566156;
	font-size: 18px;
	font-weight: bold;
}