* {
	margin: 0;
	padding: 0;
	background: white;
}


body {
	font-size: 62.5%;
	background: url(images/back-repeat.png) repeat-x;
}

p, li {
	font: 1.2em/1.3em Tahoma, sans-serif;
	margin-bottom: 0px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: black;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: #993366;
	margin-bottom: 10px;
}

img {
	border: none;
	background: #993366;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}

#page-wrap #inside {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	min-height: 100px;
	}
	
#main-content {
	background: white repeat-y;
	padding-left: 0px;
	padding-top: 20x;

}



#class-content {
	height: 100%;
	width: 80%;
	background: white;
	padding-top: 20px;
	padding-left:10%;
	padding-right: 10%;
	padding-bottom:15px;
}

	
#header {
	background: #993366;
	text-align: left;
}
	
#left-sidebar {
	width: 205px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}
#right-sidebar {
	width: 205px;
	float: right;
	padding-left: 15px;
	padding-top: 20px;
}

#class-left{
	width: 220x;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	background:#993366;
}


#footer {
	background: #993366;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #993366;
}
#footer p {
	color: #f4f4f4;
	padding-left: 20px;
	padding-right:20px;
	font-size: 10px;
}

.list-indent{
padding-left: 10px;
}

#page-wrap #inside #left-sidebar h1 {
	color: #660000;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}

#address {
	font: bold 1.2em/1.8em Tahoma, sans-serif;
	color: white;
	float: right;
	position: relative;
	margin-left: 50px;
	width: 195px;
	text-align: center;
	padding-top:4px;
	background: #993366;
}
#contactUs {
	display: block;
	width: 107px;
	height: 23px;
	background: url("images/contact_button.gif") no-repeat 0 0;
	}
	
#contactUs:hover
  { 
    background: url("images/contact_Rollover.gif") no-repeat 0 0;
}

#class_heading{
	font: 2.9em Tahoma, sans-serif;
	color: #993366;
	margin-bottom: 10px;
	border-bottom: solid 2px black;
	}
	
#class-page-image{
	float:none;
	clear:none;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 15px;

}

.subHeading {
color: #993366;
margin-bottom: 5px;
font: 2em Tahoma, sans-serif;
margin-top: 5px;

}
.credit_heading{
margin-top: 10px;
font: 1.5em Tahoma, sans-serif;
margin-bottom: 5px;
}



.career_pathways li{
list-style-type: none;
}




  
 /*NAVIGATION BAR
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 10px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 1px;
border-bottom: 1px solid white;
border-right: 1px solid white;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #993366; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
	color: #993399;
	background: #FFFFFF;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 180px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

