/* ************************ Defaults ************************ */

body{
	background: #ebecee;
	color:#333;
	font: 13px Arial, Helvetica, sans-serif;
	text-align:center;
}
body, h1, h2, h3, h4, h5, p, table, table th, form, a img, ul {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul{
	list-style:none;
}
h1{
	font-size:24px;
	text-transform:uppercase;
	color:#005396;
}
h2{
	font-size:18px;
	color:#005396;
	font-weight:normal;
}
h3{
	font-size:16px;
	color:#005396;
}
a{
	color:#BB1515;
	text-decoration:none;
}
a:hover{
	color:#282B72;
	text-decoration:underline;
}

/* ************************ structural ************************ */

#page{
	width:998px;
	margin:0 auto;
	text-align:left;
}
#main1{
	background:url('../images/bg1.jpg') top left no-repeat;
}
#main2{
	background:url('../images/bg2.jpg') bottom left no-repeat;
	height:1100px;
}

/* ************************ header ************************ */

#header{
	padding:110px 0px 33px 0px;
}
.logo1{ padding:0px 0px 20px 127px; }
.logo2{ padding:0px 0px 0px 182px; }

/* ************************ content ************************ */

#content{
	width:998px;
}
#pagetext{
	padding:0px 0px 40px 40px;
}
.clear{
	clear:both;
}

/* ************************ left panel ************************ */

#leftpanel{
	float:left;
	width:214px;
	padding:0px 40px 0px 0px;
}
#leftmenu{
	width:190px;
	background:#BCBEC0;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	padding:0px 12px 0px 12px;
}
#leftmenu ul li{
	padding:0px 0px 15px 0px;
}
#leftmenu ul li a{
	color:#005396;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
}
#leftmenu ul li a:hover{
	color:#ef4135;
	text-decoration:none;
}
#leftpanel img{
	display:block;
}
.hidden {
	display:none;
}
#leftmenu .menu ul{
	margin:0px;
	padding:15px 0px 0px 15px;
}
#leftmenu .menu ul li{
	margin:0px;
	padding:0px 0px 10px 0px;
}
#leftmenu .menu ul li a{
	font-size:22px;
}

/* ************************ right panel ************************ */

#rightpanel{
	float:left;
	width:631px;
}
#rightpanel img{
	display:block;
}
.ptext{
	background: #ebecee;
	min-height:640px;
	padding:0px 15px 0px 30px;
}
.ptext p{
	padding:10px 0px 10px 0px;
	line-height:20px;
}
.ptext .phead{
	background:url('../images/phead.gif') top left no-repeat;
	padding:10px 0px 20px 60px;
}
.ptext ul{
	padding:10px 0px 0px 0px;
	width:571px;
}
.ptext ul li{
	background:url('../images/imstick.jpg') top left no-repeat;
	padding:5px 0px 5px 25px;
	line-height:18px;
}

*html .ptext{ height:640px; }
*html #leftmenu{ filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85; }
#mycustomscroll{
	width: 571px;
	height: 625px;
	overflow: auto;
	position: relative;
	padding: 0px 15px 0px 0px;
}
.scrollgeneric{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase{
	width: 10px;
	background-color: #fff;
}
.vscrollerbar{
	width: 10px;
	background-color: #ef4135;
}