* {
	margin: 0;padding: 0;
}
body {
	padding:10px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	background: #f5f5f6 url(images/gradient.gif) repeat-x;
}
h1, h2, h3, h4{font-family: Arial, Helvetica, sans-serif;}
a:link, a:visited {
	color:#254b78;
}
a:hover {
	color:#2a99b4;
}
a img {
	border:none;
}
hr {
	margin: 5px 100px;
	padding-top:10px;
	border:none;
	border-bottom:1px solid #666;
}
#wrap {
	width: 790px;
	background:white;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #666;
}
#header {
	width:100%;
	height:110px;
}
#header .menu {
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
	background:url(images/bgOFF.gif) repeat-x bottom; border-top:4px solid #135e98;
}
#header .menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#header .menu ul li {
	float:left;
	position:relative;
	display:inline;
	background:url(images/bgDIVIDER.gif) no-repeat bottom right;
}
#header .menu ul .ceati {
		float:right;
		background:url(images/bgDIVIDER.gif) no-repeat bottom left
}
#header .menu ul li a, .menu ul li a:visited {	
	float:left;display:block;
	text-decoration:none;
	width:auto;
	color:#666;
	padding:0px 16px 0px 16px;
	line-height:40px;
	height:40px;
}
*.php #header .menu ul li a, #header .menu ul li a:visited {
	width:auto;
	w\idth:auto;
}
#header .menu ul li ul {display:none;}
#header .menu ul li ul li{background:none;}
#header .menu table {margin:0px;border-collapse:collapse;}
#header .menu ul li:hover a {color:#135e98;background: transparent url(images/bgON.gif) bottom left repeat-x;}
#header .menu ul li:hover ul {display:block;position:absolute;top:36px;margin-top:1px;left:0;width:100%;border-top:1px solid #fff;}
#header .menu ul li:hover ul li a {display:block;background:#e3e3e3;color:#333; font-weight:normal;height:auto;line-height:16px;padding:2px 20px 2px 20px;width:300px;border-top:1px solid #fff;}
#header .menu ul li:hover ul li a:hover {color:#fff;background: #135e98 url(images/sub-arrow.gif) no-repeat;background-position: 4px 8px;}
#header .banner {
	width:100%;
	height:75px;
	margin:auto;
	text-align:center;
}
#page {
	width:100%;
	margin-top:15px;
}
#page hr {
	
}
#page .title {
	margin-left:5px;
}
#page .title h1 {
	color:#27364f;
	font-size:18px;
}
#page .content {
	float:left;
	margin:10px;
	width:98%;
}
#page .content ul {
	margin-left:50px;
}
#page .content ul li {
	font-weight:bold;
}
#page .content ul li ul li {
	font-weight:normal;
}
#page .content div {
	padding:10px;
}
#page .content .highlights ul {
	margin-left:130px;
}
#page .content .highlights ul ul {
	margin-left:50px;
}
#page .content p {
	margin-top:6px;
	margin-bottom:3px;
}
#page .content h2 {
	color:#254b78;
	font-size:14px;
	margin-top:12px;
	margin-bottom:6px;
}
#page .content .instructor {
	background:#90cdff;
	border:1px solid black;
	text-align: justify;
}
#page .content .instructor h2 {
	color:#000;
	margin:0;
	margin-bottom:3px;
	margin-left:2px;
}
#footer{
	text-align:center;
	font-size:90%;
	color:#666;
	margin:10px 90px 10px 90px;
}
