*{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.gif);
	background-repeat: repeat-x;
	background-color: #C1D8F7;
}

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 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
img.right,img.navbar {float:right; margin:0 0 5px 12px;}
#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:1px solid #000080;
}

#header{
	width:758px;
	margin:0 1px 1px 1px;
	height: 240px;
	text-align: center;
}

#navigation{
    height:2.2em;
    line-height:2.2em;
	width:758px;
	margin:0 1px;
	background:#FF9601;
	color:#ffffff;
}
#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.85em;
font-weight:normal;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

#navigation .selected,#navigation a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color: #0066FF;
}
#content{
float:left;
width:718px;
font-size:0.9em;
padding:20px 0 0 20px;
}
#content h1{
margin:0 0 16px 0;
font-size:1.8em;
font-weight:bold;
color:#000099;
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 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:758px;
padding:5px 0;
margin:0 1px;
font-size:0.75em;
color:#FFFFFF;
background:#FF9601;
}

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

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

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	margin:0 0 20px 0;
	padding:5px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	font-size: 0.9em;
}
