@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #373d6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underlined;
}
body {
	background-color: #373d6c;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contentArea{
	padding:15px;
	padding-top:0px;
}
#subLinks{
	background-image:url(../images/sub_link_bg.jpg);
	background-repeat:no-repeat;
	height:23px;
	padding-top:7px;
	padding-left:10px;
	font-weight:bold;
}
#subLinks a{
	color:#FFFFFF;
	text-decoration:none;
}
#subLinks a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.contentWrapper{
	background-image: url(../images/content_bg.jpg); 
	background-repeat:repeat-x; 
	height:300px;
}
.sidebar{
	background-image:url(../images/sidebar_footer.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;
}

.footer{
font-size:10px; color:#FFFFFF; padding-top:10px; padding-bottom:10px;
}
.footer a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}