BODY {
	font-family: serif;
	background-color: #EEEEEE;
}

.body_table {
	border: none;
	width: 100%;
	background-color: #F8F8F8;
	background-image: url("../images/right_side_of_page.png");
	background-position: right;
	background-repeat: repeat-y;
	font-family: arial;
}

.menu_button, .menu_bar, .page_heading_small, 
.small_heading_title, .body_panel, .footing_panel,
.page_title, .text_body, .section_heading
{
/*	font-family: arial, times, sans-serif;*/
	font-family: arial;
}

.page_heading_background {
/*.page_heading, .page_heading_small {*/
/*	background-color: #123D68;*/
	background-image: url(../images/heading_background.png);
	background-repeat: repeat-x;

	height: 75;
	
}

.large_heading_title {
	font-size: 16pt;
	font-family: times;
	font-style: italic;
	color: white;
}
	
.page_heading_small, .small_heading_title {
	font-size: 9pt;
	font-style: italic;
	font-weight: 600;
	color: white;
	text-align:right;
	background-image: url(../images/house.png);
	background-position:right;
	background-repeat: no-repeat;
}

.menu_bar {
	height: 35;
	background-image: url(../images/menubar_background_white.png);
	font-size: 9pt;
/*	background-color: #D5D5D5;
	border-bottom: 1px #AAAAAA solid; 
	border-top: 1px #FFFFFF solid; */

/* Yellow */
/*	background-color: #DCD018;
	background-color: #FFFFCE;
	border-top: 2px #FFFFE7 solid;
	border-left: 2px #FFFFE7 solid;
	border-bottom: 2px #E6E6B5 solid;
	border-right : 2px #E6E6B5 solid;
*/

/* Green */
/*	background-color: #A7CF1B;
	border-top: 2px #C0E834 solid;
	border-left: 2px #C0E834 solid;
	border-bottom: 2px #8EB602 solid;
	border-right : 2px #8EB602 solid;
*/
}

.left_side_panel {	
	width: 10%;
	background-color: #F6F6F6;
/*	border-right: 1px #888888 solid;
	border-left: 1px #AAAAAA solid;
	border-bottom: 1px #AAAAAA solid;*/
}
	
.right_side_panel {	
	width: 10%;
	background-color: #F6F6F6;
/*	border-left: 1px #888888 solid;
	border-right: 1px #AAAAAA solid;
	border-bottom: 1px #AAAAAA solid;*/
}

.footing_panel {
	font-size: 8pt;
/*	border: 1px #AAAAAA solid;*/
	background-image : url(../images/footer_background.png);
	background-color : #F6F6F6;
	background-repeat: repeat-x;
	border-top: none;
	height: 78;
}

.spacer_5 {
	background-color: transparent;
	height: 5px;
}

.text_body, .bulleted_list {
	font-size: 10pt;
/*	color: #002855;*/
	color: #222222;
}

li, .bulleted_list {
	list-style: square;
}

.section_heading, .page_title {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #123D68;
	background-color: white;	
}

.page_title {
	font-size: 12pt;
}
	
.body_panel {
	height: 515;
	font-size: 9pt;
	background-color: #FFFFFF;
	border-left: 1px #E6E6B5 solid;
	border-right: 1px #E6E6B5 solid;
	border-bottom: 1px #E6E6B5 solid;
/* Green
	border-left: 1px #8EB602 solid;
	border-right: 1px #8EB602 solid;
	border-bottom: 1px #8EB602 solid;
*/
	text-align: left;
	overflow: auto;
}

.body_main_table {
	width: 85%;
}		

.menu_button, .menu_button_over {
	font-size: 10pt;
	color: #666666;
	text-align: center;
	cursor: pointer;
	font-size: 10pt;
	font-family: Verdana, arial;
	font-weight: 600;
	padding-right : 6px;
	padding-left: 6px;
	text-decoration: none;
}
/*.menu_button {
	font-size: 10pt;
	font-family: helvetica,arial;
	font-weight: 500;
	background-color: #123D68;
	border-bottom: 2px solid #002450;
	border-right: 2px solid #002450;
	border-top: 1px solid #2B5681;
	border-left: 1px solid #2B5681;
}
*/


.menu_button_over {
	text-decoration: underline;
	
/*	color: yellow;
	background-color: #2B5681;
	border-top: 2px solid #002450;
	border-left: 2px solid #002450;
	border-bottom: 1px solid #123D68;
	border-right: 1px solid #123D68;
*/
}

.vertical_line {
	height: 1px;
	background-color: #123D68;
}

.horizontal_line {
	width: 1px;
	background-color: #123D68;
}
	
input {
	font-size: 9pt;
	color: #123D68;
}


.link {
	text-decoration: underline;
	cursor: pointer;
	color: #123D68;
}

.blue_panel {
	height: 8px;
/*	background-color: #00416E;
	border-bottom: 2px solid #C3B700;
*/}
