@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2d2d2d;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	color:#000000;
}
.black {
	color:#000000;
}
#main {
	width:100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position:center top;
}
#container {
	width:930px;
	margin:0 auto;
}
#header {
	background-image:url(images/header-bg.jpg);
	height:130px;
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
}
#header #menu {
	position:absolute;
	top:90px;
	z-index:100;
}
#fotter {
	background-image:url(images/bottom-bg.gif);
	width:100%;
	background-position:center top;
	bottom:0px;
	background-repeat:no-repeat;
	height:90px;
}
form {
	padding:0;
	margin:0;
}
input {
	border:solid 1px #e7e7e7;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-image:url(images/form-bg.gif);
	background-repeat:repeat-x;
	height:15px;
	background-color:#ededed;
}
.but {
	margin-top:3px;
	margin-bottom:3px;
}
.but a {
	color:#ffffff;
	border: 1px #afb5ff solid;
	background-color:#4394df;
	background-image: url(images/but.gif);
	background-repeat: repeat-x;
	padding:3px 5px 3px 5px;
	text-decoration:none;
}
.but a:hover {
	color:#000000;
	background-color:#e2e2e2;
	border: 1px #e7e7e7 solid;
	background-image: url(images/form-bg.gif);
	background-repeat: repeat-x;
}
#pghd {
	background-image:url(images/cor1.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#4751c2;
	width:228px;	
	height:109px;
	margin:0;
	padding:0;
	float:left;
}
#pghd2 {
position:relative;
}

#pghd2 #pghd1 {
position:absolute;
top:86px;
left:10px;
}
#topimg {
float:right;
	margin:0px;
	padding:0px
}
#sidepanel {
	width:228px;	
	margin:0;
	padding:0;
	float:left;
}
#content {
float:right;
background-color:#edeef9;
background-image:url(images/content1.gif);
background-position:center top;
background-repeat:no-repeat;
width:696px;
	margin:0px;
	padding:0px
}
.pad15 {
padding:15px;
}

.orange {
	color:#010b92;
}
.white {
	color:#ffffff;
}
h2 {
	color:#010b92;
	font-size:15px;
	margin:0;
	padding:0;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#news {
	padding:15px;
}
#news ul {
	padding:0;
	margin:0;
	list-style:none;
}
#news li {
	padding:2px 5px 5px 17px;
	background-image:url(images/book-icon.gif);
	background-repeat:no-repeat;
}
#news li:hover {
	background-color:#eff8fe;
	cursor:pointer;
	color:#010b92;
}
#news li a {
	color:#010b92;
	font-weight:bold;
	text-decoration:none;
}
#news li:hover a {
	color:#000000;
}
/* sub menu */ 
.sub {
	padding:15px;
}
.sub ul {
	padding:0;
	margin:0;
	margin-left:-15px;
	list-style:none;
}
.sub li {
	padding:2px 5px 5px 20px;
	background-image:url(images/book-icon.gif);
	background-repeat:no-repeat;
}
.sub li:hover {
	background-color:#eff8fe;
	cursor:pointer;
	color:#010b92;
}
.sub li a {
	color:#010b92;
	font-weight:bold;
	text-decoration:none;
}
.sub li:hover a {
	color:#000000;
}
/*  listings  */
.list {
	padding:0px;
	margin:0px;	
}
.list a {
	color:#010b92;
	font-weight:bold;
	padding:7px;
	margin-bottom:23px;	
	text-decoration:none;
}
.list a:hover {
	color:#000000;
	background-color:#E6E7F7;
}

#bottom {
	background-image:url(images/fotter-bg.gif);
	background-repeat:repeat-x;
	border:solid 1px #e7e7e7;
	height:30px;
}
#bottom #txt {
	margin:5px 0px 0px 10px;
	float:left;
}
#bottom #txt1 {
	color:#5f67cf;
	margin:5px 10px 0px 0px;
	float:right;
}
/* tooltip */
#dhtmltooltip {
	position: absolute;
	left: -1000px;
	width: 100px;
	border: 1px solid #9c9895;
	padding: 2px 5px 2px 5px;
	background-color: white;
	text-align:left;
	visibility: hidden;
	z-index: 200;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#dhtmlpointer {
	position:absolute;
	left: -1000px;
	z-index: 201;
	visibility: hidden;
}
