body {
	background: #ededed url('../graphics/page_back.png') repeat-x;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	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 {
	margin-top: 25px;
	font-size: 14pt;
	color: #333132;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #cfcece;
}

.content_head_small {
	font-size: 11pt;
	color: #a9a9a9;
}

.documents_heading {
	margin-top: 0;
	padding-bottom: 5px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #000000; 
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
}

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

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

a:hover {
	color: #00529b;
	text-decoration: underline;	
}

.sidebar_link:link {
	color: #3b3b3b;	
}

.sidebar_link:visited {
	color: #3b3b3b;	
}

.sidebar_link:hover {
	color: #309fe2;
	text-decoration: none;
}

.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;
}

.link_box {
	border-bottom: 1px dashed #c9c9c9;
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
/**** GENERAL CSS - END ****/






/**** HEADER CSS - BEGIN ****/
#header {
	background: #ffffff url('../graphics/corner_right.gif') no-repeat top right;
	margin: auto;
	width: 950px;
	height: 155px;
}

/**** HEADER CSS - END ****/







/**** MENU CSS - BEGIN ****/
#menu {
	background: #00529b;
	border: 5px; border-color: #000000;
	margin: auto;
	width: 990px;
	height: 50px;
}

#menu a:link {
	font: 11pt Arial; color: #ffffff; font-weight: bold;
	float: left;
	padding: 15px 0 0 35px;
	text-decoration: none;	
}

#menu a:visited{
	font: 11pt Arial; color: #ffffff; font-weight: bold;
	float: left;
	padding: 15px 0 0 35px;
	text-decoration: none;	
}

#menu a:hover {
	color: #b4bdde;
	text-decoration: none;	
}
/**** MENU CSS - END ****/

.home_links {
	font: 11pt Arial; color: #ffffff; font-weight: bold;
}

.home_links a:link {
	font: 11pt Arial; color: #ffffff; font-weight: bold;
	text-decoration: none;	
}

.home_links a:visited{
	font: 11pt Arial; color: #ffffff; font-weight: bold;
	text-decoration: none;	
}

.home_links a:hover {
	color: #b4bdde;
	text-decoration: none;	
}






/**** CONTENT CONTAINMENT - BEGIN ****/
#table-outer {
	background: #ffffff;
	border-left: 3px solid #cfcece;
	border-right: 3px solid #cfcece;
	margin: auto;
	width: 950px;

}

#table-inner {
	margin: auto;
	width: 100%;
}

.cell_container {
	padding: 0;
}

.cell_content {
	padding: 0 15px 0 20px;
	clear: both;
}

.content-item-title {
	font-size: 12pt;
	font-weight: bold;
}

.content-item-desc {
	float: left;
	width: 100%;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #cecece;
}
.content-item-a {
	color: #74b743;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}
.content-item-a:hover {
	color: #74b743;
	text-decoration: none;
}
.whitetext {
font: 11pt Arial; color: #ffffff; font-weight: bold;
}
.sidebar_menuitem {
	border-bottom: 1px dashed #565656;
	padding: 5px;
	text-align: left;
}
.content_listing { float: left; width: 100%; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed #cecece; background: #ffffff; }
.content_listing_photo { float: right; margin: 0px 0px 5px 15px; padding: 2px; border: 1px solid #808080; }
.content_listing2 { margin-bottom: 2px; padding-bottom: 2px; border-bottom: 1px dashed #cecece; }


.TabOn {
	background: #ffffff url('../graphics/tab_back.png') left top no-repeat;
	color:#000000;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #fff;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.TabOff {
	background: #ffffff url('../graphics/tab_back.png') left top no-repeat;
	color:#000000;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #c0c0c0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}


.cell_bullets {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
}
/**** CONTENT CONTAINMENT - END ****/






/**** FOOTER CSS - BEGIN ****/
#footer {
	background: transparent url('../graphics/footer.png') no-repeat top left;
	margin: auto;
	width: 990px;
	height: 139px;
}
.fields {
	background: #eff1f5;
	border-bottom: 1px solid #d3d4d6;
	border-top: 1px solid #d3d4d6;
	width: 25px;
	height: 25px;
}

/**** FOOTER CSS - END ****/
