html {
	font-size:100%;
}

body {
background: #496de0 url(../images/background.jpg) repeat;
padding: 0px;
margin: 0px auto;
font: 0.8em/1.6em Verdana, Geneva, Helvetica, Arial, sans-serif;
}

* {
margin:0;
padding:0;
}

/* General Font and Paragraph Styling */

p {
	color: #ffffff;
}

p, h1, h2, h3, h4, h5, h6, li {
	color: #000000;
}

h1 {
	font-size: 2.0em;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}

h2 {
	font-size: 1.6em;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}

h3 {
	font-size: 1.4em;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}

h4 {
	font-size: 1.2em;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}

h5 {
	font-size: 0.8em;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}

h6 {
	font-size: 0.6em;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}


a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #f5f5f5;
	text-decoration: none;
}

a.replace {
	display: block;
}

ul {
	list-style-type: none;
	margin: 0px;
}

hr {
	border: none 0px;
	border-top: 1px #cdcdcd solid;
	width: 100%;
	height: 1px;
	
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

	img.left {
			background: none;
			padding: 0px;
			margin: 0px;
			border: none;
			float: left;
		}

	img.right {
			background: none;
			padding: 0px;
			margin: 0px;
			border: none;
			float: right;
		}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.rightfloat {
	float: right;
}

.leftfloat {
	float: right;
}

.indent {
	text-indent: 20px
}

.blue {
	color: #0021a5;
}

.bluecenter {
	color: #0021a5;
	text-align: center;
}

.red {
	color: #ff0000;
}

.redcenter {
	color: #ff0000;
	text-align: center;
}

.black {
	color: #000000;
}

.yellow, #content p.yellow, #content a.yellow {
	color: #ffff00;
}

/* END FONT/PARAGRAPH STYLING */


/* Table, Table Header, and Table Row Layouts and Colors */

table {
	table-layout: auto;
    margin-left: auto;
    margin-right: auto;
}



/* END ALL TABLE STYLING */


/* DIV styling for layout and presentation */

#pageContainer {
	background: #ffffff;
	padding: 0px;
	margin: 10px auto;
	width: 1000px;
	border: #ffffff 1px solid;
}

#header {
	background: #496de0;
	width: 1000px;
	height: 250px;
	padding: 0px;
	margin: 0px;
}
	
	#headerLogo {
		width: 240px;
		height: 250px;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	
	#headerLogo img, #headerLogo a, #headerLogo p {
		padding: 0px;
		margin: 0px;
	}
	
	#headerSplash {
		width: 760px;
		height: 250px;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	
	#headerSplash1 {
		background: url(../images/ufspcslidebox.jpg) no-repeat;
		width: 240px;
		height: 250px;
		padding: 0px;
		margin: 0px 0px 0px 10px;
		float: left;
	}
	
	#headerSplash2 {
		background: url(../images/o2bslidebox.jpg) no-repeat;
		width: 240px;
		height: 250px;
		padding: 0px;
		margin: 0px 0px 0px 10px;
		float: left;
	}
	
	#headerSplash3 {
		background: url(../images/hailepslidebox.jpg) no-repeat;
		width: 240px;
		height: 250px;
		padding: 0px;
		margin: 0px 0px 0px 10px;
		float: left;
	}
	
	
#navMenu {
	background: url(../images/navbar.jpg) repeat-x;
	width: 1000px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
	
/* CSS Drop-Down List */

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 30px;
	font-weight: bold;
}

#nav a {
	display: block;
	width: 163px;
	padding: 0px 0px 0px 2px;
	color: #496de0;
}

#nav li { /* all list items */
	float: left;
	font-size: 100%;
	width: 164px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 165px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	border-bottom: #f5f5f5 1px solid;
}

#nav li a:hover {
	/*background-color: #CFD5EE;*/
	background: url(../images/navbarhover.jpg) repeat-x;
	color: #ffffff;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	background: #7d7d7d;
	border: #525252 2px solid;
	left: auto;
}

/* END CSS Drop-Down List */	

#breadCrumbs {
	background: url(../images/breadcrumbmiddle.gif) repeat-x;
	height: 20px;
	padding: 0px;
	margin: 10px 10px 0px 10px;
	font-size: 0.8em;
	line-height: 20px;
	color: #ffffff;
	clear: both;
}

	#breadCrumbs a {
		color: #ffffff;
		line-height: 20px;
		font-weight: bold;
	}
	
	#breadCrumbs img.inline {
			background: none;
			line-height: 20px;
			padding: 5px 0px 0px 0px;
			margin: 0px;
			border: none;
	}
	
	
#mainContent {
	background: #ffffff;
	width: 980px;
	height: 100%;
	padding: 10px;
	margin: 0px;
	clear: both;
}

#sideNav {
	width: 250px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	float: left;
}

	.sideCapsule {
		background: url(../images/sidebody.gif) repeat-y;
		width: 250px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}
	
	.sideCapsule p {
		padding: 0px 6px;
	}
		
	#sideNav h3.sideTitle, #sideNav h4.sideTitle {
		background: url(../images/sidetitle.gif);
		line-height: 30px;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
	
	#sideNav h4.gold {
		background: url(../images/goldbg.gif) repeat-x;
		line-height: 25px;
		padding: 0px;
		margin: 0px 1px;
		text-indent: 10px;
	}
	
	#sideNav h4.silver {
		background: #9CFEFF;
		/*background: url(../images/silverbg.gif) repeat-x;*/
		line-height: 25px;
		padding: 0px;
		margin: 0px 1px;
		text-indent: 10px;
	}
	
	#sideNav h4.bronze {
		background: url(../images/bronzebg.gif) repeat-x;
		line-height: 25px;
		padding: 0px;
		margin: 0px 1px;
		text-indent: 10px;
	}
	
	#sideNav p.sideCloser, #siteMap p.sideCloser {
		background: url(../images/sidecloser.gif);
		line-height: 15px;
		padding: 0px 0px 0px 15px;
		margin: 0px;
	}
	
	#sideNav a {
		font-weight: bold;
		color: #ffffff;
		
	}
	
	#sideNav ul, #siteMap ul {
			list-style: disc;
			padding: 2px 0px 2px 20px;
			margin: 0px;
			color: #0021a5;
		}
		
		#sideNav ul li, #siteMap ul li {
			color: #000000;
			padding: 0px;
			margin: 0px;	
		}
	
