* {
	margin: 0px; 
	padding: 0px;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

body {
	text-align: center;
}

body a {color:black; text-decoration:none;}
body a:visited {color:black;}
body a:hover {color:orange; text-decoration:underline;}
body a:active {color:red; text-decoration:none;}

ul {
	list-style-type: none;
}

#page {
	position:relative;
	margin:0px auto;
	text-align: left;
	width: 770px;
}

#logo {
	margin-top:10px;
	float:left;
	width:170px; 
	height:70px; 
}

#top_menu {
	float:left; 
	height:30px; 
	text-align:right; 
	padding-top:5px;
	padding-right:7px;
	width:593px; 
}

#main_menu {
	clear:both;

	background-color:#448AC6; 
	text-align:right;

	border-width:1px;
	border-right-color:#053B6F; 
	border-bottom-color:#053B6F; 
	border-left-color:#A6C9E8; 
	border-top-color:#A6C9E8; 
	border-top-style:solid; 
	border-right-style:solid; 
	border-bottom-style:solid; 
	border-left-style:solid;

	width:768px; 
	height:33px; 
}

#main_menu ul {
	float:right;
	height:100%;
}

#main_menu ul li {
	float:left;
	list-style-type: none;
	padding-left:6px;
	padding-right:6px; 
	border-width:1px;
	border-right-color:#053B6F; 
	border-left-color:#A6C9E8; 
	border-right-style:solid; 
	border-left-style:solid;

	height:22px; 
	padding-top:11px;
}

#main_menu ul li.first {
	border-width:1px;
	border-left-style:none;
}

#main_menu ul li.last {
	border-width:1px;
	border-right-style:none;
}

#main_menu ul li span {
	display:block;
	margin-top: 9px;
}

#main_menu a {color:white; text-decoration:none;}
#main_menu a:visited {color:white;}
#main_menu a:hover {color:orange; text-decoration:underline;}
#main_menu a:active {color:red; text-decoration:none;}

#signin_bar {
	padding-bottom:2px;
	padding-right:10px; 
	background-color:#89BFE8;
	border-width:1px;
	border-right-color:#5883A5; 
	border-bottom-color:#5883A5; 
	border-left-color:#D3EDF3; 
	border-top-color:#D3EDF3; 
	border-top-style:solid; 
	border-right-style:solid; 
	border-bottom-style:solid; 
	border-left-style:solid;
	text-align:right;
	color:#1F5587;
	margin-bottom:10px;

	height:28px;
	padding-top:4px;
}

#sub_menu {
	float:left;
	width:186px;

	background-image: url(../Images/submenu_box_back.gif);
	background-repeat: repeat-y;
	margin-bottom:17px;
}

#sub_menu ul {
	padding-bottom:10px;
	background-image: url(../Images/submenu_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sub_menu ul li {
	list-style-type:none;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#main_area {
	float:left;
	margin-left:20px;
}

#navi_bar {
	color:#7F7F7F;
}

#main_area {
	margin-bottom:17px;
}

h2.title {
	color:#448AC6; 
	font-size:15pt; 
	font-weight:bold;

	width:564px;
	padding-bottom:4px;
	background-image: url(../Images/subtitle_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;

	margin-top:10px;
	margin-bottom:10px;
}


h3.title {
	color:#448AC6; 
	font-size:15pt; 
	font-weight:bold;

	width:770px;
	padding-bottom:4px;
	background-image: url(../Images/subtitle_back2.gif);
	background-repeat: no-repeat;
	background-position: bottom;

	margin-top:10px;
	margin-bottom:10px;
}

h4.title {
	color:#448AC6; 
	font-size:15pt; 
	font-weight:bold;

	width:600px;
	padding-bottom:4px;
	background-image: url(../Images/subtitle_back3.gif);
	background-repeat: no-repeat;
	background-position: bottom;

	margin-top:10px;
	margin-bottom:10px;
}

#bottom_section {
	clear:both;
	height:62px;
	background-image: url(../Images/footer_box.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
}

#ctl00_ci_icon {
	margin-left:37px;
	margin-top:7px;
	float:left;
}

