*{margin:0; padding:0;}

body{
	line-height:16px;
	text-align:center;
	color:#303030;
	font-family: Arial, Helvetica, sans-serif;
}

a img{border:none;}
a {
	color: #006699;
}
p{
	padding:10px 0 0 0;
}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{
	padding:4px;
}
img.left{float:left; margin:0 12px 5px 0;}
img.center{
	margin-right: auto;
	margin-left: auto;
	display: block;

}
img.right {float:right; margin:0 0 5px 12px;}
#container{
	width:960px;
	text-align:left;
	background:#ffffff;
	color:#303030;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#header {
	width:960px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navigation {
	height:25px;
	line-height:25px;
	width:960px;
	color:#ffffff;
	background-color: #FF4242;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#navigation li a {
	display:block;
	padding:0 5px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}
#navigation a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #000000;
}
#navigation .selected {
	color:#ffffff;
	text-decoration:none;
	background-color: #000000;
}
#content {
	float:left;
	width:670px;
	font-size:12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content  h1 {
	margin:0 0 16px 0;
	font-size:20px;
	font-weight:bold;
	color:#333333;
	background-color:inherit;
}
#content h2{
	margin:0 0 16px 0;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#333333;
	background-color:inherit;
}
#content h3{
	font-size:16px;
	color: #333333;
	line-height: 20px;
}
#content h4{
	font-size:12px;
	color: #333333;
}
#content a {
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content ul,#content ol{
	margin:0 5px 16px 35px;
	list-style-image: url(../images/bullet.gif);
}
#twocolumnspan1, #twocolumnspan2, #twocolumnspan3 {
	float: left;
	width: 670px;
	clear: both;
}
#rightmenucolumn {
	width: 270px;
	float: right;
	font-size: 12px;
	margin-top: 30px;
}
#rightmenucolumn a{
	color:#006699;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}
#rightmenucolumn a:hover {
	color:#CC0000;
	text-decoration:none;
	background-color:inherit;
}

#rightmenucolumn h3 {
	font-size: 12px;
	color: #000000;
}

#rightdatacolumn {
	width: 250px;
	float: right;
	padding: 10px;
	margin-top: 20px;
	font-size: 12px;
}
#rightdatacolumn li, #content li  {
	list-style-type: none;
	list-style-image: url(../images/baklist2.png);
	margin-left: 20px;
	margin-top: 2px;
}

#footer{
	clear:both;
	width:100%;
	color:#FFFFFF;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #000000;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#footer p{
	text-align:center;
	line-height: normal;
	font-size: 11px;
}
#footer a{
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover{
	color:#FF0000;
	text-decoration: underline;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{
	float:left;
	width:320px;
	margin-right: 30px;
	margin-top: 0px;
}
.splitcontentright{
	float:left;
	width:320px;
	margin-top: 0px;
}

.mainform{
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear{
	clear:both;
}
.small{
	font-size:11px;
}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.featuretextpink {
	color: #333333;
	width: 160px;
	float: left;
	background-color: #FFCCFF;
	padding: 5px;
	margin-top: 20px;
	height: 90px;
}
.featuretextblue {
	color: #333333;
	width: 160px;
	float: left;
	background-color: #D8D8F1;
	padding: 5px;
	margin-top: 20px;
	height: 90px;
}

.featureimage {
	color: #333333;
	width: 100px;
	float: right;
	height: 100px;
	margin-top: 20px;
}
.red{color: #CC0000;}
.blue{color: #000099; font-weight: bold;}
.h3pseudo{
	font-size:16px;
	color: #000099;
	padding-bottom: 15px;
}
.splitcontentbullet {
	list-style-image: url(../images/bullet2.png);
}
.tr_grey {
	background-color: #E5E5E5;
	font-weight: bold;
}
.tr_blue {
	background-color: #D8D8F1;
}
hr {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #666666;
	color: #FFFFFF;
	clear: both;
}
.faqhead {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}
td {
	border-top-style: none;
	padding: 3px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
