/** BODY **/
body, td#sitePreview {
	color: #ffffff;
	background: #bcbcbc url(../images/bg.jpg) top repeat-x;
	margin: 0px;
	margin-top: 0px;
	font-family: "Arial";
	font-size: 12px;
}
/** END OF BODY **/

/** HEADER **/
td.header {
	background: url(../images/header.jpg) top no-repeat;
	height: 152px;
	text-align: left;
}
/** END OF HEADER **/

/** MENU **/
td.mainmenu {
	margin: 4px;
	padding-right: 35px;
	padding-left: 25px;
	padding-bottom: 20px;
}
td.mainmenu a {
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	font-smooth: always;
}

td.mainmenu a:hover {
	color: #3aa6c4;
}

td.mainmenu .on {
	text-decoration: underline;
}

td.menu ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 8px;
	list-style: none;
}

td.menu li {
	float: left;
	margin-right: 10px;
}

td.menu li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

td.menu li a:hover {
	color: #3aa6c4;
}

/** END OF MENU **/

/** MIDDLE **/
td.middle {
	padding: 20px;
	padding-top: 10px;
	background-color: #112232;
	text-align: left;
}
td.middle a {
	color: #3aa6c4;
	text-decoration: none;
}
/** END OF MIDDLE **/

/** MISC CLASSES **/
div.header {
	padding: 6px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #1e1a1a;
	border: 2px solid #2e2e2e;
}

td.newsDivider {
	border-left: 2px solid #1a2c41;
}

p.briefText {
	padding-left: 6px;
	padding-right: 6px;
	text-align: justify;
}

table.contentBox {
	background-color: #332f2f;
	border: 2px solid #2e2e2e;
}

td.content {
	width: 530px;
	padding-right: 20px;
}

h3.boxHeader {
	margin: 4px;
	padding-left: 2px;
	text-transform: uppercase;
}

tr.boxItem {
	background-color: #141414;
}

td.boxLeft {
	width: 60px;
	padding-top: 6px;
	vertical-align: center;
}

td.boxRight {
	padding-top: 6px;
}

td.boxRight a {
	padding-top: 4px;
	line-height: 12px;
	font-size: 16px;
}

span.bigYear {
	font-size: 20px;
}

div.home {
	float:left; 
	text-align:left; 
	margin-left:10px; 
	margin-top:-110px; 
	position: absolute;
}

img.home_img {
	width: 215px;
	height: 75px;
}
/** END OF MISC **/

/** FOOTER **/
td.footer {
	vertical-align: top;
	padding-top: 15px;
	text-align: left;
	background-color: transparent;
	background: url(../images/footer-bg.png) top no-repeat;
	height: 149px;
	padding-left: 22px;
}

td.footer ul {
	margin: 0px;
	padding: 0px;
}

td.footer li {
	margin-left: 0px;
	list-style: none;
	float: left;
	color: white;
	padding-left: 0px;
	padding-right: 3px;
}

td.footer li a {
	color: white;
	text-decoration: none;
}

td.footer li a:hover {
	text-decoration: underline;
}
/** END OF FOOTER **/

/** HEADERS **/
h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	color: #10ccfb;
}
h3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	color: #10ccfb;
}
/** END OF HEADERS **/

/** NEWS **/
div.news-header {
	font-weight: bold;
}
/** END OF NEWS **/
