/* _______________ Styles To Control Images _______________ */	

.imgfloatright { 
float : right;
margin-left: 12px; 
margin-top: 10px; 
margin-right: 0px; 
margin-bottom: 8px
 }
 
.imgfloatleft { 
float : left
 }
 
.inlinimg { 
display : inline 
}

/* _______________ TOP Nav Bar _______________ */

.toplinks a {     
	font-family: "MS Sans Serif";
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
    Color : #FFFFFF; font-weight: bold;
	text-decoration : none;
}
.toplinks a:hover { 
    font-family: "MS Sans Serif";
    text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	Color : #FFFFFF; font-weight: bold;
	text-decoration : underline;
}

/* _______________ SIDE Nav Bar _______________ */
.subnav_off {
 
font : 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-style: bold;
padding : 0px 0px 0px 0px;
text-indent: 0px; 
text-align: left
}

.subnav_off a {
color : #000000;
text-transform: uppercase;
text-decoration : none
}
.subnav_off a:hover {
text-transform: uppercase;
color : #D8001E; 
}

.subnav_on {
 
font : 10px Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-style: bold;
padding : 0px 0px 0px 0px;
text-indent: 0px; 
text-align: left
}

.subnav_on a {
text-transform: uppercase;
color : #D8001E;
text-decoration : none
}
.subnav_on a:hover {
text-transform: uppercase;
color : #D8001E;
text-decoration : none 
}


/* _______________ MAIN TEXT _______________ */

.maintext { 
font : 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align : justify;
color : #000000;
font-size: 14px;
padding-left: 20px
}

.maintext a:link { 
color : #D8001E; 
text-decoration : underline 
}

.maintext a:visited { 
color : #D8001E; 
text-decoration : underline
 }

.maintext a:hover { 
color : #003F8A; 
text-decoration : none 
}

.maintext h1 {
	
	font : 14px  Arial;
	text-transform: uppercase;
	font-size: 20px;
	font-style: normal;
	color: #D8001E;
	font-weight: normal;
	text-align : left;

	letter-spacing : 3px
}

.maintext b {  
font-family: Arial;
text-transform: uppercase; 
font-size: 13px; 

}


.formtext { 
text-align : left;
color : #000000;
font-size: 12px;
padding-left: 0px
}

/* _______________ Caption Style for Images Uploaded by Users _______________ */

.caption {
	font : 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing : 2px;
	color: #000000;
	border-top : 0px dashed #333333;
	border-bottom : 0px dashed #333333;
	border-right : 0px dashed #333333;
	border-left : 0px dashed #333333;
	text-indent: 0px;
	text-align: left;
	padding : 5px 5px 5px 5px;
	}
	
.news {
	font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* _______________ Form Styles _______________ */	
	
.formpopup { 
font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
width:120px;  
font-size: 10 px;
display : block; 
color: #000000; 
background: #FFFFFF
}


input { 
background-color : #FFFAFA; 
border : 1px solid #999999 
}

input:focus { 
background : #FFFFCC
}



.formBut { 
border : 0px solid #FFFFFF
}

textarea { 
	background-color : FFFAFA;
	border : 1px solid #999999; 
	
}

textarea:focus { 
background : #FFFFCC
}







