/*----- Main Layout Elements -----*/
BODY
{
	background: #3B3B3B;
	text-align: center;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
}
#container
{
	width: 980px;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#header
{
	width: 980px;
	height: 166px;
	margin: 0 auto;
	clear: both;
}
#headerinside
{
	width: 980px;
	background-image: url(../images/bg-header.jpg);
	margin: 0 auto;
	height: 138px;
	text-align: left;
	clear: both;
}
#leftsidebar
{
	float: left;
	width: 20%;
	overflow: hidden;
	padding-bottom: 10px;
}
#main
{
	float: left;
	width: 60%;
	overflow: hidden;
	padding-bottom: 10px;
}
#rightsidebar
{
	float: left;
	width: 20%;
	overflow: hidden;
	padding-bottom: 10px;
}
#footer
{
	margin: 0 auto;
	width: 980px;
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
#footer A
{
	color: #FFFF99;
}
A, A:visited
{
	color: #125C83;
}
A:hover
{
	color: #B00000;
}
#searchForm
{
	padding-top: 10px;
}
/*----- Top Menu -----*/
#topmenu
{
	background-image: url(../images/top-header.jpg);
	padding-top: 5px;
	margin: 0 auto;
	height: 23px;
	text-align: center;
	clear: both;
}
#topmenu .moduletable
{
	border: 0;
	padding: 0;
	margin: 0 auto;
}
#topmenu UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu LI
{
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 1px solid #333333;
}
#topmenu A, #topmenu A:visited
{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	color: #F7F79B;
	text-decoration: none;
	border-left: 1px solid #333333;
}
#topmenu A:hover
{
	color: #FFFD5E;
}
/*----- Left Sidebar Elements -----*/
#leftsidebar UL
{
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
}
#leftsidebar UL LI
{
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}
#leftsidebar UL LI A
{
	text-decoration: none;
	color: #333333;
}
#leftsidebar UL LI A:hover
{
	text-decoration: underline;
}
#leftsidebar H3
{
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 11px;
	font-size: 10px;
	font-family: verdana, arial;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/modtop.jpg);
}
#leftsidebar .moduletable
{
	background-color: #EEEEEE;
	color: #000000;
}
#user4 .moduletable
{
	background-color: #FFFFFF;
	color: #000000;
}
/*----- Sidebar Buttons -----*/
#leftsidebar .moduletable_menu
{
	margin-bottom: 10px;
	background-color: #111111;
	color: #333;
	padding: 0;
}
#leftsidebar .moduletable_menu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#leftsidebar .moduletable_menu UL LI
{
	list-style: none;
	margin: 0;
}
#leftsidebar .moduletable_menu UL LI A
{
	display: block;
	padding: 2px 1px 2px 5px;
	background-image: url(../images/bbg.jpg);
	background-color: #A71D1D;
	color: #FFF;
	text-decoration: none;
	width: 100%;
}
HTML>BODY #leftsidebar .moduletable_menu LI A
{
	width: auto;
}
#leftsidebar .moduletable_menu LI A:hover
{
	background-color: #C40101;
	background-image: url(../images/bbgo.jpg);
	color: #FFFFFF;
}
/*----- Right Sidebar Elements -----*/
#rightsidebar .moduletable, #rightsidebar .moduletable_text
{
	background-color: #FAFAFA;
	color: #000000;
	margin-bottom: 10px;
	border: 1px solid #BABABA;
}
#rightsidebar .moduletable H3, #rightsidebar .moduletable_text H3
{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	height: 11px;
	font-size: 10px;
	font-family: verdana, arial;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}
#rightsidebar P, .bannergroup_text
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
/*Additional markups*/
.pagenavcounter, .pagenav
{
	font-size: 10px;
}
.contenttoc
{
	padding: 5px;
}
DIV.componentheading
{
/*Component heading*/
	font-size: 16px;
	border-bottom: 1px solid #777777;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}
TD.contentheading
{
/*Post titles/headings*/
	font-size: 16px;
	font-weight: bold;
	clear: both;
	padding-top: 10px;
	text-decoration: underline;
}
TABLE.contentpaneopen
{
/*Table wrapping posts*/
	margin: 0;
	padding: 0;
}
#form-login-remember
{
/*Small 'remember me?' text in login form*/
	font-size: 12px;
	padding-bottom: 5px;
}
#form-login
{
	text-align: center;
}
#form-login-username, #form-login-password, #form-login-remember
{
	text-align: left;
	font-size: 11px;
	padding-left: 10px;
	margin: 0;
}
#form-login UL
{
	text-align: left;
}
FIELDSET.input
{
	border: 0;
}
#form-login #form-login-remember
{
	text-align: center;
}
FORM
{
	margin: 0;
}
TD.sectiontableentry1
{
/*Alternating rows for polls*/
	background-color: #FFFFFF;
}
TD.sectiontableentry2
{
/*Alternating rows for polls*/
	background-color: #F9F9F9;
}
.button
{
	background-color: #DDECF3;
	font-size: 10px;
	font-family: verdana, arial;
	border-top: 1px solid #E7F7FF;
	border-left: 1px solid #CDE4EF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #245167;
}
.buttonheading IMG
{
	border: none;
	margin: 0;
	padding: 0;
}
SPAN.small
{
/*Small text underneath post title, i.e. 'Written by...'*/
	font-size: 10px;
	margin: 0;
	padding: 0;
}
TD.createdate
{
/*Small date under post titles*/
	font-size: 10px;
	text-align: left;
	color: #999999;
}
TD.modifydate
{
/*The 'Last Updated' date under posts/modules.*/
	font-size: 10px;
	text-align: right;
	font-style: italic;
}
A.readon
{
/*The 'Read More...' link under posts/modules.*/
	font-size: 10px;
	float: right;
	text-align: right;
}
TD.article_column
{
	padding-right: 10px;
}
TABLE.pollstableborder
{
	text-align: left;
	width: 100%;
}
P
{
	margin-top: 0;
	margin-bottom: 10px;
}
SPAN.breadcrumbs
{
	font-size: 10px;
	color: #666666;
}
.crumbbg
{
	background-color: #FFF0FE;
}
DIV.bannerheader
{
	font-size: 10px;
}

