/* CSS Document */

BODY {
	background-color:#000000;
	padding:0px;
	margin:0px;
}
TABLE {
	color:#cc6633;
	font-family:"trebuchet ms", verdana, arial;
	font-size:12px;
}
TABLE STRONG {
	color:#ff9966;
}
.firstTopCol {
	width:49px;
	height:38px;
}
.secondTopCol {
	background-color:#330000;
	width:251px;
}
.thirdTopCol {
	width:497px;
}
.overflowCol {
	width:auto;
}


.headerRow1 {
	background-image:url(../images/headerRow1.jpg);
	height:201px;
}
.menuCell {
	width:238px;
	background-image:url(../images/headerRow2.jpg);
	height:201px;
	padding-right: 12px;
	padding-bottom: 3px;
}

.menuItem {
	margin-bottom:5px;
	border-bottom:1px solid #440000;
}

#active {
	background-image:url(../images/activeMenu.gif);
}
.header {
	background-image:url(../images/header.jpg);
	height:201px;
}
.headerRow3 {
	background-color:#330000;
	height:201px;
}

.sidebar {
	width:251px;
	background-color:#1d0300;
	font-size:11px;
}

.sideContent {
	padding:10px 25px 10px 25px;
	background-image:url(../images/sideboxBack.gif);
}
.content {
	background-color:#2a0100;

}
.contentDiv {
	width:497px;
	background-image:url(../images/contentBG.jpg);
	background-repeat:no-repeat;
	background-color:#380001;
}
.content A, .sidebar A {
	color: #ff9966;
	text-decoration:underlined;
}
.content A:hover, .sidebar A:hover {
	color: #ffcc99;
}
.contentThumbLeft {margin-right:10px;float:left}
.contentThumbRight {margin-left:10px;float:right}

.innerContentDiv {
	padding:25px;
}

.line {
	margin-bottom:10px;
	margin-top:15px;
}

.footer {
	height:20px;
	background-color:#440000;
	color:#660000;
	font-size:11px;
	padding-left:25px;
}
.footer A {
	text-decoration:none;
	color:#770000;
}
.footer A:hover {
	color:#990000;
}
.footerSidebar {
	background-color:#330000;
}

.myText {
	font-family:"trebuchet ms", arial;
	font-size:11px;
	color:#ff9966;
	background-color:#330000;
	border:1px solid #660000;
}

.myButton {
	width:150px;
	font-weight:bold;
	font-family:"trebuchet ms", arial;
	font-size:11px;
	color:#ff9966;
	background-color:#330000;
	border:1px solid #660000;
}
