html, body{
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body, div, h1, h2, h3, h4, h5, h6, p, table{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: normal;
	font-size: .80em;
	margin-bottom: 20px;
}

p2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: normal;
	font-size: .80em;
	margin-bottom: 0px;
}

img{border: 0px;}

h2{font-size: x-large;}
h3{font-size: medium;}
h4{	font-size: small;
	margin-bottom: 3px;
	margin-top: 20px;
}

.hideOffScreen{
	position: absolute;
	left: -500px;
	top: -500px;
}

.clearColumns{
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	border-left: 192px solid #b20f0f;
}

#pageContainer{
	width: 1000px;
	background-image: url('../images/bgGradient_long.gif');
	background-repeat: repeat-y;
}

#sectionHeading{
	margin-bottom: 30px;
	width: 503px;
}

#pageTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 22px;

}

#pageImage2_old {
	float: right;
	margin-top: -75px;
	margin-right: -20px;
	margin-left: 17px;
	margin-bottom: 15px;
	margin-top: -50px;
}

#pageImage {
	float: right;
	margin-top: -30px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#contentBox{
	border-left: 192px solid #b20f0f;
	padding-left: 55px;

}
#content{
	width: 600px; /*Libby changed *was 500px originally */
	padding-bottom: 30px;
	line-height: 16px;

}

#topNavLine2{
	margin: 0px;
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	text-align: center;
	font-size: .75em;
	font-weight: normal;
}

#topNavLine2 li {
	float: left;
}

#topNavLine2 li.last {
	float: none;
}

#topNavLine2 a {
	display: block;
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	color: #000000;
	text-decoration: none;
	line-height: 1.2;
	border-right: 2px solid #000000;
}

#topNavLine2 a.last {
	border-right: none;
	text-align: left;
}

#topNavLine2 a.first {
	padding: 0px 8px 0px 0px;
}

#topNavLine2 a.selected {
	text-decoration: underline;
}

#topNavLine2 a:hover {
	color: #e50601;
}

table.reportTable {
    font-size: 12px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/*
table.reportTable td,
table.reportTable th{
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

table.reportTable th{
    border-bottom: 2px solid #000000;
    color: #ffffff;
    font-size: 14px;
    background: url(student_bg.jpg);
}

table.reportTable th a{
    color: #ffffff;
}

table.reportTable th.lev1{
    border-bottom: 1px solid #000000;

}

table.reportTable th.lev2{
    background-color: #ffa6a6;
    font-size: 11px;
    color: #000000;
    background: url(lev2_bg.jpg);
}

table.reportTable th.lev3{
    background-color: #ff8181;
    font-size: 11px;
    color: #000;
    background: url(lev2_bg.jpg);
}

table.reportTable tr.levTop th{
     border-bottom: 1px solid #000000;
}

table.reportTable tr.levTop th.levTop{
     border-bottom: 2px solid #000000;
     border-left: 1px solid #000000;
     background: url(pro_bg.jpg) repeat-x;
}

table.reportTable tr.levMid th{
    background-color: #ffa6a6;
    font-size: 11px;
    color: #000000;
    background: url(levMid_bg.jpg);
    }

table.reportTable tr.levBottom th{
    background-color: #ff8181;
    font-size: 12px;
    color: #ffffff;
}

table.reportTable th.side{
    border-bottom: 1px solid #000000;
    border-right: 2px solid #000000;
}

table.reportTable td.blank{
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}*/

table.reportTable tr.alternate{
    background-color: #e9e9e9;
}

table.reportTable tr.normal{
    background-color: #ffffff;
}

/*
#example tr.alternate th{
    background-color: #e9e9e9;
    color:#000000;
    background-image:none;
    border-bottom:1px solid black;
}

#example tr.normal th{
    background-color: #ffffff;
     color:#000000;
    background-image:none;
     border-bottom:1px solid black;
} */

.center
{
    text-align:center;   
}

div.footer{
	text-align: center;
	clear: both;
	width: 790px;
	background-image: url(../images/footer/line_red_fade.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}

#mainlinks {
		margin-top: 30px;
		margin-bottom: 25px;
		font-weight: bold;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		color: #595959;
		}
#mainlinks a:link {
		color: #595959;
		text-decoration: none;
		}

#mainlinks a:visited{
	color: #595959;
	text-decoration: none;
	}

#mainlinks a:hover {
	color: #5e0c00;
	text-decoration: none;
	}

#copyrightInfo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

#copyrightInfo a:link {
		color: #595959;
		}

#copyrightInfo a:visited{
	color: #595959;
	}

#copyrightInfo a:hover {
	color: #5e0c00;
	}

#copyrightInfo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 0px;
	}

#designedBy {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 500px;
	margin:auto;
	margin-top: 10px
	}

#sideNavBar {
	float: left;
	clear: left;
	width: 192px;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	background-color: #b20f0f;
	vertical-align: top;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	font-size: .8em;
	text-align: right;
    padding-bottom: 50px;
}

#sideNavBar li{
	text-align: right;
}

#sideNavBar a{
	display: block;
	margin: 0px;
	background-repeat: repeat-y;
	padding: 0px 19px 0px 15px;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

#sideNavBar li a img{
	display: block;
	vertical-align: middle;
}

#sideNavBar li.Lines1{
	height: 30px;
}

#sideNavBar li.Lines2{
	height: 44px;
}

#sideNavBar li.LinesALL{
	height: 100%;
}

#sideNavBar li.Lines1 a{
	background-position: 177px -45px;
}

#sideNavBar li.Lines2 a{
	background-position: 177px -40px;
}

