body{
	min-width:980px;
	*width:980px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #111114;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: #111114 url(img/bottom_bg.jpg) no-repeat left bottom;
}
a {
	font-size: 9pt;
	color: white;
	text-decoration: underline;
	}
a:hover{
	color: red;
}
h3{
	color:white;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0px 10px 0;
	padding: 2px 0 1px 10px;
	border-left: solid 1px red;
}
p{
	color: white;
	font-size: 10pt;
}
form{
	margin: 0px;
	padding: 0px;
}
.Page{
	position: relative;
	min-height: 100%;
}
*html .Page{
	height:100%;
}
.top{
	text-align:right;
	height: 207px;
	background: #111114 url(img/top_bg.gif) repeat-x right top;
}
.top_logo{
	display: block;
	border: solid 0px;
	position: absolute;
	top: 0;
	left: 35px;
	width:325px;
	height: 207px;
	background: transparent url(img/logo.gif) no-repeat left top;
}
.top_right{
	min-width:968px;
	*width:968px;
	height: 207px;
	background: transparent url(img/tr1.jpg) no-repeat right top;
	position: relative;
}
.top_right a{
	display:block;
	margin: 30px 55px 0 0;
}
.HeightLimiter{
	position: relative;
	height:100%; float: right; width:0px;
	visibility:hidden;
	*display:none;
}
.WidthLimiter{
	position: relative;
	background: transparent;
	width:969px !important;
	height:1px;
}

.main{
	position:relative;
	min-height:480px;
	min-width:872px;
	color: white;
	padding: 10px 0 70px 0;
}

.menu_col{
	position:absolute;
	left:0;
	width:230px;
	padding: 0;
	z-index:20;
}
ul.menu{
	margin: 0;
	padding:0;
	list-style: none;
	list-style-position: inside;
	padding-right:17px;
}
ul.menu li{
	position:relative;
	list-style: none;
	list-style-position: inside;
	background: transparent url(img/menu_item.gif) no-repeat right top;
	text-align: right;
	padding: 0px 35px 0px 30px;
	margin: 2px 1px 2px 0;
}
ul.menu li a{
	padding:0px;
	text-align: right;
	color: white;
	font-size: 11pt;
	font-weight: 600;
	text-decoration: none;
}
ul.menu li a:hover{
	color: white;
	text-decoration: underline;
}
.photo_box{
	float:left;
	width: 300px;
	margin:0px;
	background: transparent url(img/menu_separator.gif) no-repeat left top;
}
.content{
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 450px;
	*height:450px;
	width: 100%;
	background: transparent url(img/menu_separator.gif) no-repeat 231px top;
	z-index:10;
}
.contentBody{
	position: relative;
	padding:0;
	padding:0 40px 0 255px;
}
.contentBodyBox{
	position: relative;
	*width: expression(document.body.offsetWidth-320);
}
.panel{
	width: 100%;
	position: absolute;
	bottom: 54;
	border-top: solid 1px #acacad;
	margin-top: 199px;
	height: 199px;
	background: transparent url(img/panel_bg.gif) no-repeat left top;
	overflow: none;
}
.panel_set{
	margin: 20px 0 10px 0;
}
.panel_left{
	float:left;
	width:540px;
	margin: 0px 0 0 34px;
}
.panel_right{
	margin: 0px 0 0 590px;
}
.thumbnail{
	display:block;
	float:left;
	width:115px;
	height:115px;
	background: #010203 url(img/thumb_bg.jpg) no-repeat left top;
	border: solid 1px #a5a5a5;
	margin: 0 3% 0 0;
	*margin: 0 1% 0 0;
}
.thumbnail img{
	margin: 13px 0 0 13px;
	border: solid 1px black;
}
.bottom{
	width: 100%;
	min-width:872px;
	position: absolute;
	bottom: 0;
	border-top: solid 1px #acacad;
	margin-top: 53px;
	height: 53px;
	background: transparent;
	overflow: none;
}
.back_button{
	float:left;
	margin: 0 0 1em 8px;
}
.copyright{
	padding: 20px 20px 0 37px;
	color:white;
	font-size:11pt;
	font-weight: bold;
}
.banners{
	float:right;
	padding: 10px 55px 0 30px;
}
.clear{
	clear:both;
}
.contentpane {
	
	}

.contentpaneopen {
	border : 0px solid White;
	text-align : justify;
	text-indent : 10px;
	width : 99%;
	}

.contentheading {
         color:white;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0px 10px 0;
	padding: 2px 0 1px 10px;
	border-left: solid 1px red;
	}
.main_title {
	color : #39548D;
	font : bold 11px;
}
.contentpagetitle {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #566E9E;
	text-align:left;
	}
input, textarea, select
{
color: #FFFFFF;
font-size: 11px;
font-weight:normal;
background: #111114;
border:1px solid silver;
scrollbar-3dlight-color: #111114;
scrollbar-darkshadow-color: #111114;
scrollbar-face-color: silver;
scrollbar-track-color: #111114;
scrollbar-arrow-color: silver;
scrollbar-highlight-color: #111114;
scrollbar-shadow-color: #111114;
}
input:hover, textarea:hover, select:hover
{
background: #202020;
border:1px solid white;
}
