/*
* Template layout styles
*/

html { 
	height: 100%; 
} 
body {
	background-color: #009999;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.searchBar {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #319A9C;
}
.searchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9E4A;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*
* Generic link styles
*/

a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/*
* Text navigation and associated link styles
*/

.textNav {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.textNav a:link {color: #333333; text-decoration: none; }
.textNav a:visited {color: #333333; text-decoration: none; }
.textNav a:hover {color: #FFFFFF; text-decoration: none; }
.textNav a:active {color: #333333; text-decoration: none; }
.navHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	vertical-align: middle;
	color: #333333;
}
.navHeader a:link {color: #333333; text-decoration: none; }
.navHeader a:visited {color: #333333; text-decoration: none; }
.navHeader a:hover {color: #FFFFFF; text-decoration: none; }
.navHeader a:active {color: #333333; text-decoration: none; }

/*
* Inner page layout styles
*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0px;
}
.headingPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFFFFF;
}
.headingMajor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-indent: 5px;
	text-align: left;
	background-color: #6BBABD;
}
.headingMinor {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
}
.reducedText {
	font-size: 85%;
}
.textWhite {
	color: #FFFFFF;
}
.textWhite a:link {color: #FFFFFF; text-decoration: none; }
.textWhite a:visited {color: #FFFFFF; text-decoration: none; }
.textWhite a:hover {color: #333333; text-decoration: none; }
.textWhite a:active {color: #FFFFFF; text-decoration: none; }
.lineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
}
.bgMidGreen {
	background-color: #6BBBBF;
}
form {
	margin: 0px;
	padding: 0px;
}
.moreIndent {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.headingService {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F86C0D;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}
.headingService a:link {color: #F86C0D; text-decoration: none; }
.headingService a:visited {color: #F86C0D; text-decoration: none; }
.headingService a:hover {color: #FF9900; text-decoration: none; }
.headingService a:active {color: #FF9900; text-decoration: none; }
.indentLR {
	padding-right: 15px;
	padding-left: 15px;
}
.servicesBar {
	background-image: url(../images/bg_bar.gif);
	background-repeat: no-repeat;
}
.servicesBarLong {
	background-image: url(../images/bg_bar_long.gif);
	background-repeat: no-repeat;
}.whiteBoldCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-style: italic;
}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

