/*
Theme colors:
#A3CC8F - Lt. Green
#526652 - Dk. Green
#D9D957 - Yellow/Green
#FFFF99 - Lt. Yellow
#E6B845 - Orange
*/

html { min-height: 100%; margin-bottom: 1px; }  /* Firefox scroll-fix*/

body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left:0px;
background-color: #fefed2;
font-family: Arial, Helvetica, sans-serif;
font-size:12px
}

/*h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
color: #526652;
font-style: normal;
text-decoration: none;
}*/

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #E6B845;
font-style: normal;
text-decoration: none;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #D9D957;
font-style: normal;
text-decoration: none;
}

img.left {
border:#526652 1px solid;
margin:0 10px 10px 0;
}

img.right {
border:#526652 1px solid;
margin:0 0 10px 10px;
}

#titleText strong {
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
position:relative;
float:left;
display:block;
color:#FFFFFF;
background-color:#E6B845;
padding:5px 10px 5px 10px;
margin:0;
bottom:0px;
width:748px;
}

.tabletext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
font-style: normal;
text-decoration: none;
}

/*
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
color: #1B3067;
text-decoration: none;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
color: #C85900;
text-decoration: underline;
}
*/



/* --- Layout Styles --- */

#CenteringContainer {
margin-left:auto;
margin-right:auto;
width:770px;
}

#Container {
position:relative;
float:left;
width:770px;
}

#Masthead {
position:relative;
float:left;
width:768px;
height:152px;
border:#526652 1px solid;
background-repeat:no-repeat;
/*padding-left:10px;
padding-right:10px;
background-image:url(images/masthead1.jpg);
background-repeat:no-repeat;*/
}

#Masthead2 {
position:relative;
float:left;
width:768px;
height:152px;
border:#526652 1px solid;
background-repeat:no-repeat;
/*padding-left:10px;
padding-right:10px;*/
background-image:url(images/masthead2.jpg);
background-repeat:no-repeat;
}

#Masthead3 {
position:relative;
float:left;
width:768px;
height:152px;
border:#526652 1px solid;
background-repeat:no-repeat;
/*padding-left:10px;
padding-right:10px;*/
background-image:url(images/masthead3.jpg);
background-repeat:no-repeat;
}

#Masthead4 {
position:relative;
float:left;
width:768px;
height:152px;
border:#526652 1px solid;
background-repeat:no-repeat;
/*padding-left:10px;
padding-right:10px;*/
background-image:url(images/masthead4.jpg);
background-repeat:no-repeat;
}

#titleText {
position:relative;
float:left;
width:768px;
border-left:#526652 1px solid;
border-right:#526652 1px solid;
}

#LeftSide {
position:relative;
float:left;
width:180px;
/*height:100%;
background-color:#E6B845;
background-image:url(images/sidebar_grad.jpg);
background-repeat:repeat-y;*/
}

#Content {
position:relative;
float:left;
width:558px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}

#Main {
position:relative;
float:left;
width:768px;
border:#526652 1px solid;
background-color:#FFFFFF;
/*border-right:#526652 1px solid;*/
}

#Footer {
position:relative;
float:left;
width:768px;
margin-top:10px;
}

/* --- Left Nav Link Styles --- */
#LeftSide ul {
display:block;
width:170;
float:left;
position:relative;
/*background-color:#999999;*/
margin:0;
padding:10px 0 10px 10px;
list-style:none;
}

#LeftSide ul li {
display:block;
width:170px;
float:left;
position:relative;
font-size:12px;
font-weight:bold;
color:#526652;
margin-bottom:10px;
}

#LeftSide ul li ul {
display:block;
width:170px;
float:left;
position:relative;
padding:0;
margin:0;
}

#LeftSide ul li ul li{
display:block;
width:170px;
float:left;
position:relative;
padding:0;
margin:0;
font-weight:normal;
color:#A3CC8F;
}

#LeftSide ul li ul li a {
display:block;
width:170px;
float:left;
position:relative;
text-decoration:none;
color:#663300;
}

#LeftSide ul li ul li a:hover {
text-decoration:underline;
color:#E6B845;
}

/* --- Footer Styles --- */
#Footer {
text-align:center;
color:#000000;
}

#Footer a {
text-decoration:none;
color:#526652;
}

#Footer a:hover {
text-decoration:underline;
}

/* --- Error Style --- */
.error {
color:#FF0000;
font-weight:bold;
}

/* --- Small text --- */
.small {
font-size:9px;
color:#666666;
}

/* --- Form Styles --- */
fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;
border-style:none;
/*border: 1px dotted #BFBAB0;*/
}
legend {  
margin-left: 1em;  
color: #663300;  
font-weight: bold;
}
label {
font-weight:bold;
color:#666666;
display: block;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent; 
}

label.req {
color:#AD2200;
font-weight:bold;
}

label.custom {
display:inline;
}