#header-print {
	display:none;
	}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	background:url(images/wrapper_background.jpg);
	background-repeat: repeat-x;
	}

a {
	text-decoration:none;
	color:#6b2e90; /* purple */
	}
	
a:hover {
	text-decoration:underline;
	color:#ed0b7c; /* pink */
	}
	
a:active, a:focus {
	outline: 0px;
	}

#wrapper {
	margin:0px auto;
	width:1000px;
	position: relative;
	}


/* NEW */


#header {
	width:900px;
	height:400px;
	position: relative;
	margin:0px 50px;
	}
	
#header_car{
position: absolute;
top: 120px;
right: 70px;
z-index: 15;
}

#header_trucks{
position: absolute;
top: 0px;
right: 0px;
z-index: 5;
}

#header_logo{
position: absolute;
top: 14px;
left: 21px;
z-index: 7;
}

#header_text{
position: absolute;
bottom: 15px;
right: 0px;
width: 580px;
z-index: 20;
text-align: center;
}

#header_text p{
font-family: 'Roboto', sans-serif;
font-weight: bold;
margin: 0px;
}
	

#menu{
position: relative;
top: 130px;
list-style: none;
padding: 0px;
margin: 0px;
z-index: 1;
}

#menu li{
background-image: url('images/menu_background.jpg');
margin: 2px 0;
padding: 0px;
border: 1px solid #fff;
width: 300px;
}

#menu li:hover{
background-image: url('images/menu_background_active.jpg');
}


#menu li a{
display: block;
padding: 3px 0 3px 10px;
color: #FFFFFF;
font-weight: bold;
position: relative;
z-index: 999;
font-family: 'Roboto', sans-serif;
font-size: 17px;
}



#menu li a:hover{
text-decoration: none;
}



/* END NEW */
	
	
	

#main {
	width:900px;
	margin:0px 50px;
	float:left;
	position: relative;
	z-index: 99;
	}


	#sidebar {
		width:280px;
		float:left;
		}
		
		#sidebar h2 {
			font-size:18px;
			text-align:center;
			margin:10px;
			}
			
		#sidebar p {
			margin:10px 0px;
			text-align:center;
			}
			
		div.sideBox {
			margin:15px 15px 15px 0px;
			padding:5px 1px;
			border:1px solid #9933FF;
			text-align:right ;
			}
				
	#content {
		width:620px;
		float:left;
		}
		
		h1.aboveH2 {
			font-weight:normal;
			font-size:40px;
			font-family:"Times New Roman", Times, serif;
			color:#ed0b7c; /* pink */
			margin:20px 0px 5px 0px;
			}
			
		h1 {
			font-weight:normal;
			font-size:40px;
			font-family:"Times New Roman", Times, serif;
			color:#ed0b7c; /* pink */
			margin:20px 0px 20px 0px;
			}
			
		h2.underH1 {
			font-size:20px;
			color:#6b2e90; /* purple */
			margin:0px 0px 20px 0px;
			}
			
		h2 {
			font-size:20px;
			margin:30px 0px 10px 0px;
			line-height:1.3em;
			color:#6B2E90;
			}
			
		p, li, table.schedule, blockquote {
			font-size:14px;
			line-height:1.3em;
			}
			
		li {
			margin:10px 0px;
			}
			
		p.dont-print {
			font-size:12px;
			font-weight:bold;
			margin:10px 0px;
			line-height:2.5em;
			}
			
			div.buttons {	
				color:#6b2e90; /* purple */
				display:block;
				padding:10px;
				border:1px solid #6b2e90; /* purple */
				font-size:24px;
				line-height:24px;
				margin:30px 0px;
				text-align:center;
				}
				
				p.dont-print a:hover {
					color:#ed0b7c; /* pink */
					}
		
		div.highlightedBox {
			padding:10px 20px;
			background:#FFCCCC;
			border:1px solid #9900CC;
			margin:30px 0px;
			}
			
			div.highlightedBox p, div.highlightedBox h2 {
				margin:10px 0px;
				}
		
		
		
		#schedule td{
		text-align: center;
		width: 206px;
		}
		
		#schedule th{
		background: none repeat scroll 0 0 #6b2e90;
		}
		
		#schedule .headers{
		width: auto;
		}
		
		#schedule th h2{
		font-size: 1.6em;
		color: #fff;
		margin: 0px;
		padding: 0px;
		}
		
		#schedule h3{
		margin: 0px;
		padding: 0px;
		font-size: 1.2em;
		color: #ED0B7C;
		}
		
		#schedule .parents{
		background: none repeat scroll 0 0 #FFCCCC;
		}
		
		
		
		div.schedule {
			float:left;
			width:170px;
			margin-right:10px;
			padding:10px;
			border:1px solid #6b2e90; /* purple */
			}
			
			table.schedule caption {
				color:#6b2e90; /* purple */
				font-size:16px;
				font-weight:bold;
				padding:10px;
				}
					
			table.schedule td, table.schedule th {
				text-align:center;
				border-bottom:1px solid #6b2e90; /* purple */
				}
				
			table.schedule th {
				background:#6b2e90; /* purple */
				color:white;
				}
				
		div.courses {
			float:left;
			width:600px;
			margin-right:10px;
			margin-bottom:20px;
			padding:10px;
			border:1px solid #6b2e90; /* purple */
			}
			
			table.courses {
				font-size:14px;
				line-height:1.3em;
				float:right;
				}
				
				img.courses {
					float:left;
					}
					
			table.courses thead tr {
				border-top:none;
				background:purple;
				color:white;
				}
				
				table.courses tbody tr td {
					text-align:right;
					}
			
			table.courses tr td {
				border-top:1px solid #6b2e90; /* purple */
				}
				
				div.links {
					font-size:12px;
					text-align:center;
					width:600px;
					float:left;
					margin-bottom:40px;
					}
					
		ul.finance li {
			font-size:14px;
			line-height:1.5em;
			margin:10px;
			}
			
		ul.directions li {
			font-size:14px;
			line-height:1.5em;
			margin:10px;
			}
			
		blockquote {
			margin:10px 30px;
			}

			
#lower-nav {
	width:900px;
	float:left;
	padding:20px;
	text-align:center;
	border-top:2px solid #336699; /* blue */
	margin-top:20px;
	font-size:12px;
	color:#336699; /* blue */
	}
	
	#lower-nav a {
		color:#6b2e90; /* purple */
		text-decoration:none;
		margin:0px 5px;
		}
		
		#lower-nav a:hover {
			text-decoration:underline;
			color:#ed0b7c; /* pink */
			}
		
#footer {
	width:900px;
	float:left;
	margin:0px;
	text-align:center;
	padding:0px 20px 20px 20px;
	}
	
	#footer p {
		font-size:10px;
		}

.purple {
	color:#6b2e90; /* purple */
	}

.pink {
	color:#ed0b7c; /* pink */
	}
	
div.announcement {
	display:block;
	padding:20px;
	margin:10px 0px;
	border:2px solid #CC00CC;
	background:#FFFF99;
	text-align:center;
	font-size:18px;
	}