@charset "UTF-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
#design {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/mainbkg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
} 
#design h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #FF6600;
	font-weight: lighter;
	line-height: 20px;
}
#design h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #8CABB4;
	font-weight: bold;
	line-height: 13pt;
	padding-top: -5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8CABB4;
	padding-bottom: 5px;
}
#design h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #8CABB4;
	font-weight: bold;
	line-height: 13pt;
}
#design h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
	line-height: 13pt;
	font-style: italic;
}
#header {
	padding: 0 25px 0 25px;
	height: 111px;
	border: 0;
}
#headerpic {
	padding: 0 25px 0 25px;
	height: 200px;
}
#navbar {
	padding: 0 25px 0 25px;
	height: 28px;
}
#mainsection {
	width: 710px;
	border: 0;
	padding: 0 25px 0 25px;
} 
#indexpicleft {
	float: left; /* since this element is floated, a width must be given */
	width: 154px;
}
#indexpicright {
	float: left; /* since this element is floated, a width must be given */
	width: 154px; /* padding keeps the content of the div away from the edges */
}
#indextext {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
#subnav {
	float: left; /* since this element is floated, a width must be given */
	width: 154px;
}
#subnav a:link {
	text-decoration: none;
	color: #666666;
}
#subnav a:visited {
	text-decoration: none;
	color: #666666;
}
#subnav a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#subnav a:active {
	text-decoration: none;
	color: #666666;
}
.subnav {
	width: 152px;
	border: 1px solid #AFC9CB;
	margin-bottom: 18px;
} 
.subnavtop {
	width: 147px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6525;
	background-image: url(images/subnavhead.gif);
	background-repeat: no-repeat;
}
.subnavbuttontop {
	width: 145px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/subnavshade.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.subnavbutton {
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.subnavbuttonbase {
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#largetext {
	float: left; /* since this element is floated, a width must be given */
	width: 530px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 20px;
	padding-bottom: 20px;
}
#smalltext {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 20px 18px; /* padding keeps the content of the div away from the edges */
}
#smallpicture {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 18px; /* padding keeps the content of the div away from the edges */
}
#mainbase {
	clear: both; /* since this element is floated, a width must be given */
	width: 710px;
}
#footer {
	background-color: #F9F9F9;
	width: 760px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerleft {
	background-color: #F9F9F9;
	width: 380px;
	text-align: left;
	float: left;
	padding-left: 10px;
} 
#footerright {
	background-color: #F9F9F9;
	text-align: right;
	float: left;
	width: 360px;
	padding-right: 10px;
} 
#footerbase {
	clear: both;
} 
label,input {
        display: block;
        width: 150px;
        float: left;
        margin-bottom: 10px;
}
label {
        text-align: left;
        width: 100px;
        padding-right: 20px;
}
br {
        clear: left;
}
.formbuttons {
	width: 70px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 10px;
}
