html {
	height:100%;
	background:#91B0D5;
}

body {
	padding:0;
	margin:0;
	font-size: 12px;
	font-weight: normal;
	color: #343434;
}

.generalDiv {
	width:787px;
	margin: 5px auto;
	background-color: #FFFFFF;
}
ul, ol, li, form, fieldset, label, optgroup, textarea, input, legend, a, img, br {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #343434;
	margin-top: 2px;
	margin-bottom: 15px;
}

a {
	text-decoration: underline;
	color: #343434;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #343434;
	font-weight: normal;
}
H3 {
	color: #fff;
	padding:2px 0 0 6px;
	margin:0;
	float:right;
	height:21px;
	width:552px;
	background:url(../images/title_right.gif) no-repeat right top #A90202;
	font:12pt Arial, Helvetica, sans-serif;
	behavior: expression( !this.before ? this.before = this.innerHTML = '&bull;&nbsp;' + this.innerHTML : '' );
}
H3:before {
	content:'\2022\a0';
}

/* Menu */
#menu {
	margin:0;
	padding:0;
	list-style: none;
	width: 150px;
}
#menu li {
	padding:0;
	margin:0;
	
}
.menu_grad img {
	display:block;
}


#menu li ul {
	position: absolute;
	list-style: none;
	left: 173px;
	top: 280px;
	display: none;
	width:150px;
	margin:0;
	padding:0 1px 10px; 0;
	background: url(../images/drop_back.gif) no-repeat right bottom #FFFFFF;
	border-left:1px solid #B1B8C2;
}
#menu li ul li {
	width:100%;
}
#menu li ul a {
	color:#0043A5;
	font:10pt Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0 0 0 5px;
	border-left:7px solid #fff;
	margin:0;
}
#menu li ul a:hover {
	color:#A90202;
	border-left:7px solid #C1C8D1;
	padding-left:5px;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}
* html #menu li {float: left;}
* html #menu li a {height: 1%;}
* html #menu li ul li {clear:both;}

/* Forms */
#mf {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 120px 0 0;
	padding: 0px;
	width:350px;
	float:right;
	display:inline;
}
#mf fieldset {
    width:30em;
    border:solid 1px #000000;
    text-align:center;
}
#mf legend {
    color:#323232;
    background:inherit;
    font-size: 14px;
    margin-left: 10px;
}
#mf label {
    float:left;
    width:10em;
    line-height:1em;
    margin-right:0.5em;
    text-align:right;
	color:#323232;
}
#mf input, #mf select, #mf textarea {
    margin:0 0 0.5em 0.2em;
    padding:0;
    font-family: Tahoma;
    font-size:12px;
    color: #323232;
    
}
#mf input{
    border: 1px solid #000000;
    width: 150px;
    height: 25px;
}
#mf textarea {
    border: 1px solid #000000;
    width: 150px;
    height: 40px;
}
#mf .noresize {
    width:auto;
}
#mf .submit {
    margin-left:10.1em;
}


/* Divs */
.logo, .logo img {
	padding:0;
	margin:0;
	display:block;
}
.left_logo {
	width:229px;
	float:left;
}
.left_column {
	float:left;
	clear:both;
	width:229px;
}
.menu_grad {
	padding:0 0 0 11px;
	margin:0 0 0 18px;
	background:url(../images/menu_grad.gif) no-repeat left top;
}
.menu_bot {
	width:139px;
	height:84px;
	clear:both;
	margin:0 0 0 29px;
}
.menu_bot img {
	display:block;
	float:left
}
.center {
	width:758px;
	clear:both;
	float:left;
	background:url(../images/right_grad.gif) repeat-y right top #FFFFFF;
	padding:0 29px 0 0;
}
.right_column {
	float:right;
	width:491px;
	background:url(../images/right_corn.gif) no-repeat right top;
	padding:23px 25px 20px 5px;
}
.footer {
	clear:both;
	background:url(../images/left_grad.gif) repeat-y left top;
	padding:0 0 0 29px;
	margin:0;
}

.bot_menu {
	border-top:1px dashed #68778A;
	margin:0;
	padding:8px 0 8px 0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#12388E;
	text-align:center;
}
* html .bot_menu {padding-top:3px;}
.bot_menu a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#12388E;
	text-decoration:none;
}
.bot_menu a:hover {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#12388E;
	text-decoration: underline;	
}
.copy {
	background:#0352BA;
	padding:8px 45px 8px 45px;
	font:11px Tahoma;
	color:#FFFFFF;
}
.copy a {
	color:#D4E6FC;
	text-decoration:underline;
}
.copy a:hover {
	color:#D4E6FC;
	text-decoration:none;

}
.copy table {
	border-collapse:collapse;
	width:100%;
}
.copy table td {
	padding:0;
}
.right_td {
	text-align:right;
}
.left_center {
	background:url(../images/left_grad.gif) repeat-y left top;
	overflow:hidden;
	_oveflow:visible; /* hack IE6 */
	_height:1%; /* hack IE6 */
	padding-bottom:10px;
}