#body {
	
    font-family:Arial, Helvetica, sans-serif;
	font-size: 75% !important;
	margin:10px;
	}
	

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75% !important;
	line-height:170%;
	} 

#vivid_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:170%;
 
	font-style: normal;
	font-weight: bold;
	height: 85px;
	float: none;

	margin-right: 375px;
	margin-left: 25px;
	margin-top: 20px;
}

#logo {
	height: 105px;
	float: right;
	width: 316px;
	clear: none;
	margin-left: 30px;
	margin-right: 20px;
}

#title_vivid {
	width: 250px;
	height: 10px;
	float: right;
	margin: 0;
	padding: 0;
	text-indent: -9999px;

}

#title_spacer {
	height:20px;
	

}

#title_spacer_pic {
	height:40px;
	

}

		h1 {
		font-size:50px;
		color: #15253F;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
    	} 
	
		hr {
		color:#FFFFFF;
		height:1px;
		border:0.1;
		width: 100%;
		} 
	
		h2 {
		font-size:20px;
    	} 
	
		h3 { 
  		
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		line-height:150%;
		font-style: normal;
  		} 
	
		h4 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:8px;
		line-height:130%;
		font-style: normal;
		}
	
	
		h5 {
		font-size:1px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		line-height: 50%;
  		} 
	
		h6 {
		font-size:5px;
		line-height:90%;
		top: 50px;
		text-align:right;
		}	
		
		img {
			border: 0;
		}
		
		ol {
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
		}	

		a:link {
			color: #EB3124;
		}
		a:visited {
			color: #A50F00;
		}
		a:active {
			color: #A50F00;
		}
		a:hover {
			color: #F36F25;
		}
		
		.hide {
		display: none;
		}

	#barleft {
	float: left;
	height: 55px;
	width: 780px;
	margin-bottom: 5px;
	}

	.float_right {
	float: right;
	margin: 0 0 0px 10px;
	padding-top: 10px;
	}

	.float_left {
	float: left;
	padding-right: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
		}

/* Menu Bar */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

	.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Arial;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
	width: 778px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	}
	
	.solidblockmenu li{
	display: inline;
	}
	
	.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
	}
	
	.solidblockmenu li a:visited{
	color: white;
	}
	
	.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 315px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-left: 370px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
} 


.twoColFixLtHdr #mainlarge {
	margin-left: 20px;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 0px;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#CCC;
} 

#footer p {
	margin: 10px; 
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Drop down Menu*/
ul.topnav {  
    list-style: none;  
    padding: 0 20px;  
    margin: 0;  
    float: left;  
    width: 920px;  
    background: #222;  
    font-size: 1.0em;  
    background: url(images/blockactive.gif) repeat-x;  
}  
ul.topnav li {  
    float: left;  
    margin: 0;  
    padding: 0 15px 0 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
    padding: 10px 5px;  
    color:#F00;  
    display: block;  
    text-decoration: none;  
    float: left;  
}  
ul.topnav li a:hover{  
    background: url(images/blockactive.gif) no-repeat center top;  
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 17px;  
    height: 35px;  
    float: left;  
    background: url(images/flash.jpg) no-repeat center top;  
}  
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 35px;  
    background: #333;  
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 170px;  
    border: 1px solid #111;  
}  
ul.topnav li ul.subnav li{  
    margin: 0; padding: 0;  
    border-top: 1px solid #252525; /*--Create bevel effect--*/  
    border-bottom: 1px solid #444; /*--Create bevel effect--*/  
    clear: both;  
    width: 170px;  
}  
html ul.topnav li ul.subnav li a {  
    float: left;  
    width: 145px;  
    background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;  
    padding-left: 20px;  
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;  
} 
/*End Drop down Menu*/

/* This changes the Links on staff.php page */
a.link:link {color:#333; text-decoration: underline; }
a.link:visited {color:#333; text-decoration: underline; }
a.link:hover {color:#F00; text-decoration: underline; }
a.link:active {color: red; } 
