body {
 color:#666;
 margin:0px;
 font-family:Arial, Verdana, sans-serif;
 border-top:4px solid #80775E;
 background:url(../images/pagebg.jpg);
 background-repeat:repeat-x;
 background-attachment:fixed;
}

li {
	margin-top: 5px;
	margin-bottom: 15px;
}


/* kills the border on all link images */
img {
 border:0px;
 }

/* seudo class- predefined in this case all the link tags: (visited, active, hover)*/
a {
 font-family:arial, verdana, sans-serif;
 padding:2px;
}

/* all the individual states: visited, active, hover*/ 

a:link {
 color:#333333;
 text-decoration:underline;
} 

a:visited {
 color:#CC3300;
 text-decoration:underline;
}

 a:hover {
 color:#F18524;
 text-decoration:none;
} 

a:active {
 color:#ED2123;
 text-decoration:underline;
} 


/* begin ID's */
#maintable {
 width:900px;
 height:100%;
 border:1px solid #666;
 margin-top:5px;
 padding:0px; 
}

#header {
 background-color:#D9AD57;
 border-top:3px solid #80775E;
 
}

#header h1 {
 color: #e8e8e8;
 text-transform: uppercase;
 font-size: 22px;
 padding: 5px 5px 5px 10px;
 margin:0px;
 word-spacing:10px;
}

#content {
 background-color: #DAD8B3;
 color: #333;
 padding: 15px;
 vertical-align:top;
 margin:0px;
 width: 800px;
}

#content a:link {
 color:#333333;
 text-decoration:underline;
} 

#content a:visited {
 color:#CC3300;
 text-decoration:underline;
}

#content a:hover {
 color:#F18524;
 text-decoration:none;
} 

#content a:active {
 color:#ED2123;
 text-decoration:underline;
} 

#rtbar {
 width: 100px;
 background-color: #D9AD57;
 vertical-align: top;
 padding: 5px;
 padding-left: 10px;
 padding-top: 20px;
 margin:0px;
}

#rtbar ul {
}

#rtbar li {
	list-style-image:url(../images/icon.gif);
	margin-left: -25px;
	margin-right: 15px;
	margin-bottom: 20px;
}

#rtbar a:link {
	text-decoration: none;
	color: #000000;
}
#rtbar a:visited {
	color: #CC0000;
	text-decoration: none;
}
#rtbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#rtbar a: {}
	

#footer {
 background-color: #80775E;
 color:#fff;
 font-size: 10px;
 vertical-align: middle;
 text-align:center;
 padding:10px;
}

#navigation {
width:100%;
height:25px;
background-color:#FFCC66;
border-bottom:1px solid #666;
margin:0px;
}

#navigation td {
width:20%;
text-align:center;
border-right:1px solid #666;
vertical-align:middle;
}

#navigation td a {
display:block;
height:20px;
padding-top:5px;
padding-bottom:5px;
}

#navigation a:link {
text-decoration:none;
color:#000000;
}

#navigation a:visited {
text-decoration:none;
color:#000000;
}

#navigation a:hover {
text-decoration:none;
color:#000;
background-color:#E1BA87;
}

#navigation a:active {
text-decoration:none;
color:#fff;
background-color:#ED2123;
}

#navigation .statusind {
text-decoration:none;
color:#fff;
background-color:#F18523;
display:block;
height:20px;
padding-top:5px;
padding-bottom:5px;

}

/* begin classes */
.quote {
 float:right;
 width:250px;
 margin:0px 7px 15px 20px;
 color: #999;
 background-color: #fff;
 border:1px dashed #999;
 padding:12px;
}

.sub1 {
color:#fff;
font-weight:bold;
text-transform:capitalize;
background-color:#F18524;
width:200px;
padding:5px 10px 5px 10px;
margin-bottom:2px;
border-bottom:4px solid #000;
}

.shorttop {
margin-top:9px;
}

.table {
color: #333;
}

.links {
text-decoration:underline;
}
