/*overall style*/
html, body, div, span, applet, object, iframe, h1, h2, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

BLOCKQUOTE, FIELDSET, FORM, H2, H3, H4, H5, H6, LEGEND, P, PRE, TABLE { margin: 1em 0em; }

/* The body is the outermost layout component and contains the visible page content.  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 3px;
}

/* Commonly used to style page titles. */
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* Commonly used to style section titles. */
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h4 {

  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 5px;
	text-transform: capitalize;
}

/* Sets the style for unvisited links. */
a,  a:link {
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration: underline
}
/* Sets the style for a link that has focus. */
a:focus {
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	text-decoration: underline;
}

/* This is a container for the page content.  */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 760px;
	border: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header {
	height:18px; /* Sets the padding using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/florida_tech_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#header2 {
	padding: 0px; /* Sets the padding using shorthand notation (top, right, bottom, left) */
	height:191px;
	background-image: url(../images/bhf_header.jpg);
	text-indent: -9999px;
}

#header2 h1 {
	border: none;
}

#nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 760px;
	text-align: center;
}

#nav A {
	outline: none;
}

#contentWrapper  {
	width:715px;
	margin-top:0px;
	background-color: #FFF;
	padding-left: 25px;
	padding-right: 20px;
}

#leftColumn1 {
	width: 235px;
	float: left;
}
#leftColumn1 a {
	text-decoration: none;
	font-weight: bold;
}
#leftColumn1 a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#leftColumn1 a:active {
	text-decoration: underline;
	font-weight: bold;
}
#leftColumn1 a:visited {
	text-decoration: none;
	font-weight: bold;
}
.left_section_footer {
	background-image: url(../images/menu_bottom.gif);
	padding: 0px;
	height: 35px;
	margin-right: -10px;
	margin-left: -10px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#rightColumn1 {
	width: 235px;
	float: right;
}

/* Contains the main page content.  */
#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
}
#content_inter {
	margin-top: 0px;
	margin-right: 260px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 0px;
}

/* Contains the main page content.  */
#content2 {
  
  height: 500px;
  padding: 10px 15px 10px 15px; /* Sets the padding using shorthand notation (top, right, bottom, left) */
  overflow:auto;
}

/* clearing */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #contentWrapper .clearFloat2 {
	clear: right;
	display: block;
}


#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:36px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
}

#content fieldset {
	padding:4px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#content legend {
	font-weight:bold;
	color:#000;
	border-color:#999;
	line-height:16px;
}

#content input {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #F3F4F5;
	padding: 2px;
	height: 16px;
	width: 200px;
	border: 1px solid #CDD5DA;
}

#content .buttonstyle {
	height:30px;
	background-color:#000099;
	color:#D6D9E0;
	width:100px;
	padding:4px;
	margin:2px;
	font-size:12px;
	font-weight:bold;
}
#news {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#news h1{
	background-image: url(../images/news_header.gif);
	height: 34px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px;
	margin-bottom: -15px;
	text-indent: -9999px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #243773;
	margin-top: 15px;
	margin-bottom: -5px;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#articles {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#articles h1 {
	background-image: url(../images/articles_header.gif);
	height: 34px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px;
	margin-bottom: -15px;
	text-indent: -9999px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#articles h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #243773;
	margin-top: 15px;
	margin-bottom: -5px;
}
#calendar {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#calendar h1 {
	background-image: url(../images/calendar_header.gif);
	height: 34px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px;
	margin-bottom: -15px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
}
#calendar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #243773;
	margin-bottom: -5px;
	margin-top: 15px;
}
#resources {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#resources h1 {
	background-image: url(../images/resources_header.gif);
	height: 34px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px;
	margin-bottom: -15px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
}
#resources h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #243773;
	margin-bottom: -5px;
	margin-top: 15px;
}
#inthenews {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#inthenews h1 {
	background-image: url(../images/inthenews.gif);
	height: 34px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px;
	margin-bottom: -15px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
}
#inthenews h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #243773;
	margin-bottom: -5px;
	margin-top: 15px;
}
#content_nocolumn {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 25px;
	background-color: #FFF;
}
td h2 {
	margin-top: 0px;
}
#feedzilla {
	height: 200px;
	overflow: auto;
}
.rss_list {
	height: 200px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
.rss_list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.rss_list ul li {
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.rss_list ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}
.rss_list h2 {
	list-style-type: none;
	padding-top: -50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

DIV.news P.headline {
	color: #253974;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0em;
}

DIV.news P.date {
	font-size: 11px !important;
	color: #888 !important;
	margin-top: 0px;
}

