@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper1 {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background: url(/images/home/bg_grey_fade.png) top center repeat-y;
	margin: 0;
	padding: 0 0 0 0; 
}

#wrapper2 {
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
}

#inner-wrapper {
	position: relative;
}

/********************************************************************************* 
 **  begin formatting header 
 *********************************************************************************/
#subheading {
	margin-top: 10px;
	text-align:center;
	font-size: 14px;
}
/********************************************************************************* 
 **  end formatting header 
 *********************************************************************************/


#languages {
	position: absolute;
	right: 10px;
	top: 5px;
}

#languages a img {
	border: none;
}



/********************************************************************************* 
** these are module holders
 *********************************************************************************/
#content {
	width: 978px;
	position: relative;
}

#lcontent {
	width: 700px;
	margin-left: 30px;
	position: relative;
	float: left;
}

#rcontent {
	width: 700px;
	position: relative;
	float: left;
}

#left {
	width: 240px;
	position: relative;
	float: left;
}

#right {
	width: 240px;
	margin-left: 30px;
	position: relative;
	float: left;
	font-size: 12px;
}

#right .moduletable {
	position: relative;
	top: 150px;
}

#right h3 {
	margin:37px 20px 2px 15px; font-size:14px; color:#333333;
}

#right ul {
	list-style-image:url("/images/arrow.jpg");
}

#right a:link {
color:#333333;
text-decoration:underline;
}

#right a:visited {
color:#333333;
text-decoration:underline;
}

#right a:hover {
color:#FF6600;
text-decoration:none;
}

div.jfdefaulttext {
	display: none;
}
/********************************************************************************* 
** end module holders
 *********************************************************************************/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	 
}
.footer {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

a.footer:link {
color:#333333;
text-decoration:none;
}

a.footer:visited {
color:#333333;
text-decoration:none;
}
a.footer:hover {
color:#FF6600;
text-decoration:underline;
}

.footersmall{
font-size:x-small;
color:#666666;
}

.page-border{
padding-left:20px;
padding-right:20px;
padding-top:25px;
padding-bottom:30px;
text-align:left;
}

a.bodylink:link {
color:#333333;
text-decoration:underline;
}

a.bodylink:visited {
color:#333333;
text-decoration:underline;
}
a.bodylink:hover {
color:#FF6600;
text-decoration:none;
}


.maintitle{
color:#000000;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-decoration:none;
font-style:normal;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.align_bottom {
	position: absolute;
	bottom: 20px;
}

.strong {
	font-weight: bold;
}

.light_gray {
	color: #666;
}

td.news-list{background: url(/images/home/bkgrnd-news-list.gif) repeat-x scroll center top transparent; height: 20px;}
a.top-list {
	color: white;
	text-decoration:none;
	margin: 0 10px;
}
a.top-list:hover {
	color: #F60;
}

