﻿/* CSS layout */
html {
	color: #666666;
	text-align: center;
	font-family: Verdana, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #FAFAFA;
}



body {
	color: #666666;
	text-align: center;
	font-family: Verdana, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #FAFAFA;
}

#container {
	border: 2px #C0C0C0 solid;
	position: absolute;
	width: 96%;
	height: 570px;
	left: 2%;
	right: 2%;
	bottom: 50px;
	top: 6px;
	font-family: Verdana;
	font-size: 0.8em;
	max-width: 1050px;
	background-color: #C0C0C0;
}


#left_col {
	border-right-width: 2px;
	border-right-color: #E9E9E9;
	border-right-style: outset;
	background-color: #FFFFFF;
	background: #FFFFFF url('title_panel820042.jpg') no-repeat center;
	border-right: 8px #C0C0C0;
	border-style: none solid none none;
	width: 100px;
	position: absolute;
	left: 0px;
	height: 570px;
	z-index: 30;
}

#right_col {
	width: 64%;
	position: absolute;
	top: 0px;
	right: 27px;
	height: 570px;
	min-width: 500px;
	background-color: #F2F2F2;
	z-index: 140;
	overflow: auto;
	left: 336px;
	max-width: 700px;
	margin-left: 0;
	margin-right: 0;
}

#page_content {
	border-right: 10px #C0C0C0 solid;
	margin-right: 650px;
	margin-left: 110px;
	height: 570px;
	bottom: 0;
	top: 2px;
	position: absolute;
	width: 200px;
	left: -3px;
	background-color: #820052;
	overflow: auto;
}
	

#footer {
	position: absolute;
	bottom: 0;
	height: 40px;
	font-family: Verdana;
	font-size: 10px;
	left: 15%;
	right: 15%;
	width: auto;
	top: 580px;
	text-align: center;
	vertical-align: middle;
}
.text_highlight {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #820052;
}
.maintext {
	font-family: Verdana;
	font-size: 12px;
	color: #808080;
	font: 100%/1.4em Verdana;
	text-decoration: none;
}
.small_text {
	font-family: Verdana;
	font-size: 11px;
	color: #808080;
	font-weight: normal;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}
.page_heading {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #820052;
}
