body {
	background: #441f5f url('../graphics/page_back.gif') repeat-x top right;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}





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

p {
	margin: 0;
	padding: 5px;
}
a:link {
	color: #0000cc;
	text-decoration: none;	
}

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

a:hover {
	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 {
	border: 1px solid #000000;
	color: #000000;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	margin: 0 0 10px 0;
	padding: 2px;
}

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

.bold {
	font-weight: bold;
}

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






/**** HEADER CSS - BEGIN ****/
#header_upper {
	background: transparent url('../graphics/header_fames.gif') no-repeat top right;
	font-size: 10pt;
	height: 136px;
	margin: auto;
	width: 1000px;
}

#header_lower {
	background: transparent url('../graphics/header_img.png') no-repeat top center;
	font-size: 10pt;
	height: 312px;
	margin: auto;
	width: 1000px;
}

.orange_title {
	color: #F99D31; 
	font-size: 18px; 
	font-weight: bold;
}

.purple_title { 
	color: #38205B; 
	font-size: 18px; 
	font-weight: bold; 
}
/**** HEADER CSS - END ****/







/**** MENU CSS - BEGIN ****/
#menu {
	color: #c7c8ca;
	float: left; 
	font-weight: bold;  
}

#menu a:link {
	color: #c7c8ca;
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;	
}

#menu a:visited {
	color: #c7c8ca;
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;	
}

#menu a:hover {
	color: #461e5f;
}

#results_submenu a {
	float: left;
	padding-right: 20px;
	color: #441f5f;
}

#results_submenu a:link {
	color: #441f5f;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	text-decoration: none;	
}

#results_submenu a:visited {
	color: #441f5f;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	text-decoration: none;	
}

#results_submenu a:hover {
	color: #441f5f;
	text-decoration: underline;
}
/**** MENU CSS - END ****/






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

.cell_container {
}

.content {
	padding: 20px 55px 0 55px;
}

#table-inner {
	background: #ffffff;
	height: 400px;
	margin: auto;
	padding: 0 35px 0 35px;
	width: 1000px;
}
/**** CONTENT CONTAINMENT - END ****/






/**** FOOTER CSS - BEGIN ****/
#footer {
	background: #ffffff;
	font-size: 10pt;
	height: 52px;
	line-height: 52px;
	margin: auto;
	padding-top: 60px;
	width: 1000px;
}


#footer a:link {
	color: #231F20;
	text-decoration: none;
}

#footer a:visited{
	color: #231F20;
	text-decoration: none;
}

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