body
{
/*background: white url(images/back.gif);*/
background-color: #777;
text-align: center;
margin: 0 0 0 0;
min-width: 900px;
}

.myorange
{
color: #EE8D26;
}

.mybrown
{
color: #996600;
}

#container
{
position: relative;
background: white url(images/back1.jpg) 0px 0px no-repeat;
text-align: left;
background-color: white;
width: 900px;
/*min-width: 400px;*/
margin: 15px auto;
/*background-color: #EE9225;*/
color: #333;
border: 1px solid #EE8D26;
line-height: 130%;
}

.container:after  {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
.container 	{	display: inline-block;}

/* Hides from IE-mac \*/
* html .container {height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

#header
{
/*border: 1px solid red;*/
/*background-color: #EE8D26;*/
background: url(images/header.gif) no-repeat;
padding-bottom: 5px;
padding-top: 2px;
padding-right: 7px;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
height: 150px;
}

#header h1
{
	visible: none;
}

#header h2
{
	color: #f29300;
	font-family: verdana, arial;
	font-size: 22px;
	margin-left: 325px;
	margin-bottom: 25px;
	text-align: right;
	
}

#header h3
{
	color: black;
	font-family: verdana, arial;
	font-size: 11px;
	margin-left: 250px;
	text-align: right;
}

/* =================================================== */

#leftnav
{
	float: left;
	width: 198px;
	margin: 0;
	margin-left: 5px;
	color: black;
}

#leftnav ul
{
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}

#leftnav ul li
{
	margin: 0;
	margin-bottom: 1px;
	border: solid 1px silver;
	margin-bottom: 6px;
	line-height: 110%;
}

#leftnav ul li.current
{
	background-color: white;
	border: solid 1px #E67600;
}

#leftnav img
{
	
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	
}

#leftnav ul li a
{
	color: black;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 8px;
}

#leftnav ul li a:hover
{
	/*color: #E67600;*/ /*EE8D26;*/
	background-color: white;
}

#leftnav p
{
	font-family: verdana, arial;
	font-size: 15px;
	color: yellow;
	padding-top: 10px;
}

#rightnav
{
float: right;
width: 140px;
margin: 0;
margin-right: 5px;
/*border: 1px solid orange;*/
}

#rightnav p.review
{
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
margin-bottom: 5px;
margin-right: 5px;
border: 1px solid orange;
font-family: Verdana, Arial;
font-size: 10px;
color: black;
background-color: white;
line-height: 14px;
}

#rightnav img
{
margin-bottom: 3px;
}

#content
{
margin-left: 235px;
margin-right: 155px;
min-height: 350px;
/*border-left: 1px solid orange;*/
/*border-bottom: 1px solid orange;*/
padding: 3px;
font-family: verdana, arial;
padding-bottom: 10px;
}

#content.norightnav
{
margin-right: 10px;
}

#content h1
{
	font-size: 16px;
	color: #d78403;  /*f29300*/
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	border: 0;
}

#content h2
{
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 8px 0 0 5px;
}

#content p
{
	margin: 0;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 14px;
}

#content img.fright
{
	float: right;
	margin-left: 5px;
	border: 1px black solid;
}

#content fieldset
{
	margin-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 0;
	font-family: verdana, arial;
	font-size: 14px;
	color: yellow;
	background-color: #111;
}

#content fieldset legend
{
	color: white;
	border: 0;
	padding: 2px 5px 2px 5px;
	font-family: verdana, arial;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #333;
}

#content fieldset a
{
	color: yellow;	
	text-decoration: none;	
}

#content fieldset a:hover
{
	color: orange;
	text-decoration: underline;
}

#content ul li
{
	font-weight: bold;
	font-size: 12px;
}

.clear
{
	clear: both;
}

#contentleft
{
	width: 490px;
	float: left;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: verdana, arial;
	font-size: 14px;
	color: yellow;
	/*border: solid 1px green;*/
}

#contentleft a
{
	color: yellow;	
	text-decoration: none;
}

#contentleft a:hover
{
	text-decoration: underline;	
}

#contentleft input,
#content input
{
	width: 340px;
	/*margin-top: 10px;*/
	background-color: #222;
	color: white;
	border: solid 1px orange;
	height: 23px;
	font-size: 13px;
	padding-left: 3px;
}

#contentleft input.mybutton,
#content input.mybutton
{
	margin-left: 10px;
	margin-top: 10px;
	width: 135px;
	height: 27px;
	cursor: hand;
	color: yellow;
}

#contentleft div textarea
{
	width: 340px;
	height: 100px;
	background-color: #222;
	color: white;
	border: solid 1px orange;
	padding-left: 3px;
}

#contentleft div.myblock
{
	height: 35px;
}

#contentleft div.mylabel
{
	padding-left: 10px;
	width: 135px;
	/*border: solid 1px blue;*/
	float: left;
}

#contentleft div.mycontrol
{
	width: 340px;
	float: left;
	/*border: solid 1px pink;*/
}

#contentright
{
	width: 190px;
	margin-top: 0px;
	padding-left: 10px;
	/*border: solid 1px red;*/
	float: left;
}

#contentright p
{
	font-family: verdana, arial;
	font-size: 14px;
	color: yellow;
}

#contentright p a
{
	font-family: verdana, arial;
	font-size: 14px;
	color: yellow;
	text-decoration: none;
}

#contentright p a:hover
{
	text-decoration: underline;
}


#footer
{
clear: both;
margin: 0;
margin-top: 5px;
padding: .5em;
padding-left: 5px;
font-family: verdana, arial;
font-size: 12px;
font-weight: bold;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 7px;
margin-top: 15px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0px;
}

#footer a
{
color: #F86A01;
text-decoration: none;
}

#footer a:hover
{
text-decoration: underline;
}





