body {
	font-size: 70%;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	background: #EBEBEB url(images/back.gif) top center repeat-y;
	text-align: center;
	padding: 0;
	margin: 0;
}

* html body {
	background: #EBEBEB url(images/back_ie.gif) top center repeat-y;
}

#page {
	margin: 0 auto; 
	width: 702px; 
	text-align: left;
}

* html #page 
{
	width: 701px;
}

#header {
	padding-right: 30px;
	padding-top: 10px;
	background: #63696B url(images/header-left.gif) top left no-repeat; 
	height: 110px;
}

#header img {
	border: 0;
}

#nav {
	font-family: Tahoma, Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	line-height: 1em;
}

#nav ul {
	
}

#nav {
	float: left;
	width: 160px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 160px;
	padding: 6px 0 6px 0;
	color: #221E1F;
	background: #F5821F;
}

* html #nav ul 
{
	width: 160px;
}

#nav li {
	float: right;
	font-weight: bolder; 
}
	
#nav li a {
	padding-left: 10px;
	padding-top: 12px; 
	padding-right: 50px;
	color: #221E1F;
	text-decoration: none;
	float: right;
	text-align: right;
	height: 28px;
	background: #F5821F url(images/twoinone.gif) top right no-repeat;
}

#nav li a:hover {
	text-decoration: none;
	background-position: bottom right;
}

#nav li a.first {
	border: 0;
	margin-left: 5px;
}

#nav li a.selected {
	background-position: bottom right;
}


#contentholder 
{
	width: 541px;
	float: left;
	padding-top: 10px;
	background: #FFF url(images/watermark.png) no-repeat;
	background-position: center center;
	margin-left: 1px;
}

* html #contentholder {
	width: 540px;
}

#contentheader {
	margin-left: 15px;
	margin-right: 10px;
}

#contentheader #breadcrumbs {
	float: right;
}

#content {
	color: #334;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
}

/*#side {
	float: right;
	width: 230px;
	background: #FAFAFA url(images/side_top.png) top left no-repeat;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	margin-bottom: 20px;
	margin-right: 3px;
}

#side .zone_content {
	background: url(images/side_back.png) top left repeat-y;
	margin: 0;
	padding: 0;
}

#side .zone_footer {
	color: red;
	background: url(images/side_bottom.png) bottom left no-repeat;
	position: relative;
	height: 25px;  
	margin-top: -1.5em;
}

#side h2 {
	color: #2A5782;
	font-family: Georgia, Times New Roman, Times, serif;
	border-bottom: 1px solid #999;
}

#side p, #side h1, #side h2 {
	margin-left: 20px;
	margin-right: 20px;
}

#side li {
	padding-left: 10px;
	padding-right: 20px;
}
*/
#footer {
	height: 0; /* IE Hack */
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 4em;
	background: url(images/footer_top.png) top left no-repeat;
	color: #666;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	border-top: 1px dashed #CCC;
}

* html #footer {
	margin-bottom: 1em;
}

#footer a {
	color: #666;
}

#footer span {
	float: right;
}

h1 {
	color: #F5821F;
	font-weight: bold;
	font-size: 165%;
}

h2 {
	color: #333;
	font-weight: bold;
	font-size: 145%;
	margin: 1.5em 0 0.2em 0;
}

h2 a { 
	color: #111;
	text-decoration: none;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #555;
	margin: 1.5em 0 0.2em 0;
}

h4
{
	color: #24CF38;
	font-size: 165%;
}

h5 
{
	color: #DE3F17;
	font-size: 165%;
}
h6 
{
	font-size: 115%;
	font-weight: bold;
	color: #6A8AA8;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #C00;
}

img.img_right {
	float: right;
	padding: 5px;
}

img.img_left {
	float: left;
	padding: 5px;
}

a img {
	border: none;
}

input {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	width: 400px;
}

textarea {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	width: 400px;
}

label.left {
	width: 150px;
	display: block;
}

input.button {
	font-weight: bold;
	width: auto;
	margin-top: 1em;
}

form .list label {
	display: block;
}

form .list input {
	margin-bottom: 1em;
}


input.imagesubmit {
	width: 65px;
	height: 22px;
	border: 0;
	padding: 0;
	margin-top: 1em;
}

input.imagesubmit:hover {
	background: #EEE;
}

acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

table {
	border: 1px solid #999;
	padding: 0;
	margin: 0;
	width: 100%;
}

table td {
	padding: 0;
	margin: 0;
}

table th {
	background: #EEE;
}

table td.ll {
	white-space: nowrap;
}

#weather {
	float: left;
	width: 140px;
	padding-left: 10px;
}

.clear {
	clear: both;
}

.required
{
	color: #C00; 
}

input
{
	width: 250px;
}

textarea
{
	width: 350px;
}

.notbold {
	font-weight: normal;
}

.messagebad {
	font-weight: bold;
	color: #C00;
}
