/* Campus Color */

html {height: 100%;}

body {
	text-align: center;
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {color: #00800c;}
a:hover {color: #00800c; text-decoration: none;}

#outerFrame {
	height: 100%;
	width: 787px;
	margin: 0px auto 0px auto;
	background: url(/wsimages/sidebar.gif) top left repeat-x #ffffff;
	margin-top:20px;
}

#main {
	/* contains remainder of page  */
	width: 770px;
	margin: 0px auto 0px auto;
	height: 100%;
	background-color: #ffffff;
}
#content {
	height: 100%;
	width: 100%;
	border: 0px 0px 0px 0px;
}
#top {
 	border-left: 1px solid #ffffff;	border-right: 1px solid #ffffff; vertical-align: top;
}
#bottom {
	border-left: 1px solid #ffffff;	
	border-right: 1px solid #ffffff; text-align: left; 
	vertical-align: bottom;

}

#headerText {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	text-align: right;
	color: #898989;
	padding-right: 17px;
	line-height: 27px;
}
#headerText a {
	color: #929292;
	text-decoration: none;
}
#headerText a:hover {text-decoration: underline; color: #00800c;}

#flashHeader {}

#menuBar {

	text-align:center;

	}

#leftPane {
	float: left;
	width: 450px;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#rightPane {
	float: right;
	width: 265px;
	padding-top: 14px;
	padding-bottom: 10px;

 }

/* SEARCH BOX */
#searchBox {
	margin:0px auto 0px auto;
	padding: 9px 0px 9px 0px;
	width: 241px;
	background-color: #c0d7de;
}
#searchBox form {
	margin: 0px 0px 0px 0px;
}

#searchInput {
	vertical-align: middle;
	width: 190px;
	font-size: 11px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #898989;
}
#searchArrow {
	vertical-align: middle;
}

#pageBody {
	float: left;
	color: #122b39;
	font-size: 12px;
	text-align: left;
	width: 388px;
	float: left;
}
.pageTitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 18px;
	margin-top: 10px;
	background: url(/wsimages/grey_bar.gif) bottom left no-repeat white;
	color: #042c76;
}
#pageBody li {
	list-style-image: url(/wsimages/square_bullet.gif);
}

/* Generic container styles */
.containerTitle {
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding-bottom: 7px;
	font-size: 12px;
	font-weight: bold;
	font-color: #056e8f
}
.containerBody {
	padding-left: 30px;
	padding-right: 2px;
	font-size: 8pt;
	padding-bottom:5px;
}

.containerBody ul{
	margin:0px;
	padding:0px;
	margin-left:8px;	
}

.containerBody li{
	list-style-image: url(/wsimages/squareBullet.gif);
	padding-bottom:12px;
}

.containerImage {
	margin: 0px 8px 5px 0px;
	border: 3px solid white;
}
.containerBody {
	padding-left: 30px;
	padding-right: 2px;
	font-size: 8pt;
}
.containerBody p {
	margin: 0px 0px 0px 0px;
}

/* Dark grey container */
.containerDarkGrey {
	text-align: left;
	color: white;
	margin:7px auto 0px auto;
	padding: 7px 0px 12px 0px;
	width: 241px;
	background-color: #e4eef1;
}
.containerDarkGrey .containerTitle {
	border-bottom: 1px solid #a5c4cd;
	background: url(/wsimages/icon_corner_dark.gif) 0px 3px no-repeat #e4eef1;
}

/* Light grey container */
.containerLightGrey {
	text-align: left;
	color: #445a66;
	margin:7px auto 0px auto;
	padding: 7px 0px 7px 0px;
	width: 241px;
	background-color: #e4eef1;
}
.containerLightGrey .containerTitle {
	color: #056e8f;
	border-bottom: 1px solid #a5c4cd;
	background: url(/wsimages/icon_corner_light.gif) 0px 3px no-repeat #e4eef1;
}

.containerLightGrey .newsItem {
	margin: 0px 0px 5px 0px;
}
.containerLightGrey .newsTitle {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.containerLightGrey .newsTeaser {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: left;
	width: 380px;
	margin-left: 60px;
}
.footerText {
	color: #515151;
	font-size: 11px;
	opacity: 0.68;
	padding-top: 10px;
	line-height: 2em;
}
.footerText a {
	color: #898989;
	text-decoration: none;
}
.footerText a:hover {
	color: #00800c;
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #a92237;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #056e8f;
}
h5 {
	font-size: 10px;
	color: #122b39;
}


.teaserdmHTML h4{
	paddin:0px;
	margin:0px;
	padding-top:3px;
}

.teaserImage, .teaserText{
	padding-top:10px;	
	padding-bottom:4px;
}

.teaserText p{
	padding:0px;
	margin:0px;
	padding-top:5px;
	font-size:11px;
}

.teaserImage {
	padding-right:7px;	
}

.teaserText a{
	font-size:11px;	
}

.teaserdmHTML h4 a{
	color:#056e8f;
	font-size:12px;
	text-decoration:none;
}

