html {
	overflow-y:scroll;
}
html,body {
	height:100%;
}

body, td {
	font-size:11px;
	font-family:verdana;
}

body {
	margin:0px;
	background:#A0A0A0 url('images/bg.gif') top repeat-x;
}

form {
	margin:0px;
}

a {
	color:red;
	text-decoration:none;
}

a:hover {
	color:#880014;
	text-decoration:underline;
}


#container {
	width:932px;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	height:214px;
	background: url('images/header.jpg') bottom no-repeat;
}

#logoclick {
	position:absolute;
	top:84px;
	height:125px;
	width:919px;
	left:7px;
	cursor:pointer;
	border:solid 0px red;
}

#content_area {
	background: url('images/con_bg.jpg') repeat-y;
}

#content_area .main {
	height:100%;
	width:100%;
	background: url('images/con_top.jpg') top no-repeat;
}

#content_area .main2 {
	height:100%;
	width:100%;
	background: url('images/con_bot.jpg') bottom no-repeat;
}

#path {
	height:51px;
	font-weight:bold;
	padding:0px 10px 0px 18px;
}

#path a {
	color:black;
	text-decoration:none;
}

#path a:hover {
	text-decoration:underline;
}

#content {
	height:100%;
	padding:15px 20px 15px 20px;
}

#content, #content table td {
	line-height:17px;
}

#left_top {
	background: white url('images/left_top_top.jpg') top no-repeat;
	height:200px;
}

#left_top_bot {
	background: white url('images/left_top_bot.jpg') bottom no-repeat;
	height:11px;
}

#left_top .title {
	height:47px;
	font-family:tahoma;
	font-size:17px;
	color:white;
	padding:8px 5px 5px 20px;
}


#left_bot {
	background: white url('images/left_bot_top.jpg') top no-repeat;
	height:200px;
}


#left_bot .title {
	height:47px;
	font-family:tahoma;
	font-size:17px;
	padding:8px 5px 5px 20px;
}

#line {
	margin:0px 7px 0px 7px;
	height:23px;
	border-bottom:solid 1px white;
}

#footer_menu {
	text-align:center;
	padding:10px;
}

#menu_area {
	position:absolute;
	height:34px;
	top:51px;
	right:11px;
}

.menu td {
	height:34px;
	font-size:11px;
}

.menu a {
	color:white;
	text-transform:uppercase;
	text-decoration:none;
}

.menu a:hover {
	color:#FFFF99;
}

.menu #selmenu a {
	color:black;
}

.menu .item .left {
	width:10px;
	background: url('images/mleft.jpg') no-repeat;
}

.menu .item .right {
	width:10px;
	background: url('images/mright.jpg') no-repeat;
}

.menu .item .bg {
	text-align:center;
	padding:8px 11px 0px 11px;
	background: url('images/mbg.jpg') repeat-x;
}

.menu #selmenu .left {
	background: url('images/mleft_sel.jpg') no-repeat;
}

.menu #selmenu .right {
	background: url('images/mright_sel.jpg') no-repeat;
}

.menu #selmenu .bg {
	background: url('images/mbg_sel.jpg') repeat-x;
}

.menu .left_side {
	width:10px;
	background: url('images/mleft_side.jpg') no-repeat;
}

.menu .right_side {
	width:10px;
	background: url('images/mright_side.jpg') no-repeat;
}

.left_menu .item {
	line-height:17px;
	padding:2px 5px 2px 15px;
	text-align:left;
}

.left_menu a {
	color:black;
	text-decoration:none;
}

.left_menu #selmenu a{
	font-weight:bold;
	color:#870014;
}

.left_menu .subitem {
	padding-left:27px;
}

#footer_menu .item, #footer_menu .mbr{
	display:inline;
}

#footer_menu .mbr{
	font-size:9px;
}

#footer_menu a {
	color:black;
	font-size:10px;
}

.item_name {
	color:#29327A; 
	font-weight:bold; 
	font-size:14px; 
	padding:2px; 
	padding-bottom:0px;
}