html {overflow-y: scroll;} 

body
{
	margin: 0em;
	background-color: #6d5f4d;
}

a:link
{
	color: #cc9900;
	
}
a:visited
{
	color: #cc9900;
	
}
a:active
{
	color: #cc9900;

}
a:hover
{
	color: #ffe934;

}

a:link#nav1
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
	padding-left: 10px;
	padding-right: 10px;
}
a:visited#nav1
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
	padding-left: 10px;
	padding-right: 10px;	
}
a:active#nav1
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
	padding-left: 10px;
	padding-right: 10px;	
}
a:hover#nav1
{
	text-decoration: none;
	color: #EEBD30;
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
	padding-left: 10px;
	padding-right: 10px;		
}

a:link#nav2
{
	text-decoration: none;
	color: #50517d;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
a:visited#nav2
{
	text-decoration: none;
	color: #50517d;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
}
a:active#nav2
{
	text-decoration: none;
	color: #50517d;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
}
a:hover#nav2
{
	text-decoration: none;
	color: #50517d;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;		
}

div.vertLine
{
	color: #95976a;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 1.55em;
	padding-right: 1.55em;
	padding-top: 8px;
}

td.menuBkgd
{
	background: #fff9cd url(images/r3_c1.jpg) repeat-x;	
}

td.mainBkgd
{
	/*background: #fff9cd url(images/r4_c1.jpg) repeat-x;*/
	background-color: #ffffff;	
}

td.dottedLine
{
	background: #ffffff url(images/dottedLine.jpg) repeat-y;	
}

td.content
{
	background: none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	padding: 15px 15px 15px 15px;
}

.title
{
	font-family: Verdana, Sans-Serif;
	font-size: 11pt;
	color: #042d89;
	font-weight: bold;
}

.subhead
{
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

td.contactUs
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	background: #FFFFFF url(images/r1_c1.jpg) repeat-x;
	color: #FFFFFF;
	padding-right: 35px;
}

td.copyright
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	background-color: #042d89;
	color: #FFFFFF;
	padding-right: 10px;
}
.mainBkgd table tr .content table tr td h6 .content {
	font-weight: bold;
}
.mainBkgd table tr .content {
	font-weight: bold;
}
.mainBkgd table tr .content {
	text-align: left;
}

/* New Horizontal Menu Bar Styles
 * Created by Diversified Computer Solutions, Inc.
 * sales@diversifiedcomputer.net
 *************************************************************/
table#top_menu {
	background: #fff;
	border-top: 5px solid #CFB000;
	width: 960px;
}
 
td.top_nav_container {
	border-right: 1px solid #A8A9A4;
	border-bottom: 1px solid #A8A9A4;
}

td.top_nav_container_r {
	border-bottom: 1px solid #A8A9A4;
}

a.top_nav_button, a.top_nav_button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ACA34D;
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	padding-top:4px;
	height: 21px;
	width: 136px;
}

a.top_nav_button:hover {
	background-color: #ACA34D;
	color: #fff;
}

a.top_nav_button_r, a.top_nav_button_r:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	padding-top:4px;
	height: 21px;
	width: 138px;
}

a.top_nav_button_r:hover {
	background-color: #900;
	color: #fff;
}

