@charset "utf-8";
/* CSS Document */

body
{
	background: #FF6600;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
	padding: 5px 0;
	margin: 5px 0;
} 

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366;
	font-weight: bold;
	padding: 5px 0;
	margin: 5px 0;
} 

a
{
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #FF6600;
	text-decoration: underline;
}
form
{
	margin: 0;
	padding: 0;
}
#border-left
{
	background: url(images/left-border.jpg) repeat-y right;
	width: 10px;
}
#border-right
{
	background: url(images/right-border.jpg) repeat-y left;
	width: 10px;
}
.toplinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.toplinks a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.toplinks a:hover
{
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: normal;
}
	
.main-container
{
	width: 898px;
	background:#FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#topbar
{
	background: url(images/top-blue-bar.jpg) no-repeat;
	line-height: 20px;
}
#header
{
	background: url(images/header.jpg) no-repeat;
	width: 766px;
	height: 79px;
}
#orangebar
{
	background: #FF6600;
	line-height: 25px;
}
#bluebar
{
	background: #003366;
	line-height: 26px;
}
.form-field
{
	font-size: 11px;
	height: 17px;
}
.leftpane
{
	width: 160px;
	padding: 0 5px;
	border-right: dotted 1px #FF6600;
}
.mainpane
{
	padding: 0 5px;
}
.rightpane
{
	width: 220px;
	padding: 0 5px;
	border-left: dotted 1px #FF6600;
}
.footer
{
	height: 60px;
	border-bottom: solid 1px #FFFFFF;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
.footer a
{
	color: #33CC66;
	text-decoration: none;
}
.footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
