
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.bodyclass {
	background-color: #000000;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}


/*********************************** main ********************************************/
#wrap {
	width: 927px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#bar_left {
	width: 4px;
	float: left;
}

#bar_right {
	width: 4px;
	float: right;
}

#main {
	width: 919px;
	float: left;
	background-color: #ffffff;
}

/************************** header *************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header_index {
	width: 919px;
	height: 256px;
	float: left;
}

#header_inside {
	width: 919px;
	height: 84px;
	float: left;
}

#header_flash {
}

#header_no_flash {
	display: block;
	height: 256px;
	width: 919px;
	background-image: url(/images/header_index.jpg);
	background-repeat: no-repeat;
}

/******************** top navigation *********************/
#top_nav {
	width: 919px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu_off.gif);
	background-repeat: repeat-x;
	float: left;
	font-size: 12px;
}

.top_nav_off,
.top_nav_on {
	float: left;
}
	
.top_nav_off a {
	display: block;
	padding: 6px 0px 4px 23px;
	height: 20px;
	background-image: url(../images/menu_off.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
}

.top_nav_on a,
.top_nav_on a:hover,
.top_nav_off a:hover {
	display: block;
	padding: 6px 0px 4px 23px;
	height: 20px;
	background-image: url(../images/menu_on.gif);
	background-repeat: repeat-x;
	color: #999999;
	text-decoration: none;
}

.top_nav_bar {
	float: left;
	width: 1px;
	height: 30px;
	background-image: url(../images/menu_bar.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}


/************************** content *******************/
#containerhome {
	width: 897px;
	height: 337px;
	float: left;
	background-image: url(../images/bg_containerhome.jpg);
	padding: 0px 22px 0px 0px;
}

#container {
	width: 875px;
	float: left;
	padding: 0px 22px 10px 22px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: 22px;
}

#pagetitlepadding {
	width: 22px;
	float: left;
	clear: both;
}

#pagetitle {
	width: 875px;
	float: left;
	color: #a10000;
	padding-top: 22px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #9a9a9a;
}

#breadcrumb {
	width: 875px;
	float: right;
	padding-right: 22px;
	color: #666666;
	text-align: right;
	padding-top: 2px;
	text-transform: lowercase;
	font-size: 11px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
}

#whitepadding {
	width: 919px;
	height: 15px;
	float: left;
	background-color: #ffffff;
}

#bar {
	width: 2px;
	float: left;
}

#message {
	width: 713px;
	float: right;
	padding-left: 23px;
	margin-bottom: 10px;
}

#maincontent {
	width: 736px;
	float: right;
}

/******************** side navigation ***********************/
#side_nav {
	width: 112px;
	float: left;
	text-align: right;
	font-size: 11px;
}

.side_nav_on,
.side_nav_off {
	width: 112px;
	float: right;
	text-align: right;
	display: block;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
}

.side_nav_off a {
	color: #666666;
	text-decoration: none;
}

.side_nav_off a:hover,
.side_nav_on a {
	color: #a10000;
	text-decoration: none;
}



/*************************************** footer ****************************************/
#footer {
	width: 919px;
	height: 105px;
	float: left;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	color: #999999;
	padding-top: 115px;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#printfooter {
	display: none;
	visibility: hidden;
}



/***********************************************
* AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
.anylinkcss {
	position: absolute;
	visibility: hidden;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	font-size: 11px;
	padding-left: 1px;
	padding-right: 1px;
	line-height: 18px;
	z-index: 100;
	background-color: #ffffff;
}

.anylinkcss a {
	display: block;
	text-decoration: none;
	background-color: #b2b2b2;
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
}

.anylinkcss a:hover {
	background-color: #ffffff;
	color: #a30606;
}

/**************** buttons *********************/
.button {
	border: 1px #9a9a9a solid;
	background-color: #a10000;
	color: #FFFFFF;
	font-size: 11px;
	height: 21px;
	cursor: pointer;
	padding: 0px 5px 1px 5px;
	text-align: center;
	vertical-align: bottom;
}

.buttonover {
	border: 1px #9a9a9a solid;
	background-color: #ffffff;
	color: #9a9a9a;
	font-size: 11px;
	height: 21px;
	cursor: pointer;
	padding: 0px 5px 1px 5px;
	text-align: center;
	vertical-align: bottom;
}

