/* Standard Style Page */
/* Header Table */

.header_table {
	width: 100%;
	border-left: 1px black solid:
	border-right: 1px black solid;
	font-size: 0px;
}

/* Navigation Bar */

.nav_row {
	width: 100%;
	height: 22px;
	background-color: #194383;
	border-top: 1px solid #194383;
	border-bottom: 1px solid #194383;
	padding: 0px;
	margin: 0px;
	font-variant: Arial,Helvetica,Verdana,Sans-Serif; 
}
.nav_buttons li{
	font-size: 14px;
	text-decoration: none;
	list-style: none;
	display: inline;
	padding-left: 20px;
	margin: 0px;
}
.nav_buttons a:link {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: white;
	margin: 0px 12px 5px 0px;
}
.nav_buttons a:visited {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: white;
	margin: 0px 12px 5px 0px;
}
.nav_buttons a:hover {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: red;
	margin: 0px 12px 5px 0px;
}

/* Main Body */

.page_heading {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	font-variant: Arial,Helvetica,Verdana,Sans-Serif; 
	color: #224f9b;
}
.page_subheading {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: Arial,Helvetica,Verdana,Sans-Serif; 
	font-size: 18px; 
	color: black;
}
.main_table {
	width: 700px;
	border-left: 1px #194383 solid; 
	border-right: 1px #194383 solid;
}
.main_layout {
	padding-left: 5px;
	padding-right: 5px;
}
/* Footer Table */

.footer_table {
	border-left: 1px black solid; 
	border-right: 1px black solid;
}
.footer_row {
	background-color: #194383;
	height: 20px;
	vertical-align: center;
}
.footer_left {
	color: white; 
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
}
.footer_middle {
	color: white; 
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.footer_right {
	color: white; 
	font-size: 11px; 
	text-align: right;
	padding-right: 10px;
}
.footer_link {
	text-decoration: none; 
	color:#f08800;
}

/* General */

.stdtext {
	font-size: 14px;
	font-variant: Arial,Helvetica,Verdana,Sans-Serif; 
}
.std_small_text {
	font-size: 12px;
	font-variant: Arial,Helvetica,Verdana,Sans-Serif; 
}
.std_link {
	text-decoration: none;
	color: #224f9b;
}