#bottom_text {
	float:left;
	margin-left:65px;
	margin-top:7px;
	color:#636363;
	font-size:7pt;
}

.list_tbl {
	width:100%;
	background-color:#FFFFFF;
}

.list_tbl th {
	height:40px;
	background-color:#E9F1F8;
	color:#35688f;
	text-align:center;
}
	
.list_tbl td 
{
	background-color:White;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.list_tbl td.alternating_item 
{
	background-color:#F2F2F2;
}

.page_navigation 
{
	line-height:30px;
	color:#35688F;
	text-align:center;
}

.dropdown_menu {
	position:absolute;
	left:20px;
	top:20px;
	z-index: auto;
	display:none;

	filter:alpha(opacity=90);
	width:212px;
	padding:0px;
	margin:0px;
}

.dropdown_menu li {
	height:20px;
	background-color:#CBDAE9;
	text-align:left;

	text-indent:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:160%;
	margin-bottom:1px;
}

.dropdown_menu li a {
	text-decoration:none;
}

.dropdown_menu li a:visited {
	color:black;
	text-decoration:none;
}

.dropdown_menu li a:hover {
	color:#448AC6;
	text-decoration:none;
}

.dropdown_menu li a:active {
	color:black;
	text-decoration:none;
}

.dropdown_menu_item {
	height:20px;
	background-color:#CBDAE9;
	text-align:left;

	text-indent:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:160%;
	margin-bottom:1px;
}

.dropdown_menu_item a {
	text-decoration:none;
}

.dropdown_menu_item a:visited {
	color:black;
	text-decoration:none;
}

.dropdown_menu_item a:hover {
	color:#448AC6;
	text-decoration:none;
}

.dropdown_menu_item a:active {
	color:black;
	text-decoration:none;
}

.navi_text {
	color:#7F7F7F;
}

#sub_section  
{
	margin-top: 30px;
	margin-left: 15px;
}

#sub_section_ex  
{
	margin-top: 20px;
	margin-bottom: 30px;	
	margin-left: 15px;
}

.input_form 
{
	width: 520px;
	border: solid 2px #95BEDF;
	padding: 5px;
}	
.input_tbl 
{
	width: 100%;
}
.input_tbl th 
{
	background-color: #E9F1F8;
	width: 110px;
	padding: 5px;
}
.input_tbl td 
{
	background-color: #F5F5F5;
	padding: 5px;
}
.input_buttons
{
	width: 535px;	
	text-align:right;
	margin-top:10px;
}

.view_form 
{
	width: 520px;
	border: solid 2px #95BEDF;
	padding: 5px;
}	
.view_tbl 
{
	width: 100%;
}
.view_tbl th 
{
	background-color: #E9F1F8;
	height: 30px;
	padding: 5px;
	color: #35688f;
	text-align: center;
}
.view_tbl td 
{
	background-color: #F5F5F5;
	padding: 5px;
}
.view_buttons
{
	width: 535px;	
	text-align:right;
	margin-top:10px;
}
.page_navigation 
{
	display: block;
	text-align: center;
	padding: 6px;
	color: #35688f;
}

.search_box
{
	margin-left: 16px;
	width: 500px;
	background-color: #E9F1F8;
	border: solid 1px #95BEDF;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

a.special_link {color:blue; text-decoration:none;}
a.special_link:visited {color:blue;}
a.special_link:hover {color:orange; text-decoration:underline;}
a.special_link:active {color:red; text-decoration:none;}

.app_step_table {
	border: 1px solid #DBDBDB;
	width:533px;
	margin-bottom:5px;
}

.app_step {
	background-color:#F7F7F7;
	padding:3px;
	line-height:170%;
	
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-color: #DBDBDB;	
}

.app_step_first {

}

.app_step_last {
	border-right-width: 0px;
}

.app_step_selected {
	background-color:#95BEDF;
	font-weight:bold;	
}

.app_step_selected_title {
	color:#FFFFFF;
}