/*
GENERAL
HEADER
TOP NAV
BODY
LEFT COLUMN
RIGHT COLUMN
FOOTER

031406 changesd .big tag, font size attribute to 33 and
changed #right tag, top attribute to 170 and
changed #right_sub tag, top attribute to 222
*/

/*%GENERAL
----------------------------------------*/

*{margin: 0; padding: 0; border: 0}
/*{border: solid 1px red}*/

body{
	color: #000;
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

body a{
	color: #001C88;
}

body a:hover{
	text-decoration: none;
}

#container{
	width: 778px;
	position: relative;
	background: transparent url(images/bkd_internal.gif) top left repeat-y;
}

#index_container{
	width: 778px;
	position: relative;
	background: transparent url(images/bkd_index.gif) top left repeat-y;
}

/*%HEADER
----------------------------------------*/

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #091C5A;
	font-weight: normal;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;	
}

#mask{
	width: 604px;
	height: 140px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 174px;
	z-index: 2;
}

#header{
	background: #fff;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 380px;
	z-index: 3;
}

#logo{
	position: absolute;
	top: 30px;
	left: 180px;
	z-index: 3;
}

/*%TOP NAV
----------------------------------------*/

#top_nav{
	width: 500px;
	height: 47px;
	position: absolute;
	top: 75px;
	left: 280px;
	z-index: 3;
}

html>body #top_nav{
	width: 550px;
}

#top_nav ul{
	list-style: none;
}

#top_nav li{
	float: left;
}

#top_nav a{
	display: block;	
	margin: 1px 1px;
	padding: 2px;
	background: #091C5A;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#top_nav a:hover{
	background: #8f8f8f;
	color: #091C5A;	
}

#top_nav #blank{
	display: block;
	float: left;
	width: 65px;
	height: 18px;
	background: #091C5A;
	margin: 1px;
}

html>body #top_nav #blank{
	height: 18px;
	width: 66px;
}

/*%BODY
----------------------------------------*/

#wrap{
	padding-top: 120px;
	padding-left: 176px;
}

#body{
	text-align: left;
	width: 215px;
	border: solid 1px #fff;
}

#index_body{
	text-align: left;
	width: 313px;
	border: solid 1px #fff;
}

.wide #body{
	width: 604px;
	height: 600px;
	background: #fff;
}

html>body .wide #body{
	height: auto;
	min-height: 600px;
}
/*
.wide #body{
	width: 600px;
	margin-left: 0px;
	padding-left: 5px;
}

#wide{
	width: 400px;
}
*/
.big{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #091C5A;
	font-weight: bold;
	font-size: 33px;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 40px;
	background: #fff;
}

h6{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #091C5A;
	font-weight: bold;
	/*margin-bottom: 18px;*/
	background: #fff;
	border: solid 1px #fff;
}

td{
	padding: 5px;
}

#body h3, #index_body h3{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #091C5A;
	font-weight: normal;
	margin-top: 18px;
}

#body h4, #index_body h4{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 18px;
}

#body h5, #index_body h5{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #091C5A;
	font-weight: bold;
	margin-bottom: 18px;
}

#body h6, #index_bodyh6{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #091C5A;
	font-weight: bold;
	margin-bottom: 18px;
}

#body p, #index_body p{
	margin: 6px;
	margin-bottom: 15px;
}

#body ul, #index_body ul{
	margin-left: 30px;
}

#body #links, #index_body #links{
	margin-bottom: 100px;
}

.form_hed{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 18px;
}
/*%APPLICATION
----------------------------------------*/
#app{
	background: #8f8f8f; 
	padding: 10px;
	text-align: left;
}

#app h1{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#app p{
	font-size: 12px;
	color: #000000;
}
#app table{
	margin-left: 0px;
}

#app label{
	padding: 6px;
	text-align: right;
}

#app #submit {
	border: 0px;
}

/*%LEFT COLUMN
----------------------------------------*/

#left{
	width: 174px;
	position: absolute;
	top: 0;
	left: 0;
}

#left p{
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px #fff;
	padding: 6px;
}

#left ul{
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	margin-left: 10px;
}

#left a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

#left a:hover{
	color: #8f8f8f;
	text-decoration: underline;
}

/*%RIGHT COLUMN
----------------------------------------*/


#right{
	text-align: center;
	position: absolute;
	top: 140px;
	left: 505px;
	width: 267px;
	z-index: 1;
}

#right_sub{
	text-align: center;
	position: absolute;
	top: 223px;
	left: 412px;
	width: 365px;
	z-index: 1;
}

#right img{
	border: 6px solid #fff;
}

#right h5, #right_sub h5{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 12px;
}

#right p{
	margin-bottom: 12px;
	}

#right select{
	margin-bottom: 40px;
}

#right #submit{
	border: 0;
}

#right_sub select, #right_sub input, #right_sub label {
	margin-bottom: 0px;

}

input {
margin-bottom: 0px;
padding: 2px;
height:18px;
border: 1px solid #999999;
}


#right_sub #submit{
	border: 0;
	margin-top: 20px;
}

#right_sub #submitfix {
	height:45px;
}


#right_sub td p {color:#000000;}

/*%FOOTER
----------------------------------------*/

#footer{
	width: 595px;
	text-align: left;
	margin-left: 183px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #091C5A;
	font-weight: normal;
	background: #fff url(images/double_line.gif) top left repeat-x;
	padding-top: 6px;
}

.link_color
{
color:#000000;
text-decoration:none;
}

