body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	background-color: #a9aeb0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
html{
    overflow-y: scroll;
}
img{
    display: block;    
}
hr
{
	height : 1px;
	color: #d4d4d4;
	background-color: #d4d4d4;
	width: 95%;
}

H2{
	font-size: 18px;
	color: #003066;
}

h4{
	padding-left: 15px;
	font-size:14px;
	color: #003066;
}
td{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height: 17px;
	padding-left: 15px;
	padding-right: 15px;
}

textarea, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:link {
	color : #004B8D;
	text-decoration : underline;
	font-weight : bold;
}

a:visited {
	color : #004B8D;
	text-decoration : underline;
	font-weight : bold;
}

a:hover {
	color : #004B8D;
	text-decoration : none;
	font-weight : bold;
}


a:active {
	color :#004B8D;
	text-decoration : none;
	font-weight : bold;
}

/*--COPYRIGHT--*/
.copyright{
	font-size:10px;
	color: #f3e686;
	font-weight: normal;
}
.copyright a:link {
	color : #f3e686;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #f3e686;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #f3e686;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#f3e686;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}
/*--END COPYRIGHT--*/


/* Left Nav Buttons*/
.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu {
	width: 194px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-weight: bold;
}	
	
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(../images/btn_bkg.png);
	background-position: top;
	background-repeat:no-repeat;
	padding: 8px 0px 8px 30px;
	font-weight: bold;
}
#menu li.dropdown a:link, #menu li.dropdown a:visited {
	color: white;
	display: block;
	background: #4f5a5f;
	padding: 4px 0 4px 30px;
	font-weight: bold;
	border-bottom: 1px solid #303940;
}

#menu li a:hover {
	color: #fffff;
	background: url(../images/btn_bkg.png);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 8px 0 8px 30px;
	font-weight: bold;
}

#menu li.dropdown a:hover {
	color: #fffff;
	background: url(../images/btn2_bkg.png);
	background-position: top;
	background-repeat:no-repeat;
	padding: 4px 0 4px 30px;
	font-weight: bold;
}
	
#menu li a:active {
	color: #ffffff;
	background: url(../images/btn_bkg.png);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 8px 0 8px 30px;
	font-weight: bold;
}                    
                    
/* End Left Nav Buttons*/

/*--TOP LEFT OF HEADER--*/
.top_left{
	background-image: url(../images/border_left.png);
	background-repeat: repeat-y;
}
/*--END TOP LEFT OF HEADER--*/

/*--HOME PAGE BOTTOM CONTENT TABLE--*/
.bottom_content{
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
}
/*--END HOME PAGE BOTTOM CONTENT TABLE--*/

/*--SITE BORDER--*/
.content_table{
	border-right: 1px solid #f3e686;
	border-bottom: 1px solid #f3e686;
}
/*--END SITE BORDER--*/

/*--LOGIN TABLE--*/
.login{
	color: white;
	background-image: url(../images/login_bg.png);
}	
/*--END LOGIN TABLE--*/

/* Slide Show Style*/
.pics {
	overflow: hidden;
    height:  247px;      
    width:   766px;      
    padding: 0;      
    margin:  0;
    border:  0px;  
}      
.pics img {
    padding: 0px;      
    border:  0px;      
    background-color: #eee;      
    width:  766px;     
    height: 247px;     
    top:  0;     
    left: 0; 
}
/* End Slide Show Style */ 
.contactform{
	background: #f3f3ee;
	border-collapse: collapse;
	border: 1px solid gray;
}
.contactform td{
	border: 1px solid gray;
	border-style: inset;
}
.yellowRow
{
    background-color: #FEFDE2;
}
.green
{
    color: #336600;
}

/*---CONTACT US TABLE----*/
.tbl{
    border: 1px solid #e2e6f0;
    border-collapse: collapse;
}
.tbl_left{
    text-align: right;
    background-color: #eef0f4;
    padding: 5px 20px 5px 20px;
}
.tbl_right{
    text-align: left;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #eef0f4;
    border-left: 1px solid #e2e6f0;
    
}