/* CSS layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
background: #ff9900 url(../images/1backround.gif) top center repeat-y;
}

#leftsidebar {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
margin: 0 0 8px 0;
border: 0;
}

#topmenu {
clear: left;
float: left;
width: 150px;
height: 84px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
background: #f4f4f4 url(../images/topmenu.gif) top left no-repeat;
}

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #000;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left:5px solid #FF9900;
}	
	
#menu li a:hover {
background: #ff9900;
color: #ffffff;
border-left: 5px solid #86C32A;
}

.leftnews {
margin: 1px 0 1px 0;
padding: 7px;
width: 130px;
color: #505050;
background-color:#E9D2FF;
}

.leftnews h1 {
font-family:"Times New Roman", Times, serif;
font-size:20px;
line-height:20px;
font-style:italic;
color:#000;
}


#content {
margin: 0 0px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
	padding: 0px;
	display:inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
}

.greenbox {
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
padding: 5px;
margin: 0px;
}

.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0px;
}

.splitright {
background-color: #ffffff;
width: 33%;
float: right;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
width: 33%;
float: left;
overflow: hidden;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #000;
}

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

a img {
border: 0;
}

#footer {
clear: both;
margin: 10px auto;
padding: 10px 0 10px 0;
border-top: 3px solid #ff9900;
width: 760px;
text-align: center;
color: #000;
font-size: 0.9em;
}

#footer a {
color: #000;
text-decoration: none;
}

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

.left {
margin: 0px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style3 {color: #000}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #000}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.required_field
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#FF0000;
}
.normal_field
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
.error_strings
{
    font-family:Verdana;
    font-size:10px;
    color: #FF0000;
}
.element_label
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
.form_heading
{
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#000066;
}
.form_subheading
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#000066;
}
.form_txtblock
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
.form_helptip
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
.blank_seperator
{
}
