@charset "utf-8";
/* CSS Document */
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #28272C;
	background-image:url(../images/bg_rpt.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}
td,th{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#main_content {
	width: 710px;
	text-align: center;
	margin-right: 45px;
	margin-left: 45px;
	padding-bottom: 0px;
}
#welcome_img {
	margin-bottom: 35px;
	width: 160px;
}
/*#copyright {
	margin-bottom: 30px;
	text-align: center;
}*/
p, li
{ 
	line-height: 150%
} 
.style1 {
	font-weight: bold
}
.style2 {
	color: #e0922e;
	font-weight: bold;
}
.style3 {
	color: #7b7a7a;
}
.style4 { 
	color: #68d9e4;
}
.style5 {
	line-height: 170%
}
.style6 {
	font-size:9px;
}
a.white_links {
	color: #7b7a7a;
	font-weight: bold;
	text-decoration:none;
}
a.white_links:hover {
	color: #7b7a7a;
	font-weight: bold;
	text-decoration: underline;
}
a.blue_links {
	color: #68d9e4;
	text-decoration:none;
}
a.blue_links:hover {
	color: #68d9e4;
	text-decoration: underline;
}
a.yellow_links {
	color: #e0922e;
	text-decoration:none;
}
a.yellow_links:hover {
	color: #e0922e;
	text-decoration: underline;
}
a.gray_links {
	color: #7b7a7a;
	text-decoration:none;
}
a.gray_links:hover {
	color: #7b7a7a;
	text-decoration: underline;
}
#gray_box {
	background-color: #212025;
	padding: 10px;
	border: 1px dashed #707070;
	width: 378px;
	margin-top: 30px;
}
.side_content {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#text_padding {
	padding-right: 25px;
}
.thumbnails {
	padding: 4px;
	border: 1px solid #7b7a7a;
	margin: 5px;
	background-color: #FFFFFF;
}
/*Sticky Footer*/
/** {
	margin: 0;
}*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
}
.footer, .push {
	height: 130px; /* .push must be the same height as .footer */
	text-align:center;
}
.footer {
	background-image:url(../images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.footer a {
	color: #e0922e;
	text-decoration:none;
}
.footer a:hover {
	color: #e0922e;
	text-decoration:underline;
}
