a:link,
a:visited 
{
  	color:#98233E;
}
a:hover 
{
  	color:#333333;
  	text-decoration:underline;
}
body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.8em;
}
h3
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1.3em;
}
#topsection
{
	height: 185px; /*Height of top section*/
}
#maincontainer
{
	width: 978px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	
}
#sMenu1Container
{
	background-image:url(../images/side_menu_1_bg.jpg); 
	height:270px;
}
#sMenu2Container
{
	background-image:url(../images/side_menu_2_bg.jpg); 
	height:110px;
	border:0px solid red;
}
#sMenu3Container
{
	background-image:url(../images/side_menu_3_bg.jpg); 
	height:290px;
}
#contentwrapper
{
	float: left;
	width: 100%;
}
#footer
{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	border-top:2px solid #999999;
}

#footer a
{
	color: #FFFF80;
}

.hr 
{
	border-bottom: 1px solid #CCCCCC; 
	width: 100%;
	margin: 0px;
	margin-top:8px;
	margin-bottom:8px;
}

.hr hr 
{
	display: none;
}

.buttonMain
{
	cursor: hand;
	color: #ffffff;
	background-color: #98233E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

#leftcolumn
{
	float: left;
	width: 200px; /*Width of left column in pixel*/
	margin-left: -978px; /*Set margin to that of -(MainContainerWidth)*/
	margin-bottom: 20px;
}

.nomargin
{
	margin:0px;
	margin-top:10px;
}

.ratingcontainer
{
	margin:0px;
	margin-top:5px;
}

.ulParent
{
	padding:0px; 
	margin:0px;
	margin-left:20px;
	list-style:circle;
	line-height:30px
}

.ulChild
{
	line-height:25px;
	list-style:square
}
.ulParentSeparator
{
	border-bottom:1px solid #CCCCCC; 
	margin-top:3px;
}

.elementgroupcontainer
{
	border:1px solid #999999;
	padding:10px
}

.elementgrouptitlehl
{
	padding:5px; 
	border-top:1px solid #8B1815;
	border-left:1px solid #8B1815;
	border-right:1px solid #8B1815;
	background-color:#8B1815;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	margin:0px;
	text-indent:2px;
}

.elementgroupcontainerhl
{
	border:1px solid #8B1815;
	padding:10px;
	background-color: #F5F5F5;
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li
{
	display: inline;
	margin: 0;
}

.shadetabs li a
{
	background: white;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 2px;
	border-top: 1px solid #8B1815;
	border-right: 1px solid #8B1815;
	border-left: 1px solid #8B1815;
	color: #FFFFFF;
	background-color:#8B1815;
}

.shadetabs li a:visited
{
	color: #FFFFFF;
}

.shadetabs li a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.shadetabs li a.selected
{ /*selected main tab style */
	position: relative;
	top: 1px;
	background-color:#FFFFFF;
	color:#8B1815;
}

.shadetabs li a.selected
{ /*selected main tab style */
	border-bottom-color: white;
}

.shadetabs li a.tab_selected
{ /*selected main tab style */
	border-bottom-color: white;
}

.shadetabs li a.tab_selected
{ /*selected main tab style */
	position: relative;
	top: 1px;
	background-color:#F8F8F8;
	color:#8B1815;
}

.shadetabs li a.tab_selected:visited
{
	color: #8B1815;
}
