body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background: #999999 url(gfx/body.jpg) top repeat-x;
}

#wrote {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f00;
}
#wrap {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 898px;
	background: #FFFFFF;
	text-align: left;
	border: 2px solid #FFFFFF;
}
#header {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
	#header h1#logo {
		margin: 0;
		padding: 0;
		height: 135px;
		text-indent: -9999px;
		background: url(gfx/logo.png) 32px 50% no-repeat;
	}

	#header-right {
		margin: 10px 22px 0 0;
		float: right;
		text-align: right;
	}
		#phone {
			color: #FE7400;
			font-family: Arial;
			font-size: 22px;
			font-weight: bold;
		}
		#fax {
			color: #FE7400;
			font-family: Arial;
			font-size: 18px;
			font-weight: normal;
		}
		
		#header #links {
			margin: 20px 0 0 0;
		}
		#header #links a {
			margin: 0 0 0 20px;
			text-decoration:none;
		}
			#header #links a img {
				vertical-align: top;
				border: 0;
			}
		
	div#menu {
		margin: 0;
		padding: 0;
		height: 30px;
		background: #FFA100 url(gfx/menu-bg.jpg) top repeat-x;
		border-bottom: 2px solid #FFFFFF;
		clear: both;
	}
		#menu ul {
			margin: 0;
			padding: 0;
			height: 30px;
			list-style: none;
			font-weight: normal;
			overflow: hidden;
		}

		#menu a {
			display: block;
			padding: 7px 11px;
			text-decoration: none;
			color: #FFFFFF;
			font-family: "Verdana", "Tahoma";
			font-size: 13px;
			border-left: 2px solid #FFFFFF;
		}
		#menu a:hover {
			color: #FFFFFF;
			background: #FE7400;
		}
		#menu a.first, #menu a#first {
			border: 0;
		}

		#menu li {
			float: left;
			padding: 0;
		}

		#menu li ul {
			position: absolute;
			z-index: 2;
			left: -999em;
			height: auto;
			margin: 0;
			padding: 0;
			width: 200px;
		}

		#menu li li {
			width: 200px;
			border: none;
		}

		#menu li ul a {
			padding: 3px;
			width: 200px;
			border: 0;
			font-weight: normal;
			color: #000000;
			background: #FFA001;
		}
		#menu li ul a:hover {
			background: #FE7400;
			color: #FFFFFF;
		}

		#menu li ul ul {
			margin: -22px 0 0 200px;
		}

		#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
			left: -999em;
		}

		#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
			left: auto;
		}

		#menu li:hover, #menu li.sfhover {
			/*background: #FE7400;*/
		}

		#menu li:hover, #menu li.hover {
			position: static;
		}

	#header-images {
		margin: 0;
		padding: 0;
		height: 121px;
	}
	#header-images img {
		margin: 0;
		padding: 0;
		border-right: 2px solid #FFFFFF;
		float: left;
		width: 178px;
		height: 121px;
	}
	#header-images img.img4 {
		border-right: none;
	}
#container {
	background: #FFFFFF url(gfx/content-bg.png) left repeat-y;
}
#content {
	margin: 0;
	padding: 0;
	background: url(gfx/left-image.jpg) bottom left no-repeat;
		/* contain floats in IE */
		overflow: hidden;
		width: 100%;
}

#left {
	margin: 0;
	padding: 20px 0 150px 0; /* padding for bottom left image*/
	width: 190px;
	min-height: 161px;
	height: auto !important;
	height: 161px;
	float: left;
	background: url(gfx/left.jpg) top left no-repeat;
}
	#left h2 {
		margin: 0;
		padding: 0 8px 16px 15px;
		font-size: 16px;
		font-family: verdana;
		font-weight: bold;
		color: #000000;
	}
	#left h3 {
		font-size: 12px;
	}
	#left .news p {
		font-size: 11px;
	}
	
	#left ul {
		margin: 0 0 0 20px;
		padding: 0 15px;
		color: #000000;
	}
	#left ul li {
		margin: 0 0 8px 0;
	}
	#left a {
		color: #000000;
		text-decoration: none;
	}
	#left a:hover {
		color: #FE7400;
	}
	#left div.news {
		margin: 0 20px;
		padding: 0;
	}
	#left div.news a {
		text-decoration: none;
	}
	#left a span.more {
		color: #FE7400;
	}