#content {
	background: #ffffff url(../images/contentbg.gif) repeat-y;
	width: 720px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	float: right;
}

	/* Content Styling */
		

		#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
			padding: 8px 13px 6px 13px;
			margin: 0px;
			color: #ffffff;
		}
		
		#content h3.contentTitle {
			background: url(../images/contenttitle.gif);
			line-height: 30px;
			padding: 0px 0px 0px 15px;
			margin: 0px;
			color: #000000;
		}
		
		#content h3.contentTitle a {
			color: #000000;
		}
		
		#content h3.contentTitleBlue {
			background: url(../images/contenttitleblue.gif);
			line-height: 30px;
			padding: 0px 0px 0px 15px;
			margin: 0px;
			color: #ffffff;
		}
		
		#content p.contentCloser {
			background: url(../images/contentcloser.gif);
			line-height: 15px;
			padding: 0px 0px 0px 15px;
			margin: 0px;
		}
		
		#content ul {
			list-style: disc;
			padding: 0px 0px 0px 40px;
			margin: 0px;
		}
		
		#content ul.none {
			list-style: none;
		}
		
		#content li {
			font-style: normal;
			color: #000000;
			padding: 0px;
			margin: 0px;
		}
		
		#content li.news, #content li.events {
			font-style: normal;
			color: #0021a5;
			padding: 0px;
			margin: 0px;
		}
	
		#content ol {
			padding: 0px 0px 0px 40px;
			margin: 0px;
		}
		
		#content ol li {
			font-style: normal;
			color: #000000;
			font-size: 11px;
		}
		
		#content ol.ualpha {
			list-style: upper-alpha;
		}
		
		#content ol.lalpha {
			list-style: lower-alpha;
		}
		
		#content ol.uroman {
			list-style: upper-roman;
		}
		
		#content ol.lroman {
			list-style: lower-roman;
		}
			
		#content p a:link, #content p a:visited, #content p a:hover, #content p a:active {
			border-bottom: 1px solid #0021A5;
		}

		#content li a:link, #content li a:visited, #content li a:hover, #content li a:active {
			border-bottom: 1px solid #0021A5;
		}

		#content p a.image {
			text-decoration: none;
			border-bottom: none;
		}
		
		#content p#listing {
			padding-top: 15px;
			letter-spacing: -1px;
			text-align: center;
		}
		
		
		#content p#listing a {
			font-weight: bold;
		}

		#content img {
			padding: 10px;
		}
		
		#content img.thumbs {
			padding: 0px;
			margin: 0px;
			border: 2px #000000 solid;
			float: none;
		}
		
		#content img.left {
			padding: 0px 10px 10px 10px;
			margin: 0px;
			border: 0px;
			float: left;
			clear: none;
		}
		
		#content img.leftmid {
			vertical-align: middle;
			padding: 0px 10px 5px 0px;
			margin: 0px;
			border: 0px;
		}
		
		#content img.right {
			padding: 0px 10px 10px 10px;
			margin: 0px;
			border: 0px;
			float: right;
			clear: none;
		}
		
		#content img.rightmid {
			vertical-align: middle;
			padding: 0px 0px 5px 10px;
			margin: 0px;
			border: 0px;
		}
		
		#content img.inlinetitle {
			vertical-align: middle;
			line-height: 30px;
			padding: 0px 10px;
			margin: 0px;
			border: 0px;
		}
		
		#content h3.contentTitleBlue img.inlinetitleleft {
			line-height: 30px;
			padding: 2px 10px;
			margin: 0px;
			border: 0px;
			float: left;
		}
		
		#content h3.contentTitleBlue img.inlinetitleright {
			line-height: 30px;
			padding: 7px 15px;
			margin: 0px;
			border: 0px;
			float: right;
		}
		
		#content p a.thumbs {
			text-decoration: none;
			border-bottom: 0px;
		}
		
		#content p.center {
			padding: 0px;
			margin: 0px;
			text-align: center;
		}
		
		
	/* END CONTENT STYLING */

#spacer {
	width: 1000px;
	height: 1px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
	
#footer {
	background: #9d9d9d url(../images/navbar.jpg) repeat-x;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 1000px;
	height: 50px;
	clear:both;
}

#footer p {
	color: #ffffff;
	font-size: x-small;
	line-height: 14px;
	padding-left: 15px;
}

#footer a {
	color: #0071bc;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer img {
	float: right;
}

#footer h4 {
	line-height: 50px;
	color: #0071bc;
	padding: 0px;
	margin: 0px;
}

	#footerDesign {
		width: 350px;
		height: 50px;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	
	#footerLink1{
		width: 325px;
		height: 50px;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	
	#footerLink2 {
		width: 325px;
		height: 50px;
		padding: 0px;
		margin: 0px;
		float: right;
	}