body {
	background:url(images/bg.jpg) repeat-x top center #1B54A2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:68.5%; 
	color:#000000;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.2em;
	}

a {
	text-decoration:none;
	color:#1d5096;
	}
a:hover {
	text-decoration:none;
	color:#fea101;
	}


#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.30em;

	}
#header {
	height:155px;
	background:url(images/header.gif) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bar.jpg) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	background:url(images/clairvoyant.jpg) no-repeat;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/footer.jpg) no-repeat;
	}


.main {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.title {
	font-size:1.90em;
	color:#1d5096;
	font-weight:bold;
	font-style:italic;
	letter-spacing:1px;
	}
.sub {
	font-size:1.3em;
	color:#2D5FB3;
	font-weight:bold;
	font-style:italic;
        cursor:default;
	letter-spacing:1px;
	}
	
.sched {
	padding:5px 5px;
	text-align:left;
	font-size:0.90em;
	line-height:1.4em;
	}	



#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/hover.gif) no-repeat center center;
	}


#sidebar ul {
	list-style-type:none;
	margin-top:6px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:18px;
	color:#333333;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#DEDDDE;
	color:#2D4C7C;
	}
#sbb {
	height:20px;
	background:url(images/bottom.gif) no-repeat top center;
	}


#small {
	float:left;
	padding-top:75px;
	padding-left:15px;
	font-size:0.8em;
	cursor:default;
	color:#333333;
	}
#small a {
	color:#333333;
	text-decoration:none;
	}
#small a:hover {
	color:#fea101;
	text-decoration:underline;
	}


h1 {
	font-size:2.1em;
	font-weight:normal;
	cursor:default;
	position:relative; top:97px; left:17px;
	letter-spacing:1px;
	color:#dddddd;
	font-style:italic;
	}



