﻿/* CSS layout */

@media screen {
	body{
	background: url('../images/page_bg.gif');
	margin: 0;
	padding: 0;
	} 
	#sitebody{
	margin: 0 auto;
	padding: 0 0 0 0;
	min-width: 800px;
	max-width: 1024px; 
	/* for the bastard ie6, this is not w3c complient */ 
	width: expression(document.body.clientWidth > 1024? "1024px": "auto" ); 
	border: 1px solid #9D9D8E;
	}
	#header {
	margin-left: 200px;
	margin-right: 263px;
	height: 94px;
	}
	#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	#top_right {
	width: 263px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url('../images/94picStudent.jpg') right no-repeat;
	height: 94px;
	}
	#hmenucontainer {
	background: #C5C5BC;
	position: relative;
	height: 21px;
	top: auto;
	border-bottom-color: #939382;
	border-top-color: #939382;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	#container {
	background: #ffffff;
	position: relative;
	width: 100%;
	/* height: auto; */
	/* top: auto; */
	}
	#page_content {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url('../images/shadow1.gif') no-repeat left top;
	margin-left: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom:1px;	
	font-size: 12px;
	}
}

.center{
	margin: 0 auto;
    /* you still need to add a width to a DIV tag for it to work... */
}

#masthead {
position: relative;
width: 100%;
height: 94px;
}
#top_left {
background: #FFFFFF url('../images/LogoMain.gif') no-repeat left;
width: 200px;
position: absolute;
left: 0px;
top: 0px;
height: 94px;
}
#htopband {
background: #D60B28;
border-bottom: 1px #FFFFFF solid;
height: 12px;
font-size: 7px;
width: 100%;	
}
#htopmid {
background: #FFFFFF;
text-align: center;
color: #000000;
height: 22px;
white-space: nowrap;
padding-top: 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
width: 100%;	
}
#hbotband {
background: #FFFFFF;
height: 60px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-style: normal;
text-align: center;
vertical-align: bottom;
padding-top: 10px;
width: 100%;
}
#sloganspan {
background: url('../images/RedOnWhiteDot.gif') no-repeat left;
padding-left: 14px;
margin-left: 16px;
}
#headingspan {
background: url('../images/WitPylOpWit.gif') no-repeat left;
padding-left: 28px;
padding-right: 5px;
color: #000000;
white-space: nowrap;
}
#hmenuleft {
width: 200px;
position: absolute;
left: 0px;
top: 0px;
}

#hmenumid {
margin-left: 200px;
font-family: Arial, Helvetica, sans-serif;
height: 21px;
}


#hmenuright {
position: absolute;
right: 0px;
top: 0px;
}

.primaryMenu
{
font-family: Verdana;
font-style: normal;
font-size: 9px;
white-space: nowrap;
padding-top:4px;
}
.primaryMenu a
{
font-family:Verdana;
font-weight:bold;
font-size:9px;
color:Black;
margin-left: 12px;
margin-right: 12px;
text-decoration:none;
}
.primaryMenu a:hover
{
font-family:Verdana;
font-weight:bold;
font-size:9px;
font-weight:bold;
color:white;
}



#right_col {
width: 200px;
position: absolute;
right: 0px;
top: 0px;
}
#footer {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 11px;
height: 20px;
background-color: #F0F0EE;
padding-top: 5px;
}

/*printer styles*/ 
@media print{  
	/*hide the left column when printing*/ 
	body { margin: 0;padding: 0; } 
	#left_col,#top_right,#hmenucontainer{display:none;} 
	#sitebody { width:100%; float:none; }
	#page_content { margin-left:0px;	font-family: Arial, Helvetica, sans-serif;font-size: 12px; }
	#header { margin-left: 200px;height: 94px; }
	#container { width: 100%;}

} 

