﻿body{
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	color: #FFFFFF;
	font-size: 1.15em;
}

a:link, a:visited {
	color: #6699ee;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Holds all page content and keeps it centered at a width of 800px */
#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	padding: 0em;
	text-align: left;
}

/* Top Navigation */
#topLinks {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 0.75em;
	text-align: center;
	height: 1.15em;
	padding: 0.3em 0.3em 0.3em 0.3em; /*Top Right Bottom Left*/
	margin: 0.03em 0em 0.03em 0em; /*Top Right Bottom Left*/
	width: 425px;	
}

#topLinks a:link, #topLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0 0.75em 0 0.75em; /*Top Right Bottom Left*/
	border-right: 1px #FFFFFF solid;
}

#topLinks a:link.last, #topLinks a:visited.last {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0 0.75em 0 0.75em; /*Top Right Bottom Left*/
	border: 0;
}

#topLinks a:hover, #topLinks a:hover.last {
	color: #6699ee;
	text-decoration: none;
}

#topLinks .left {
	display: inline;
	float: left;
	font-family:Century Gothic; font-size:1em; margin-left:0em; margin-right:0.94em; margin-top:0em; margin-bottom:0.50em; text-decoration:none
}

#topLinks .right {
	display: inline;
	float: right;
	font-family:Century Gothic; font-size:1em; margin-left:0em; margin-right:0.94em; margin-top:0em; margin-bottom:0.50em; text-decoration:none
}

/* Banner */
#bannerSCE {
	font-size: 5em;
	color: #6699cc;
	text-align: left;
	height: 125px;
	width: 800px;
	padding: 0em 0em 0em 0.30em; /*Top Right Bottom Left*/
	background: #000000 url(http://sce.uhv.edu/images/pageElements/SCE_BLK.jpg) no-repeat;
}

#centerContent {
	width: 800px;
	height: auto;
}

/* Left Naviagtion */
#leftNav {
	width: 190px;
	padding: 0 0 0 0;
	margin: 1.15em 0em 0em 0em; /*Top Right Bottom Left*/
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
}

#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
}

#leftNav li {
	margin: 0em; /*Top Right Bottom Left*/
}

#leftNav li a {
	display: block;
	margin: 0em 0em 0.05em 0em; /*Top Right Bottom Left*/
	padding: 0.85em 1em 0em 0.5em; /*Top Right Bottom Left*/
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
}

#leftNav li a:hover {
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* Content Area */
#contentArea {
	border: 1px #FFFFFF solid;
	float: right;
	width: 594px;
	min-height: 400px;
	padding: 0.5em;
	font-size: 0.75em;
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
}

/* Content Area */
#footerArea {
	clear: both;
	width: 800px;
	height: auto;
	text-align: center;
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0.5em;
}