#text {
	margin: 0 0 0 190px;
	padding: 15px 25px 15px 25px;
	min-height: 127px; /* height as padding for bottom left image*/
	height: auto !important;
	height: 127px;
	text-align: left;
	background: #FFFFFF url(gfx/content.jpg) top repeat-x;
	border-left: 2px solid #FFFFFF;
}

	#text p {
		margin: 0 0 15px 0;
		padding: 0;
	}

div#footer {
	margin: 0;
	padding: 0;
	height: 30px;
	overflow:visible !important;
	overflow:hidden;
	background: #FFFFFF url(gfx/menu-bg.jpg) top repeat-x;
	border-top: 2px solid #FFFFFF;
	clear: both;
}
	#footer p {
		margin: 8px 15px 0 0;
		padding: 0;
		text-align: right;
	}
	#footer a:link, #footer a:visited {
		color: #002D6C;
		text-decoration: none;
	}
	#footer a:hover {
		color: #000000;
		text-decoration: none;
	}
	p#brochure {
		position:relative;
		top:-30px;
	}
	
	p#brochure img {
		vertical-align:middle;
	}

#subfooter {
	margin: 30px 0 15px 0;
	font-size: 10px;
	color: #4B4A45;
	text-align: center;
}
#subfooter a:link, #subfooter a:visited {
	color: #4B4A45;
	text-decoration: none;
}
#subfooter a:hover {
	color: #000000;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #DF520D;
}
a:hover {
	text-decoration: underline;
	color: #002D6C;
}

a img {
	border-color: #DF520D;
}
a:hover img {
	border-color: #002D6C;
}

a.brochure {
	text-decoration: none;
}
p {
	margin: 0 0 14px 0;
	padding: 0;
}
h1 {
	margin: 0 0 12px 0;
	padding: 12px 0 0 0;
	font-size: 22px;
	font-family: verdana;
	font-weight: bold;
	color: #FE7400;
}

h1 a {
	font-size: 22px;
	font-family: verdana;
	color: #FE7400;
	text-decoration:none;
}
h1 a:hover {
	color: #0D438B;
	text-decoration:none;
}
h2, h2 a, h2 a:link, h2 a:visited {
	margin: 6px 0;
	padding: 0;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: verdana;
	color: #002D6C;
}
h2 a:hover {
	text-decoration: none;
	color: #FF3300;
}
h3 {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
hr {
	border: 0;
	height: 2px;
	color: #FE7400;
	background-color: #FE7400;
}
form {
	margin: 0;
	padding: 0;
}
table, td, input, textarea {
	font-family: verdana;
	font-size: 13px;
}

table.course, table.course tr, table.course th, table.course td {
	border: 1px solid #CCCCCC;
}
tr.odd {
	background: #FFFFFF;
}
tr.even {
	background: #E0E0E0;
}

blockquote {
	margin: 15px;
	padding: 15px 5px 0px 55px;
	background: #EFEFEF url(gfx/quote.png) top left no-repeat;
	border: 1px solid #E0E0E0;
	border-left: 4px solid #FE7400;
	font-style: italic;
	color: #000000;
}
	blockquote p {
		margin:0;
		padding:0;
	}

div.page_nav {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

div.news_article {
	margin: 20px 0 40px 0;
}
p.news_info {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 12px;
	color: #142566;
}

dl.course {
	margin: 2em 0;
	padding: 0;
}

.course dt {
	position: relative;
	z-index: 1;
	left: 0;
	top: 1.1em;
	width: 150px;
	font-weight: bold;
}

.course dd {
	margin: 0 0 0 155px;
	padding: 0 0 .5em .5em;
}