Body {
    	font-family : Arial, sans-serif;
    	color : #000000;
	background-color : #660099;
	margin-top : 10px;
	margin-left : 0px;
	margin-right : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}
p{
	padding-left:30px;
	padding-right:30px;
}
h1 {
	padding-left:30px;
	font-size:1.2em;
}
h2 {
	padding-left:30px;
	font-size:1.1em;
}
h4 {
	padding-left:30px;
}
h3 {
	padding-left:30px;
}
h5 {
	padding-left:30px;
}
.pad{
	margin-left:30px;
}
.header{
	font-size : 76%;
    	background : url(images/header.gif);	
    	height: 220px;
	width:750px;
}
.nav{

	padding-top:113px;
	color:white;
}
.navdot{
    background : url(images/dot.gif);	
	width: 10px;
	background-repeat : no-repeat;
}
.spaceout{
	Width: 260px;
}
.spaceout1{
	height:151px;
}
.spaceout2{
	height:30px;
	padding-right:10px;
	font-weight : bold;
	color: black;
}
.spaceout3{
	height:39px;
}
}
.nav A:link {

	color: black;
	text-decoration : none;
	font-style : italic;
	font-weight : bold;
}
.nav A:visited {

	color: black;
	text-decoration : none;
	font-style : italic;
	font-weight : bold;
}
.nav A:active {

	color: black;
	text-decoration : none;
	font-style : italic;
	font-weight : bold;
}
.nav A:hover {

	color: #66cc66;
	text-decoration : none;
	font-style : italic;
	font-weight : bold;
}
.content{
	font-size : 76%;
	width: 750px;
	background-color : white;
}
.offers{
	padding-left:30px;
	padding-right:30px;
	width:100%;
}
.footer{
    background : url(images/footer.gif);	
	background-repeat : no-repeat;
	height:45px;
	font-size:0.9em;
	background-position : bottom;
}
.form{
	background-color : #ffffff;
	margin-left: 30px;
	border : thin dotted;
	border-color : #660099;
}
.course{
	border : 1px solid;
	border-color : #660099;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.error{
	color: red;
	font-size: 1.3em;
	padding-top: 10px;
}
.inset{
	padding-left: 50px;
}
.price{
	color: #660099;
	font-size:1.2em;
	font-weight : bold;
	text-align:left;
}
/****Horizontal Menu****/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float:right;
font-style : italic;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
/* top, right, bottom, left*/
padding: 3px 2px 3px 2px;
text-decoration: none;
color:black;
font-weight : bold;
}
.nav4{
_width:40px; /*Width of top level menu link items for IE6*/	
padding-right:15px;
}
.nav4 li a{
width: 140px; /*width of sub menu levels*/
/* top, right, bottom, left*/
padding: 3px 2px 3px 15px;
color:black;
font-weight : bold;
background-color:white;
}
.nav2{
_width:40px; /*Width of top level menu link items for IE6*/	
}
.nav3{
_width:45px; /*Width of top level menu link items for IE6*/
}
.nav1{
_width:80px; /*Width of top level menu link items for IE6*/	
}
.nav5{
_width:60px; /*Width of top level menu link items for IE6*/
}
.nav6{
_width:35px; /*Width of top level menu link items for IE6*/	
}
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 5px;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
border: 1px solid red;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{

}
.horizontalcssmenu ul li a:hover{
color:	#66cc66;
}
.horizontalcssmenu ul li ul li a:hover{
color:	#66cc66;
}
.horizontalcssmenu .arrowdiv{
position: absolute;
right: -1px;
background: transparent url(images/menuarrow.gif) no-repeat center left;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float:right; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* Horizontal Menu End */