#sideNavBar li.sideNavBarInner a.norm{
	background-image: url('../images/sideNav/mid.gif');
}

#sideNavBar li.sideNavBarInner a.norm:hover,
#sideNavBar li.sideNavBarInner a.selectedNoSub:hover{
	background-image: url('../images/sideNav/midRoll.gif');
}

#sideNavBar li.sideNavBarInner a.selected{
	background-image: url('../images/sideNav/midSelected.gif');
}

#sideNavBar li.sideNavBarInner a.selected:hover{
	background-image: url('../images/sideNav/midSelectedRoll.gif');
}

#sideNavBar li.sideNavBarInner a.selectedNoSub{
	background-image: url('../images/sideNav/midSelectedNoSub.gif');
}

#sideNavBar li.sideNavBarInner a.fromSelected{
	background-image: url('../images/sideNav/midFromSelected.gif');
}

#sideNavBar li.sideNavBarInner a.fromSelected:hover{
	background-image: url('../images/sideNav/midFromSelectedRoll.gif');
}

#sideNavBar li.sideNavBarTop a.norm{
	background-image: url('../images/sideNav/top.gif');
}

#sideNavBar li.sideNavBarTop a.norm:hover,
#sideNavBar li.sideNavBarTop a.selectedNoSub:hover{
	background-image: url('../images/sideNav/topRoll.gif');
}

#sideNavBar li.sideNavBarTop a.selected{
	background-image: url('../images/sideNav/topSelected.gif');
}

#sideNavBar li.sideNavBarTop a.selected:hover{
	background-image: url('../images/sideNav/.gif');
}

#sideNavBar li.sideNavBarTop a.selectedNoSub{
	background-image: url('../images/sideNav/topSelectedNoSub.gif');
}

#sideNavBar li.sideNavBarBottom a.norm{
	background-image: url('../images/sideNav/bot.gif');
}

#sideNavBar li.sideNavBarBottom a.norm:hover,
#sideNavBar li.sideNavBarBottom a.selectedNoSub:hover{
	background-image: url('../images/sideNav/botRoll.gif');
}

#sideNavBar li.sideNavBarBottom a.selected{
	background-image: url('../images/sideNav/midSelected.gif');
}

#sideNavBar li.sideNavBarBottom a.selected:hover{
	background-image: url('../images/sideNav/midSelectedRoll.gif');
}

#sideNavBar li.sideNavBarBottom a.selectedNoSub{
	background-image: url('../images/sideNav/botSelectedNoSub.gif');
}

#sideNavBar li.sideNavBarBottom a.fromSelected{
	background-image: url('../images/sideNav/botFromSelected.gif');
}

#sideNavBar li.sideNavBarBottom a.fromSelected:hover{
	background-image: url('../images/sideNav/botFromSelectedRoll.gif');
}

.sideNavBar_sub {
	width: 192px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	list-style: none;
	line-height: 2;
	font-weight: normal;
	font-size: .9em;
	text-align: right;
}

.sideNavBar_sub li{
	height: 23px;
	background-image: url('../images/sideNav/submenuline.gif');
	background-repeat: repeat-y;
	background-position: 181px 0px;
}

.sideNavBar_sub li.multiLine{
	height: 28px;
	line-height: 1;
	padding-top: 3px;
}

#sideNavBar li .sideNavBar_sub li a{
	color: #ebc845;
	background-image: url('');
}

#sideNavBar li .sideNavBar_sub li a.selected{
	color: #ebc845;
	font-weight: bold;
    background-image: url('');
}

.sideNavBar_sub li a:hover{
	text-decoration: underline;
}

#topNav {
	height: 55px;
	width: 900px;
	background-image: url('../images/header/x-tile.gif');
	background-repeat: repeat-x;
	padding-bottom: 30px;
	font-weight: bold;
}

#topNav a{
	text-decoration: none;
}

#topNav a{
	color: #000000;
}

#topNav a:hover{
	color: #6a0d0a;
}

#logo {
	float: left;
	height: 55px;
	width: 192px;
	background-repeat: no-repeat;
}

#background {
	float: left;
	height: 55px;
	width: 285px;
	background-image: url('../images/header/backgroundImage.gif');
	background-repeat: no-repeat;
	margin-right: -260px;
}

#endFade {
	float: right;
	height: 55px;
	width: 78px;
	background-image: url('../images/header/endFade.gif');
	background-repeat: no-repeat;
}

#moeCrest {
	float: right;
	background-color: #ffffff;
	padding-top: 7px;
	height: 63px;
	width: 76px;
}

#userIdentifier {
	float: left;
	clear: left;
	margin-top: -23px;
	padding-left: 217px;
	font-weight: normal;
}

#topNavBar {
	margin-left: 192px;
	padding-top: 10px;
}

#myAccountLogout {
	margin-top: 1px;
	float: left;
	line-height: 1.2;
}

#clientSites {
width: 390px;
	float: right;
	list-style: none;
	margin-top: 1px;
	margin-right: -10px;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.3;
	font-size: .8em;
	text-align: right;
}

#clientSites li {
	display: inline;
	margin-right: 15px;
}

#clientSites li.last{
	margin-right: 0px;
}

#clientSites li a{
	background-image: url('../images/header/rightArrow.gif');
	background-repeat: no-repeat;
	background-position: right -4px;
	padding: 0px 15px 0px 0px;
	text-decoration: none;
}

#clientSites li a:hover{
	background-image: url('../images/header/rightArrow_roll.gif');
}

#clientSites li a.tour,
#clientSites li a.tour:hover{
	background-image: none;
}

