body {
	background-color:#990066;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}

.clearFloat {
	line-height:0px;
	clear:both;
	height:0px;
}

#baseline {
	border:none;
	text-align:left;
	text-align:center;
	border:thin solid #990066;
	background-color:#990066;
	color:#FFFF00;
	width:1257px;
}

#baseline p {
	margin-left:10px;
	margin-right:10px;
}

#header {
	border:thin solid #990066;
	background-color:#FFFF33;
	height:150px;
   	background-image:url(../Images/header.jpg);
	background-repeat:no repeat;
	background-position:top left;
	background-repeat:no-repeat;
	width:1257px;
}

#navigation {
	border-left:thin solid #990066;
	border-right:thin solid #990066;
	height:35px;
	background-image:url(../Images/navigation_button.jpg);
	background-repeat:repeat-x;
	width:1257px;
	
}

#navigation ul {
	width:1210px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	background-image:url(../Images/navigation_button.jpg);
	background-repeat:repeat-x;
}

#navigation ul li #currentPage {
	width:202px;
	text-align:center;
	font-familie:Verdana, Geneva, sans-serif;
	color:#FFFF00;
	font-size:28px;
    font-weight:bold;
}

#navigation ul li a {
	float: left;
	width:100px;
	color:#FFFF00;
	line-height:33px;
	text-decoration:none;
	text-align:center;
}

#mainFrame {
	background-color:#990066;
	border:thin solid #990066;
	text-align:left;
	border-top:none;
	border-bottom:none;
	width:1257px;
}

#mainTopics {
	width:200px;
	border:thin solid #990066;
	background-color:#990066;
	float:left;
	color:#FFFFFF;
}

#mainTopics h4 {
	background-image:url(../Images/navigation_title.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFF00;
	width:190px;
	height:25px;
	text-align:center;
	margin:2px;
	line-height:23px;
	border:thin solid #660033;
}

#mainTopics h4 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFF00;
	text-decoration:none;
}
#mainTopics p {
	margin:3px;
}

#mainTopics p a img {
	border:none;
}

#mainTopics #topicsCourses {
	height:75px;	/* original 50 px	*/
}

#mainContent {
	 border:none;
	 float:right;
	 padding:5px;
	 background-color:#FFFFFF;
}

#mainContent #homePage p {
	text-align:right;
	text-decoration:underline;
}

#pageContent {
	width:1000px;
	padding:10px;
	text-align:justify;
}

#footer {
	margin:auto;
	border:thin solid #990066;
	background-color:#000000;
	color:#CCCCCC;
	line-height:35px;
	font-size:12px;
	letter-spacing:1px;
	width:1257px;
}

#webmaster {
	line-height:125px;	/* original 150 px	*/
	text-align:center;
	letter-spacing:1px;
}

#webmaster a {
	color:#FFFFFF;
	text-decoration:none;
}

