body {
	background: #fff;
	font: 12pt Arial, Verdana, Sans-Serif;
	color: #333132;
	margin: 0;
	padding: 0;
}



/**** GENERAL CSS - BEGIN ****/
img {
	behavior: url("pngbehavior.htc");
}

.ul_error {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content_header {
	font: 14pt Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


a:link {
	color: #013277;
	text-decoration: none;	
}

a:visited {
	color: #013277;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.sidebar_link {
	padding-top: 2px;
}

.sidebar_link div {
	
}

.sidebar_link a:link {
	font: 9pt Arial, Verdana, Sans Serif;
	color: #fff;
	font-weight: bold;
	width: 188px;
}

.sidebar_link a:visited {
	font: 9pt Arial, Verdana, Sans Serif;
	color: #fff; font-weight: bold;
	width: 188px;
}

.sidebar_link a:hover {
	background: #013175; width: 188px;
	font: 9pt Arial, Verdana, Sans Serif;
	color: #86cddf;
	font-weight: bold;
	text-decoration: none;
}


/**** Advanced Search Button ****/
.gold_sidebar_link {
	padding-top: 2px;
	width: 188px; 
	height: 49px;
}

.gold_sidebar_link a:link {
	font: 11pt Arial, Verdana, Sans Serif;
	color: #013175;
	font-weight: bold;
}

.gold_sidebar_link a:visited {
	font: 11pt Arial, Verdana, Sans Serif;
	color: #013175; font-weight: bold;
}

.gold_sidebar_link a:hover {
	font: 11pt Arial, Verdana, Sans Serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


.dropdown {
	background: #e8e7e6 url('../graphics/button_dropdown.png') no-repeat center bottom;
	font: 9pt Arial, Verdana, Sans Serif;
	width: 173px;
	margin: auto;
	padding: 5px 0;
}

.dropdown strong {
	margin: 0 5px;
}

.dropdown a:link {
	background: #e8e7e6;
	color: #000000;
	margin: 0 10px;
}

.dropdown a:visited {
	background: #e8e7e6;
	color: #000000;
	margin: 0 10px;
}

.menu_subheadings {
	color: #9f362a;
}


.sidebar_right { 
	font: 10pt Georgiea, Serif;
	color: #333132;
}
.sidebar_right a:link {
	font: 9pt Arial, Sans Serif;
	color: #333132;
	text-decoration: underline;
}
.sidebar_right a:visited {
	font: 9pt Arial, Sans Serif;
	color: #333132;
	text-decoration: underline;
}
.sidebar_right a:hover {
	font: 9pt Arial, Sans Serif;
	color: #333132;
	text-decoration: none;
}

.sidebar_right .box {
	padding-bottom: 10px;
}

.sidebar_right .box .tright {
	width: 100%;
	height: 10px;
	background: #d2cdc6 url('../graphics/corner_tright_1.png') no-repeat top right;
}

.sidebar_right .box .bright {
	width: 100%;
	height: 10px;
	background: #d2cdc6 url('../graphics/corner_bright_1.png') no-repeat top right;
}

.sidebar_right .box .box_link {
	text-align: right;
	display: block;
}

.sidebar_right .box .content {
	background: #d2cdc6;
	padding: 12px 12px 12px 12px;
}

.sidebar_right .box2 {
	padding-bottom: 10px;
}

.sidebar_right .box2 .tright {
	width: 100%;
	height: 10px;
	background: #d9d6d2 url('../graphics/corner_tright_2.png') no-repeat top right;
}

.sidebar_right .box2 .bright {
	width: 100%;
	height: 10px;
	background: #d9d6d2 url('../graphics/corner_bright_2.png') no-repeat top right;
}

.sidebar_right .box2 .box_link {
	text-align: right;
	display: block;
}

.sidebar_right .box2 .content {
	background: #d9d6d2;
	padding: 12px 12px 12px 12px;
}

.sidebar_right .box3 {
	padding-bottom: 10px;
}

.sidebar_right .box3 .tright {
	width: 100%;
	height: 10px;
	background: #e8e7e6 url('../graphics/corner_tright_3.png') no-repeat top right;
}

.sidebar_right .box3 .bright {
	width: 100%;
	height: 10px;
	background: #e8e7e6 url('../graphics/corner_bright_3.png') no-repeat top right;
}

.sidebar_right .box3 .box_link {
	text-align: right;
	display: block;
}

.sidebar_right .box3 .content {
	background: #e8e7e6;
	padding: 12px 12px 12px 12px;
}


.list_item {
	border-bottom: 1px dashed #94cbec;
	display: block;
	padding: 3px 0;
}

.last_item {
	margin-bottom: 30px;
}

.label {
	display: block;
}

.inputBox {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #000000;
	border: 1px solid #000000;
	margin: 0 0 10px 0;
	padding: 2px;
}

.inputSubmit {
	display: block;
	font-size: 10pt;
	color: #ffffff;
	border: 1px solid #000000;
	background: #1a7cb6;	
}

.bold {
	font-weight: bold;
}

.info_message {
	font-size: 8pt;
	color: #990000;
}
/**** GENERAL CSS - END ****/




/**** HEADER CSS - BEGIN ****/
#header {
	background: url('../graphics/header.png') no-repeat center top;
	width: 980px;
	height: 142px;
	margin: auto;
}
/**** HEADER CSS - END ****/




/**** MENU CSS - BEGIN ****/
#menu_top {
	background: url('../graphics/menu_top.png') no-repeat center top;
	margin: auto;
	font: 11pt Georgia;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	width: 980px;
	height: 30px;
	line-height: 30px;
}

#menu_top a:link {
	font: 11pt Georgia;
	color: #fff;
	font-weight: bold;
	padding-right: 35px;
	text-decoration: none;	
}

#menu_top a:visited {
	font: 11pt Georgia;
	color: #fff;
	font-weight: bold;
	padding-right: 35px;
	text-decoration: none;	
}

#menu_top a:hover {
	color: #86cddf;
}




#menu_main {
	background: url('../graphics/menu.png') no-repeat center top;
	margin: auto;
	font: 11pt Georgia;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-left: 40px;
	width: 980px;
	height: 40px;
	line-height: 33px;
}

#menu_main a:link {
	font: 11pt Georgia;
	color: #fff;
	font-weight: bold;
	padding-right: 45px;
	text-decoration: none;	
}

#menu_main a:visited {
	font: 11pt Georgia;
	color: #fff;
	font-weight: bold;
	padding-right: 45px;
	text-decoration: none;	
}

#menu_main a:hover {
	color: #86cddf;
}
/**** MENU CSS - END ****/




/**** CONTENT CONTAINMENT - BEGIN ****/
#table-outer {
	margin: auto;
	width: 980px;
}

.cell_container {
	padding-top: 20px;
}

.cell_content {
	padding-left: 25px;
	padding-right: 25px;
}

#table-inner {
	height: 400px;
	width: 100%;
}
/**** CONTENT CONTAINMENT - END ****/


.content_start {
	margin-top: 0;
	padding-top: 5px;
}


/**** FOOTER CSS - BEGIN ****/
#footer {
	background: url('../graphics/footer.png') no-repeat bottom center;
	font: 10pt Arial;
	color: #333132;
	margin: auto;
	padding-top: 25px;
	width: 980px;
	height: 48px;
	text-align: center;
}

#footer a:link {
	color: #333132;
	text-decoration: underline;
}

#footer a:visited{
	color: #333132;
	text-decoration: underline;
}

#footer a:hover {
color: #333132;
	text-decoration: none;
}
/**** FOOTER CSS - END ****/
