  


body {
	margin:0;
	padding:0;
	width: 6800px;
	height: 900px;
	color:#CCCCCC;
	font: 10px/20px;
	font-family: Times New Roman, Times, serif;
		background-color: #000000;

	/*	background: #22b1e1 url(../img/bg.gif) repeat-x left top;
*/}

.style3 {
	font-size: 14px;
	font-family: standard;
	color: #FF00FF;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*Main Navigation*/

a.Homerollover {
    display: block;
    width: 141px;
    height: 68px;
    background: url("img/HomeNav.png") 0 0 no-repeat;
    text-decoration: none;
}
a.Homerollover span { display:none; }
 
a:hover.Homerollover {
    background-position: -141px 0;
	}

a.coursedescriptionrollover {
    display: block;
    width: 141px;
    height: 17px;
    background: url("img/coursedescription.png") 0 0 no-repeat;
    text-decoration: none;
		
}
a.coursedescriptionrollover span { display:none; }
 
a:hover.coursedescriptionrollover {
    background-position: -141px 0;
		cursor: pointer;
	}

	a.facilitiesrollover {
    display: block;
    width: 141px;
    height: 17px;
    background: url("img/FacilitiesNav.png") 0 0 no-repeat;
    text-decoration: none;
		
}
a.facilitiesrollover span { display:none; }
 
a:hover.facilitiesrollover {
    background-position: -141px 0;
	}
	
	a.facultyrollover {
    display: block;
    width: 141px;
    height: 17px;
    background: url("img/facultyNav.png") 0 0 no-repeat;
    text-decoration: none;
}
a.facultyrollover span { display:none; }
 
a:hover.facultyrollover {
    background-position: -141px 0;
	}
	
	
	a.signuprollover {
    display: block;
    width: 141px;
    height: 17px;
    background: url("img/SignupNav.png") 0 0 no-repeat;
    text-decoration: none;
}
a.signuprollover span { display:none; }
 
a:hover.signuprollover {
    background-position: -141px 0;
	}



/*End of Main Navigation */



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00CCCC;
}
a:active {
	text-decoration: none;
		outline:none;	/* for Firefox*/

}

a:focus {
	outline:none; /* for Firefox*/
} 					


h2 {font-size: 1.1em}
h3 {
	font-size: 24px
}


.mainNav {
	font-family: Arial, 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FF0000;
}
.mainNav2 {
	font-family: Arial, 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #00FF00;
}
.mainNav3 {
	font-family: Arial, 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFFF00;
}
.mainNav4 {
	font-family: Arial, 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FF00FF;
}
.mainNav5 {
	font-family: Arial, 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFCC33;
}


hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: inherit;
}

#leftsider {
	padding: 10px 0 0 50px;
	float: left;
	width:1500px;
	height: 800px; 
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	margin-top: 0px; 
	padding-left: 0px;
	width: 0px;
	height: 0px;
}

#menu ul {
	list-style: none;
}

#menu a{
	text-decoration: none;
	color: #22b1e1;
}

#menu a:hover{
	/*border-bottom: 1px solid #22b1e1;*/
	color: #FF0000;					/* menu hover state*/
}

#content {
	margin: 10px 0 0 40px;   /* top, bottom, right, left*/
	float: left;
	font-size: 11px;
}

#content h4 {
	font-size: 12px;
}

.par {							/* Each of the sections*/
	padding-left: 50px;
	float: left;
	width: 1200px;
	height: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot a{													/* menu under text*/
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #FFFF00;
	/*background: url(../img/leftsmall.png) no-repeat scroll left center;*/
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	color: #66FF66;	/*border-bottom:1px solid #22b1e1;	bottom of the sections per box*/					

}

#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}

