@charset "utf-8";

a:link {
	color: #CC7A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC7A00;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}


body  {
	background: #41461D;
	margin: 0;
	padding: 0;
	text-align: center;
}
#topNav {
	font: 10px Arial, Helvetica, sans-serif;
	margin-top: 16px;
	color: #FFF;
}
#topNav a:link {
	color: #FFF;
	text-decoration: none;
}
#topNav a:visited {
	color: #FFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #1A1A1A;
	text-decoration: none;
}


#header  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/header_bg.png) repeat-x;
} 

#header2 {
	background: url(../img/header2_bg.jpg) repeat-x;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-bottom: 1px solid #666;
	border-top: 1px solid #FFF;
}
.rss {
	color: #FFF;
	font: 13px Verdana, Geneva, sans-serif;
}
#mainContainer {
	margin-right: auto;
	margin-left: auto;
	background: #1A1A1A;
}
#thanksMess {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#pageTitle {
}

.formBg {
	color: #EBEBEB;
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #1A1A1A;
	font: 12px Arial, Helvetica, sans-serif;
}
.commentsBg {
	color: #EBEBEB;
	background: #1A1A1A;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #FFF;
}
#submit {
}

.greySpace {
	color: #1A1A1A;
}


.pageTitle {
	border-bottom: 1px solid #666;
	font: 28px "Arial Black", Gadget, sans-serif;
	color: #FFF;
}
.sidePageTitle {
	border-bottom: 1px solid #666;
	font: bold 22px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #EBEBEB;
	padding-top: 24px;
	width: 220px;
}
.botPageTitle {
	border-bottom: 1px solid #666;
	font: italic 32px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #CC7A00;
}
.botPageTitleGreen {
	border-bottom: 1px solid #666;
	font: italic 32px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4F7900;
}
.botPageTitleYellow {
	border-bottom: 1px solid #666;
	font: italic 32px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #A27F01;
}




#footer  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/footer_bg.jpg) repeat-x;
	height: 67px;
	color: #EBEBEB;
	font: 13px/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
} 

#footer p  {
	margin: 0;
	padding: 20px 0;
	line-height: 220%;
}
#footer a:link {
	color: #EBEBEB;
	text-decoration: none;
}
#footer a:visited {
	color: #EBEBEB;
	text-decoration: none;
}
#footer a:hover {
	color: #1A1A1A;
	text-decoration: none;
}

.creditSm {
	font-size: 90%;
}
.contentText {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	text-align: justify;
	padding: 10px 15px 15px;
}

.content2   {
	text-align: left;
	font-size: 80%;
}
.titleMaint {
	font: italic bold 15px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #808738;
}

.green {
	color: #CBD392;
}
