*{margin:0; padding:0;}

body{
	font:85% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#303030;
	background-image: url(../images/topbkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #C0C0C0;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{
	padding:0 0 1em 0;
	text-align: justify;
}
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:950px;
	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:950px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navigation {
	height:2.2em;
	line-height:2.2em;
	width:950px;
	color:#ffffff;
	background-color: #003366;
	margin: 0px;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a {
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}
#navigation a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #CC0000;
}
#navigation .selected {
	color:#ffffff;
	text-decoration:none;
	background-color: #FF6600;
}
#content {
	float:left;
	width:auto;
	font-size:0.9em;
	padding-left: 60px;
	padding-right: 60px;
}
#content  h1 {
	margin:0 0 16px 0;
	font-size:1.8em;
	font-weight:bold;
	color:#FF6600;
	background-color:inherit;
}
#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.5em;
font-weight:bold;
letter-spacing:-1px;
color:#000099;
background-color:inherit;
}
#content h3{
	font-size:1.4em;
	letter-spacing:-1px;
	color: #000099;
	padding-bottom: 15px;
}
#content h4{
	font-size:1.3em;
	color: #FF3300;
}
#content a:hover {text-decoration:underline;}
#content ul,#content ol{
	margin:0 5px 16px 35px;
	list-style-image: url(../images/bullet.gif);
}
#footer{
	clear:both;
	width:100%;
	font-size:0.75em;
	color:#FFFFFF;
	background:#003366;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

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

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

.splitcontentleft{
	float:left;
	width:366px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #C0D3EF;
	padding-top: 20px;
	background-image: url(../images/curl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
.splitcontentright{
	float:right;
	width:366px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #C0D3EF;
	padding-top: 20px;
	background-image: url(../images/curl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
.mainform{
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.red{color: #CC0000;}
.blue{color: #000099; font-weight: bold;}
.h3pseudo{font-size:1.4em;letter-spacing:-1px;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: #CCE6FF;
	font-weight: bold;
}
