/* Main Elements */

body{
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	background-color: #FFFFFF;
	background-image:url('../images/web2/red_background.jpg');
	background-repeat: repeat-x;
	padding-left:0; padding-right:0; padding-top:0px; padding-bottom:19px
}

/* Header Section */

.hm_left{
	float: left;
	margin: 0px 0 -5px 1px;
	display:block;
}

.hm_left_accessible
{
	display:none;
	float: left;
	margin: 11px 0 -5px 1px;
}

.hm_right{
	float: right;
	text-align: right;
	margin: 25px 13px 0 0;
	color:#ffffff;
	font-size:1.8em;
	font-weight:bold;
}

#sitecontainer{
	/*position: absolute;
	left: 50%;
	margin-left: -400px;	*/
	width: 802px;
	margin: auto;
	text-align: left;
	border-bottom: 1px solid black;
	background-color: #FFFFFF;
}

#subsitecontainer{
	border-left: 1px solid black;
	border-right: 1px solid black;
	clear: both;
	margin:0;
}

#header{
	width: 801px;
	background-image:url('../images/web2/red_head.gif');
	/*border-top:1px solid #000000;*/
	border-left:1px solid #000000;
	/*border-right:1px solid #000000;*/
	background-repeat:repeat-x;
	height: 129px;
	background-color: #3575BD;
}

#header_alt{
	width: 800px;
	background-image:url('../images/logo_bg_hc.gif');
	background-repeat:no-repeat;
	height: 129px;
	background-color: #EE2424
}



#maincontentarea{
	width: 757px;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	/*background-color: #FF00FF;*/
	margin-left: 21px;
	margin-right: 20px;
	text-align:left;
}

#maincontentarea_wide{
	width: 736px;
	margin-top: 32px;
	margin-bottom: 20px;
	margin-left:32px;
	margin-right:32px;
	/*text-align:center;*/
	/*background-color: #FF00FF;*/
}

#leftside ul{
	list-style: none;
	margin: 5px 0px 6px 0px;
	padding: 0px;
}
li
{
	margin-left:8px;
}

li.activelink
{
	font-weight: bold;
	color: #FF0000;
}

li.activelink a
{
	text-decoration:underline;
	color: #FF0000;
}

#leftside{
	width: 148px;
	float: left;
	margin: 3px 0px 0 0;
	/*padding-left: 11px;*/
	border: 1px solid #666;
	font-size: 0.95em;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #333333;
}

.leftbarcattitle
{
	color: #FFF;
	background-image: url('../images/web2/red_cat_head.gif');
	background-repeat:none;
	height: 23px;
	font-weight: bold;
	font-size: 1.2em; 
	/*margin-left: -11px;*/
	border-top: 1px solid #999B9A;
	border-bottom: 1px solid #666666;
	margin-top: -1px; padding-left:6px; padding-right:0; padding-top:3px; padding-bottom:0
}

.sidebar_title
{
	background-image: url('../images/sidebar_hdr_bg.gif');
	background-repeat:repeat-x;
	height:23px;
	color: #000;
	font-weight: bold;
	font-size: 1.1em; 
	margin-top: -1 0 0 0;
	text-align: left;
	border-top: 1px solid #999B9A;
	border-bottom: 1px solid #666666; padding-left:6px; padding-right:0; padding-top:3px; padding-bottom:0
}

#content{
	width: 435px;
	float: left;
	/*margin-top: 5px;*/
	/*background-color:#003366;*/
	margin-left: 11px;
}

#content_wide{
	width: 736px;
	float: left;
	display:inline;
	/*display:inline;*/
	/*text-align:center;*/

	/*margin-top: 5px;*/
	/*background-color:#003366;*/
}

#nobarscontent{
	width: 736px;
	height: auto;
	text-align: left;
	display:inline;
	/*display:inline;*/
	/*float: center;*/
	margin-top: 4px;
	color: #666666;
	/*margin-left: 28px;*/
}

a.default
{
	color:#0000CC;
	text-decoration: underline;
}

.footernav{
	height: 31px;
	width:800px;
	padding-top: 6px;
	background-color: #F7F6FD;
	clear:both;
	text-align: center;
	background-image:url('/images/menu_bg.jpg');
	background-repeat:repeat-x
}
