BODY {
	margin: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}

/***************************************
**  SWITCHES
***************************************/

.cleaner {clear: both;}
.margin {height: 18px; width: 100%;	font-size: 0px; line-height: 0;}

/***************************************
**  BASIC CONTAINERS
***************************************/

.containerBase {
	width: 804px;
	margin: 0px auto;
	text-align: left;
}

.containerMenu {
	width: 804px;
	height: 35px;
	background: #BBB url(../imgs/bg.Menu.png) no-repeat;
	z-index: 1000;
}

.containerTheme {
	width: 804px;
	height: 334px;
	background: #FFF url(../imgs/bg.Theme.jpg) no-repeat;
	z-index: 0;
}

.containerMain {
	margin: 0px 4px 0px 1px;
}

.containerFooter {
	width: 804px;
	height: 74px;
	padding: 0px;
	background: #EDEDED url(../imgs/bg.Footer.png) no-repeat;
}

/***************************************
**  MENU SETTINGS
***************************************/

.menuBasic {
	margin: 1px 0px 0px 4px;
	height: 31px;
	font: bold 14px 'Trebuchet MS';
	position: absolute;
	float: left;
}

.menuBasic LI {
	list-style: none;
	float: left;
}

.menuBasic LI A {
	display: block;
	float: left;
	height: 25px;
	padding: 6px 15px 0px 15px;
	color: #464646;
	text-decoration: none;
}

.menuBasic LI A:hover {
	background: transparent url(../imgs/bg.MenuHover2.png) repeat-x;
	color: #FFF;
}

.menuBasic LI.menuSeparator {
	width: 2px;
	height: 31px;
	background: #A4A4A4 url(../imgs/bg.MenuSeparator.png) no-repeat;
}

/**************************************/

.menuBasic LI UL {
	display: none;
	position: absolute;
	background: transparent;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
	margin: 31px 0px 0px 0px;
	float: none;
	z-index: 1001;
}

/*.menuBasic LI:hover UL, .menuBasic LI.hover UL {
	display: block;
}*/

.menuBasic LI UL LI {
	float: none;
	background: #C7C7C7;
	margin: 0px;
	height: 20px;
	overflow: hidden;
}

.menuBasic LI UL LI A {
	float: none;
	padding: 5px 15px 2px 15px;
	font-weight: bold;
}

.menuBasic LI UL LI A:hover {
	background: #666 url();
}

/**************************************/

.menuSearch {
	float: right;
	padding-top: 7px;
}

.menuSearch FORM * {
	border: none;
	padding: 0px;
	margin: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	line-height: 1;
	/*border: solid #f00 1px;*/
	vertical-align: bottom;
}

.menuSearch .searchBox {
	width: 113px;
	height: 13px;
	margin-right: 10px;
	color: #B3B3B3;
	padding: 2px 0px;
}

.menuSearch .searchBox.focus {
	color: #000000;
}

.menuSearch .searchButton {
	width: 20px;
	height: 20px;
	margin-right: 12px;
	cursor: pointer;
}

/**************************************/

.containerTheme .themeBox {
	position: relative;
	z-index: 1000;
	width: 200px;
	height: 200px;
	background: #003366;
}

/**************************************/

.containerMain .mainPosts {
	float: left;
	width: 500px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	text-align: justify;
}

.containerMain .sideBar {
	float: right;
	width: 270px;
}

.mainPosts H1 {
	font: bold 16px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: solid 2px #F30;
	padding: 0px 10px;
	margin: 20px 0px 20px 0px;
}

.mainPosts H3 {
	font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: none;
	margin: 15px 10px 5px 10px;
}

.mainPosts P {
	margin: 5px 10px;
}

.mainPosts P.postmetadata {
	font-size: 9px;
	color: #666;
	margin-top: -17px;
}

.mainPosts A, .mainPosts H3 A {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.mainPosts A:hover, .mainPosts H3 A:hover {
	background: #333;
	color: #FFF;
}

.mainPosts .navigation {
	margin: 5px 10px;
}

.mainPosts .navigation DIV {
	float: left;
	margin-right: 20px;
}

DIV.slideshowlink {
	display: none;
}

.mainPosts UL {
	margin: 5px 30px;
	list-style-image: url(../imgs/bg.List.png);
}

.mainPosts TABLE {
	margin: 0px 10px;
	border-top: solid 1px #EFEFEF;
}

.mainPosts TABLE TD {
	padding: 5px;
	border-bottom: solid 1px #EFEFEF;
}

/**************************************/

.searchResult {
	border-bottom: solid 1px #EFEFEF;
}

/**************************************/

.sideBar .partners {
	text-align: center;
}

.sideBar .partners IMG {
	margin: 5px 20px;
}

.sideBar H1 {
	font: bold 16px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: solid 2px #EFEFEF;
	padding: 0px 10px;
	margin: 20px 0px 20px 0px;
	color: #CCC;
}

/**************************************/

.containerFooter .left {
	float: left;
	margin: 10px 0px;
	padding: 0px 22px 0px 20px;
	height: 54px;
	color: #999;
	line-height: 1.8;
	background: url(../imgs/bg.FooterSeparator.png) repeat-y right;
}

.containerFooter .right {
	float: right;
	margin: 44px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	height: 20px;
	color: #999;
	line-height: 1.8;
}

.containerFooter A {
	color: #999;
}

.containerFooter A:hover {
	color: #FFF;
	background-color: #999;
}