/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
margin:auto;
text-align:center;
background-color:#e5e3e3;
background-image:url(images/page-bkg.jpg);
background-position:top center;
background-repeat:no-repeat;
font-size:small;
line-height:1.5em;
}

h1 {
font-size:1.4em;
color:#0054C2;
}

h2 {
font-size:1.2em;
color:#0054C2;
}

h3 {
font-size:1em;
color:#5F9D38;
}

p.more {
border-bottom:2px dotted #dddddd;
padding:0px 0px 14px 0px;
}

a {
color:#0054C2;
}

a:hover {
color:#F72B37;
}

td,th {
padding-left:4px;
padding-right:4px;
padding-bottom:2px;
border-right:1px solid #bfbfbf;
border-bottom:1px solid #bfbfbf;
}

.alert	{
color:#cc0000;
font-weight:bold;
}

.greyed	{
color:#999999;
}

.fineprint	{
font-size:.8em;
}

.bold {
font-weight:bold
}

.bgcolorone {
background-color:#ffffff;
}

.bgcolortwo {
background-color:#e4e4e4;
}

.bgcolorheader {
background-color:#e4e4e4;
}

.bgcolorsubheader {
background-color:#e4e4e4;
color:#1f1f1f;
}

.bgcolorhighlight {
background-color:#ffff33;
}

.cellborderbottom {
border-bottom:1px solid #bfbfbf;
padding-bottom:10px;
}

.filetype {
margin-top:2px;
margin-bottom:2px;
}

.more {
margin:0px 0px 20px 0px;
text-align:right;
clear:both
}

.faqquestion {
font-weight:bold;
}

.faqanswer {
margin-left:20px;
}

.cancelled {
text-decoration:line-through;
}

.highlight {
font-weight:bold;
background-color:#FFFF66;
}

#sitecontainer {
position:relative;
width:1000px;
margin:auto;
padding:0;
text-align:center;
}

#banner {
margin:auto;
width:1000px;
height:220px;
padding:0;
}

#banner #logo{
width:680px;
height:220px;
float:left;
margin:0px 20px 0px 0px;
padding:0;
}

#banner #slogan{
width:680px;
height:41px;
color:#cc0000;
font-size:large;
margin:-30px 0px 0px 0px;
padding:0;
text-align:left;
float:right
}

#banner #subnav{
width:300px;
height:170px;
color:#0054C2;
margin:10px 0px 0px 0px;
padding:0;
text-align:right;
float:right
}

#banner #subnav a{
color:#0054C2;
text-decoration:none;
font-weight:bold;
font-size:.8em;
}

#banner #subnav ul{
list-style:none;
float:right;
width:226px;
margin:0;
padding:0;
}

#banner #subnav li{
list-style:none;
line-height:1.5em;
}

#banner #subnav form{
	padding:0;
	margin:0;
}

#banner #subnav input{
	border:0;
	padding:4px;
}

#navigation {
margin:auto;
position:relative;
z-index:999;
width:1000px;
height:30px;
text-align:right;
padding:0;
}

#content {
margin:auto;
padding:0px 20px 0px 20px;
text-align:left;
width:960px;
background-color:#efefef;
}

#maincontent {
	position:relative;
	float:left;
	width:560px;
	padding:0;
	margin:-28px 0px 0px 0px;
}

#subcontent {
	position:relative;
	float:left;
	width:400px;
	padding:0;
	margin:0;
}

#subcontentbox {
	background-image:url(images/sub-bkg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:376px;
	float:right;
	text-align:left;
	border:1px solid #ddd;
	padding:10px;
	margin-top:10px
}

#indexcontentbox {
	background-image:url(images/sub-bkg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:254px;
	float:left;
	text-align:left;
	border:1px solid #ddd;
	padding:10px;
	margin:10px 4px 0px 0px
}

#footer {
margin:auto;
position:relative;
z-index:999999;
width:960px;
text-align:center;
color:#0054C2;
height:60px;
padding-top:10px;
border-top:4px solid #e5e3e3;
	
}

#footernav {
font-size:10px;
width:598px;
float:right;
text-align:right;
}
#footernav a{
font-size:10px;
color:#0054C2
}

