/*////////////////////////////////////////////////////////////////////
//     HTML TAGS
///////////////////////////////////////////////////////////////////*/

/* defines default font, font-size and leading for all pages */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
}

/* added for Netscape 4 which was not rendering styles associated
   with the body tag */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
}

/* defines default color and style for links on all pages */
a:link {
	text-decoration: none;
	color: #FB4110;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	color: #FB4110;					/* orange hover color for links */
	text-decoration: underline;
}

a:active {
	color: #FB4110;					/* orange hover color for links */
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

/* heading tags */
h2 {
	font-size: 16px;
	color: #000000;
	margin: 0px;
}

h3 {
	font-size: 12px;
	color: #000000;
}
/*///////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////
//     ID TAGS
///////////////////////////////////////////////////////////////////*/

#logo a {
	border-bottom-style: none;		/* removes dotted link underline from Mac/FireFox */
	text-decoration: none;			/* removes dotted link underline from Mac/FireFox */
}

#mainSubColumn p {
	margin: 0;
	padding: 5px 0 5px 0;
}

#mainWideColumn p {
	margin: 0;
	padding: 5px 0 5px 0;
}

#rightColumn  {
	height: 100%; 
	vertical-align: top; 
}
/*///////////////////////////////////////////////////////////////////*/





/*////////////////////////////////////////////////////////////////////
//     CSS CLASSES
///////////////////////////////////////////////////////////////////*/


/* redArrow attributes for ">>>" links on index page */
.redArrow {
	color: #FB4110;
}

.redArrow a:link{
	text-decoration: none;
	color: #FB4110;
}

.redArrow a:visited{
	color: #FB4110;
}

.redArrow a:hover{
	text-decoration: underline;
}

.redArrow a:active {
	text-decoration: underline;
}

.grayTitle {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #7F7F7F;
}

.grayTitle a:link {
	text-decoration: none;
	color: #7F7F7F;
}

.grayTitle a:visited {
	color: #7F7F7F;
}

.grayTitle a:hover {
	text-decoration: underline;
}

.grayTitle a:active {
	text-decoration: underline;
}

.author {
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}
.staff {
	margin: 0px;
	padding: 0 0 0 6px;
}

/* text formating for footer */
.footer {
	font-size: 10px;
}

.homeNews {
	font-size: 12px;
	color: #FFFFFF;
}

/* text formating for right hand column in italics */
.caption {
	font-size: 12px;
	font-style: italic;
	line-height: 19px;
}

/* index page content padding */
.padLeft {
	padding-left: 15px;
}

/* Blue color for florida video page */
.blue
{
color:#386FB0;
}


/*///////////////////////////////////////////////////////////////////*/


