body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : black;
	background-color: #ffffff;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}

hr{
	height : 1pt;
}
H1{
	font-size:20px;
	color: #003066;
	margin-bottom: 0px;
}

H2{
	font-size: 16px;
	color: #000000;
}

h4{
	padding-left: 0px;
	font-size:14px;
	color: #003066;
}
td{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
p{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
}

textarea, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:link {
	color : #004B8D;
	text-decoration : underline;
	font-weight : normal;
}

a:visited {
	color : #004B8D;
	text-decoration : underline;
	font-weight : normal;
}

a:hover {
	color : black;
	text-decoration : none;
	font-weight : normal;
}

a:active {
	color :#004B8D;
	text-decoration : underline;
	font-weight : normal;
}

/*---CONTENT BOXES---*/

.left_content{
	background: white;
	padding: 15px;
}

.right_content{
	background: #91b1d8;
	padding: 0px;
}
.right_content p{
	padding: 10px;
}
/*---END CONTENT BOXES---*/

/*---COPYRIGHT---*/
.copyright{
	font-size:10px;
	color: #91b1d8;
	font-weight: normal;
}
.copyright a:link {
	color : #91b1d8;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #91b1d8;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #91b1d8;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#91b1d8;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}
/*--END COPYRIGHT--*/



/* Slide Show Style*/
.pics {
	 height:  150px;      
    width:   225px; 
	 overflow: hidden;     
    padding: 0;      
    margin:  0;
    border:  0px;  
}      
.pics img {    
    height: 150px;
	 width:  225px; 
    padding: 0px;  
	 margin: 0px;    
    border:  0px;      
    background-color: #eee;           

}
/* End Slide Show Style */ 

/*----TOP NAV----*/
#menu
{
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
   position:relative;
	top: 43px;
}

#menu ul li{
	border-right: 1px solid #fcc23c;
	float: left;
	font: 13px;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 10px;
	position:relative;
}

#menu ul li.last{
	border: 0px;
	float: left;
	font: 13px;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 10px;
	position:relative;
}

#menu ul li a{
	border-top: 1px solid #fcc23c;
	background-image: url("../images/btn_bkg.png");
	background-position: top;
   color: white;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 20px;
	text-decoration: none;
	font-weight:bold;
}
#menu ul li a:hover{
	background-image: url("../images/btn_bkg.png");
	background-position: bottom;
	color: #fff;
}
/*---END TOP NAV---*/