/* ___________Global Rules___________ */
html, body, form, fieldset
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(/images/layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #0c0223;
	min-width: 1000px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

/* ___________Layout Rules___________ */
#layout
{
	background-color: #fff;
	background: url(/images/layout/layoutBg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 1000px;
	padding: 0px;
}
#header
{
	background-color: #fff;
	background: url(/images/layout/header_new.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-bottom: -12px;
	height: 191px;
}
#content
{
	background-color: #fff;
	background: url(/images/layout/contentBg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#contentArea
{
	margin: 0px 9px;
}
#container
{
	width: 970px;
	padding: 0px 10px;
}



#contentMain
{
	padding: 15px 10px;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
#contentSide
{
	padding: 15px 2px;
	width: 200px;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#contentNav
{
	padding: 10px 2px;
	width: 200px;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}



#footer
{
	background-color: #fff;
	background: url(/images/layout/footer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
	clear: both;
}
.footerYears
{
	color: #fff;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	padding: 1px 0px 0px 0px;
	font-weight: bold;
}
.copyright
{
	color: #fff;
	font-size: 10px;
}




/* ___________LeftNav Outter Menu Rules___________ */
.menu
{
	width: 190px;
	margin: 0px;
	padding: 0px;
	background: url(/images/layout/bgMenuNav.jpg);
	background-repeat: repeat-y;
}
.menuArea
{
	margin: 0px 0px 0px 11px;
}
.topMenu
{
	width: 190px;
	height: 29px;
	padding: 0px;
	margin: 0px;
	background: url(/images/layout/topMenuNav.jpg);
	background-repeat: no-repeat;
}
.botMenu
{
	width: 190px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background: url(/images/layout/botMenuNav.jpg);
	background-repeat: no-repeat;
}

/* ___________LeftNav Inner Menu Rules___________ */
#button
{
	width: 170px;
	border-right: 1px solid #7d6c9e;
	border-top: 3px solid #7d6c9e;
	border-bottom: 5px solid #7d6c9e;
	padding: 1em 0 1em 0;
	margin-bottom: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	Verdana, Lucida, Geneva, Helvetica,
	Arial, sans-serif;
	background-color: #d8d5e6;
	color: #333;
}

#button ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li
{
	border-bottom: 1px solid #cebcf2;
	margin: 0;
}
#button li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #644d91;
	border-right: 10px solid #8d7cae;
	background-color: #482d7d;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a
{
	width: auto;
}

#button li a:hover
{
	border-left: 10px solid #51057d;
	border-right: 10px solid #9665aa;
	background-color: #692b90;
	color: #fff;
}




/* ___________Common Float Rules___________ */
.fLeft
{
	margin: 0px;
	padding: 0px;
	float: left;
}
.fRight
{
	margin: 0px;
	padding: 0px;
	float: right;
}
.clear
{
	clear: both;
}

/* ___________Banner Rules___________ */
.adImage
{
	border: 1px solid #7d6c9e;
	margin: 4px;
}
.bannerArea
{
	width: 200px;
	border-left: 1px solid #7f6ca3;
	border-right: 1px solid #7f6ca3;
	background: url(/images/layout/purplewhitegrad.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
	padding: 0px;
}
.bannerBarTop
{
	height: 22px;
	width: 200px;
	background: url(/images/layout/bannerBarTop.jpg);
	background-repeat: no-repeat;
}
.bannerBarBot
{
	height: 22px;
	background: url(/images/layout/bannerBarBot.jpg);
	background-repeat: no-repeat;
}

.mainImage
{
	border: 2px solid #7d6c9e;
}

.month
{
	font-size: 17px;
   color: #330099;
	margin: 5px 0px 0px 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
li
{
	padding-bottom: 3px;
}