body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : black;
	background: #436390; 
	margin-top: 50px;
}

hr
{
    height: 1px;
    color: #e9e9e9;
    background-color: #e9e9e9;
    border: 0px solid #e9e9e9;

}

p, span, table, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
textarea, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

H4
{
    margin: 0px;
    font-size: 16px;
    color: #2b5289;
}

img {
    vertical-align:bottom;
}

a:link {
	color : #2b5289;
	text-decoration : underline;
	font-weight : normal;
}

a:visited {
	color : #2b5289;
	text-decoration : underline;
	font-weight : normal;
}

a:hover {
	color : #2b5289;
	text-decoration : none;
	font-weight : normal;
}

a:active {
	color :#2b5289;
	text-decoration : underline;
	font-weight : normal;
}

/*-- CONTAINERS --*/

#main{
    background: #c8bb89;
    border: 1px solid #e0dcbb;
}
#logo{
    position: relative;
    top: -80px;
    left: 100px;
}
.quickreferral{
    background-image: url(../images/quick_referral_bg.jpg);
}
.current_events{
    background-image: url(../images/current_events_bg.jpg);
}
.current_events th
{
    background: #caccd0;
    text-align: center;
    color: Red;
}
.current_events td{
    padding-left:15px;
    padding-right:15px;
}
/*-- END CONTAINERS --*/

/*--LEFT NAV BUTTONS--*/
#leftnav {
	width: 210px;
	list-style:none;
	margin:0px;
	padding:0px;
}

#leftnav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#leftnav li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-weight: bold;
}	
	
#leftnav li a:link, #leftnav li a:visited {
	color: #2b5289;
	display: block;
	background: url(../images/left_nav_btn.png);
	background-position: top;
	background-repeat:no-repeat;
	padding: 8px 0px 7px 35px;
	font-weight: bold;
	border-bottom: 1px solid #bab79c;
}

#leftnav li a:hover, #leftnav li a:active {
	color: #ecead9;
	background: url(../images/left_nav_btn.png);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 8px 0 7px 35px;
	font-weight: bold;
	border-bottom: 1px solid #bab79c;
}

#leftnav li.dropout a:link{
	color: #2b5289;
	display: block;
	background: #ecead9;
	padding: 3px 0px 3px 35px;
	font-weight: bold;
	border-bottom: 1px solid #bab79c;
}
#leftnav li.dropout a:visited {
	color: #2b5289;
	display: block;
	background: #ecead9;
	padding: 3px 0px 3px 35px;
	font-weight: bold;
	border-bottom: 1px solid #bab79c;
}
#leftnav li.dropout a:hover{
	color: #ecead9;
	background: #436390;
	padding: 3px 0 3px 35px;
	font-weight: bold;
	border-bottom: 1px solid #bab79c;
}      
#leftnav li.dropout a:active {
	color: #ecead9;
	background: #436390;
	padding: 3px 0 3px 35px;
	font-weight: bold;
	border-bottom: 1px solid #bab79c;
}                    
/*--END LEFT NAV BUTTONS--*/


/*-- HEADER --*/

.header{
    background: url(../images/main.jpg);
}

.topnav
{
	color : black;
	font-size: 12 px;
	font-weight : bold;
}

.topnav ul{
    display: inline;
}
.topnav li
{
    list-style: none;
    display: inline;
    padding-right: 10px;
}    
.topnav a:link {
	color : #2b5289;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
}

.topnav a:visited {
	color : #2b5289;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
}

.topnav a:hover {
	color : #2b5289;
	font-size: 12px;
	font-weight : bold;
	text-decoration : underline;
}

.topnav a:active {
	color : #2b5289;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
}

/*-- END HEADER --*/

/*-- MIDDLE NAV --*/
.mid_nav{
    background-image: url(../images/mid_nav_bg.png);
    background-position: right;
}
/*-- END MIDDLE NAV --*/

/*-- COPYRIGHT/FOOTER --*/

.copyright
{
	background: transparent;
	color : #9E9C9C;
	font-size : 11px;
}
.copyright a:link {
	color : #9E9C9C;
	font-weight : normal;
	text-decoration : underline;
}

.copyright a:visited {
	color : #9E9C9C;
	font-weight : normal;
	text-decoration : underline;
}

.copyright a:hover {
	color : #9E9C9C;
	font-weight : normal;
	text-decoration : none;
}

.copyright a:active {
	text-decoration : underline;
	color : #9E9C9C;
	font-weight : normal;
}

/*-- END COPYRIGHT/FOOTER --*/

/*-- TEXT COLORS --*/
.red{
    color: Red;
}
.blue{
    color: #2b5289;
}
/*-- END TEXT COLORS --*/
.tbl{
   border-collapse: collapse; 
}
.tbl td{
   border: 1px solid #214B72;
}
.tbl_hdr {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #214B72;
}

.tbl_txt {
	font-size: 10px;
	color: #214B72;
}

.tbl_focus {
	font-size: 10px;
	color: #DF9646;
}
