@charset "utf-8";
/* CSS Document */
body {
	background:#666666;
}
body, div, p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
}
p {
	text-align:justify;
}
h1 {
	font-size:30px;
	border-bottom:1px solid #333333;
	line-height:30px;
	padding-top:8px;
}
#mainContent {
	margin:auto;
	width:960px;
	background-color:#ffffff;
	min-height:500px;
	border:1px solid #000000;
}
.contentCell {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:20px;
	padding-top:0;
}	
#footer {
	color:#ffffff;
	margin:auto;
	width:960px;
	padding:8px;
	font-size:10px;
	}
#footer td {
	font-size:10px;
}
a {
	color:#FF3399;
}	
#footer a {
	color:#eeeeee;
	text-decoration:none;
}
#footer a:hover {
	color:#eeeeee;
	text-decoration:underline;
}
#rightNav {
	padding-left:15px;
	height:30px;
	line-height:30px;
	text-align:left;
}
#rightNav a {
	text-decoration:none;
	color:#eeeeee;
}
#rightNav a:hover {
	text-decoration:underline;
	color:#eeeeee;
}
#footerhead {
	text-align:center;
	font-size:10px;
	padding:15px;
	border-top:1px solid #ccc;
	}
#footerhead a {
	color: #666666;
	text-decoration:none;
}
#linesNav {
	text-align:right;
	background-image:url(../img/bg_lines.jpg);
	background-repeat:repeat-x;
	height:39px;
	line-height:32px;
}
#linesNav a {
	text-decoration:none;
	color:#ffffff;
}
#accentLine {
	height:8px;
}
#contactInfo {
	margin:auto;
	width:960px;
	padding:8px;
	text-align:right;
	color:#eeeeee;
	font-size:11px;
}