body { 
	background-color: #030504; 
}
table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 0;
}
/*Text*/
p { 
	color: #d0d0d0; 
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 150%;
	margin-right: 15px; 
	margin-left: 15px;
}
.readmore { 
	color: #fff; 
	float: right;
}
.footer { 
	color: #fff; 
	font-size: 11px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 150%; 
	text-align: left; 
	margin: 15px; 
}
.boldert {
	font-weight: bold;
	color: #ffffff;
}
/*links*/
a:link { 
	color: #fff; 
	text-decoration: underline; 
}
a:visited { 
	color: #fff; 
	text-decoration: underline; 
}
a:hover { color: #fff4b7; text-decoration: underline; }
a:active { 
	color: #fff; 
	text-decoration: underline; 
}
/*selectors*/
#site { 
	background-color: #050706; 
	width: 751px; 
	height: auto; 
	margin: 25px auto; 
}
#header { 
	background-color: #000; 
	background-repeat: no-repeat; 
	background-position: left top; 
	width: 100%; 
	height: 122px; 
	clear: both; 
}
#menu { 
	background-color: #000; 
	width: 100%; 
	height: 22px; 
	z-index: 1000; 
	clear: both; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}
#flashbanner { 
	width: 100%; 
	height: 168px; 
	z-index: 1; 
	clear: both; 
}
#content { 
	background-image: url(../images/template/bg.jpg); 
	background-repeat: repeat; 
	background-position: left top; 
	width: 100%; 
	height: auto; 
	visibility: visible; 
	clear: both; 
	min-height: 400px; 
	padding-bottom: 75px; 
}
#footer { 
	background-color: #050706; 
	width: 100%; 
	height: auto; 
	clear: both; 
}
#leftcolumn { 
	width: 45%; 
	height: auto; 
	float: left; 
	margin-left: 15px; 
}
#rightcolumn { 
	width: 45%; 
	height: auto; 
	float: right; 
	margin-right: 15px; 
}
/*links*/
#footer a:link { 
	color: #fff; 
	text-decoration: none; 
}
#footer a:visited { 
	color: #fff; 
	text-decoration: none; 
}
#footer a:hover { 
	color: #e5d885; 
	text-decoration: underline; 
}
#footer a:active { 
	color: #fff; 
	text-decoration: underline; 
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif; 
}
/*headlines*/
h1 { 
	color: #000; 
	font-size: 20px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	line-height: 100%; 
	background-color: #e2d074; 
	margin: 0; 
	padding: 5px 5px 5px 15px; 
	border-bottom: 1px dotted #050706; 
}
h3 { 
	color: #fff; 
	font-size: 16px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	line-height: 125%; 
	margin: 12px; 
	padding: 0 0 0 5px;
	text-transform: capitalize;
	border-left: 10px solid #e2d074;
}
h4 { 
	color: #e47300; 
	font-size: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 100%; 
	margin: 12px 0 0 15px; 
	padding: 0; 
	text-transform: capitalize; 
}
h5 {
	color: #f1a100; 
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 100%; 
	margin: 12px 0 0 15px; 
	padding: 0; 
	text-transform: capitalize; 
}
h6 { 
	color: #fff; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 100%; 
	margin: 12px 0 0 15px; 
	padding: 0; 
	text-transform: capitalize;  
}
/*images*/
caption {
	caption-side: bottom;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
table img {
	margin-right: 10px; 
	margin-bottom: 5px; 
	border: solid 2px #fff; 
}
.article img {
	border: solid 2px #fff;
}
.rightimg {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}
.leftimg {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.mediatable {
	vertical-align: top;
	width: 85%;
}
.mediatable img {
	border: 0;
}
/*classes*/
.article { 
	width: 100%;
	margin-right: 15px;
	margin-bottom: 50px;
}
.article p { 
	 margin-left: 0;
	 margin-bottom: 0;
	 line-height: 125%;
}
.article img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.articlehead { 
	color: #ffffff; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 100%; 
	text-transform: capitalize;
	margin-top: 0;
}
/*Lists*/
ul {
	color: #d0d0d0; 
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 150%;
	margin-right: 50px; 
	margin-left: 50px; 
}
/*Special Divs*/
.specialp {
	width: 85%;
	margin: auto;
	clear: left;
	margin-bottom: 30px;
}
.magicbreak {
	clear: both;
}
.magicbreakl {
	clear: left;
}