html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	min-height: 101%;
}
a:link {
	color: #5065b0;
}
a:visited {
	color: #7D88A3;
}
a:hover {
	text-decoration: none;
}
h1, h2 {
	font-weight: normal;
	color: #3b4a85;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logocontainer {
	background-color: #ffffff;
}

#masthead{
	padding: 0px;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(images/headerBG.gif);
}

#navBar{
	width: 175px;
	float: left;
	padding-right: 10px;
}

#headlines{
	float:right;
	width: 228px;
}

#content{
	float: left;
	width: 588px;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}#contentWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
}
#siteInfo {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #666666;
	padding-top: 10px;
}
/* 
	Sub Navigation: The following rules control the appearance of the navigation for a USU inner page.
	These links are displayed in a horizontal bar that is a lighter blue than the main USU navbar.
*/

#subnavwrap {
	width: 100%;
	background: #666666 url(images/subnavbg.gif) repeat-x top;
	border-bottom: 1px solid #748ccc;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffce31;
	clear: both;

}

#subnavbar {
	margin: 0 auto;
	width: 44.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

#subnavbar ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #748ccc;

}

#subnavbar ul li {
	margin: 0px;
	padding: 0px;
	float:left;
	background: none;
	list-style: none;
}

#subnavbar ul li a:link, #subnavbar ul li a:visited {
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #748ccc;
	color: #F8F8F8;
	text-decoration: none;
}

#subnavbar ul li a:hover, #subnavbar ul li a.current {
	background-color: #3b4a85;

}
#mission {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	background-color: #5065b0;
	margin: 0px 10px;
}

#mission p {
	margin: 0px;
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	color: #FFFFFF;
	text-shadow: #000 5 5 0;
}
#subnavbar #search {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}
#subnavbar #search form {
	margin: 1px 0px 0px;
	padding: 0px;
}
#navBar ul {
	margin-left: 1.5em;
	list-style-image: url(images/0199_small%20old%20simple%20arrow.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navBar h3 {
	margin: 1em 0px 0.5em;
	padding: 0px;
	font-size: 80%;
}
#sectionLinks a.current {
	color: #999999;
	text-decoration: none;
}
#callout {
	background-image: url(images/bgSpecial.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-top: 5px;
}
#sectionLinks {
}
.relatedLinks {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#headlines h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E0E0E0;
	color: #666666;
	letter-spacing: .1em;
	margin: 0px;
	padding: 2px 2px 2px 5px;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
}
#mastheadwrap {
	background-image: url(images/headwrapBG.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding: 0px;
	height: 185px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#siteinfowrap {
	clear: both;
	padding-top: 10px;
}
#subcontent {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	width: 595px;
}
#subcontent ul {
	list-style-image: url(images/0199_small%20old%20simple%20arrow.png);
	}
p {
	font-size: 70%;
	line-height: 140%;
}
ul li, ol li {
	font-size: 70%;
	line-height: 140%;
}
ul ul li, ol ol li {
	font-size: 100%;
	}
.floatrt {
	float: right;
}
.fltrt10pxmrgn {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#logo img {
	margin: 0px;
	padding: 0px;
}
#logo p {
	margin: 0px;
	padding: 0px;
}

.red {font-size: 1.0em;
      color: #990000;
      font-style: italic;
     font-weight: bold;}
	 
.bod {
	font-weight: bold;
	
	
}
