body
{ 
	/*background-image: url(images/backgroud.gif);*/
	background-color:#221E1F;
	background-repeat: repeat;
	margin-top: 0px;	
}
A:link, visited {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;	
}
input, select {
	font-family: Verdana;
	font-size: 11px;
}
h3 {
   font-size:18px;
   font-family: Verdana;
   font-weight:bold;   
   font-style:italic;
   color:#333333;
   margin-left: 20px
}
.content_text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
}
.content_text A:link, A:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.content_text table,td {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.toplink td {
	font-family: Verdana;
    font-size: 12px; 
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;	
}
.toplink A:link {
	font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;	
}
.toplink A:hover {
	font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
.toplink A:visited {
	font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;	
}
.leftlink {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	font-family: Verdana;
}
.leftlink A:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	font-family: Verdana;
}
.leftlink A:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana;
}
.leftlink A:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	font-family: Verdana;
}
.content_topbg
{
	background-image:url(images/bg_top.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.content_contentbg
{
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.content_btmbg
{
	background-image:url(images/bg_btm.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.res_text {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer{
	color: #636363;
	font-family: Tahoma;
	font-size: 11px;
}
.footer A:link { 
	color: #636363;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}
.footer A:hover { 
	color: #ffffff;
	font-size: 11px;
}
.footer A:visited { 
	color: #636363;
	font-size: 11px;
}

.leftbox_header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000000;
}

.leftbox_header_sub {
	font-family: Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
	padding-bottom: 10px;
	margin-top:1.5em;
}

.leftbox_text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.leftbox_text A:link {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}
.leftbox_text A:hover {
	text-decoration: underline;
	color: #000000;
}
.leftbox_text A:visited {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}

/* Drop menu CSS */

#dropmenudiv{
position:absolute;
background-color: #C39E6E;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
color: #000000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C39E6E;
color: #ffffff;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
