body {
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #f9f8f3;
}

a {
color : blue;
}

a:hover {
color: #0099FF;
}

h1 {
margin-bottom: 0px;
}

h2 {
font-size: 16px;
margin-top: 10px;
}

h3 {
font-size: 16px;
margin-top: 30px;
}

img {
border: 0;
}

#hide {
position:absolute;
left:-5000px;
}

#top {
background-image:url("../images/top_bg.gif");
height: 25px;
border-bottom: 2px solid white;
}

	#url {
	float: left;
	margin-left: 50px;
	padding-top: 4px;
	}
	
	#url a, #quicklinks a {
	text-decoration: none;
	}
	
	#quicklinks {
	float: right;
	margin-right: 50px;
	padding-top: 3px;
	}

#title {
background-image:url("../images/title_bg.gif");
height: 114px;
padding: 25px 0px 0px 50px;
}

#menu {
float:left;
width:100%;
background:#f6f3e8 url("../images/menu_bg.gif") repeat-x bottom;
line-height:normal;
}

  #menu ul {
    margin:0;
    padding:0;
	padding:10px 10px 0;
    list-style:none;
    }
	
  #menu li {
    float:left;
    background:url("../images/tab_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
	
	#menu a {
	display:block;
    background:url("../images/tab_right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	}
	
    #menu a:hover {
    color:#333;
    }

	#menu #current {
	background-image:url("../images/tab_left_on.gif");
	}
	
	#menu #current a {
	background-image:url("../images/tab_right_on.gif");
	color:#333;
	padding-bottom:5px;
	}
	
#content {
padding: 50px;
}

.courses {
padding-bottom: 10px;
border-bottom: 1px dashed #777777;
margin-top: 25px;
}

#conditions {
border: 1px dashed #666666;
background-color: #f5f1e3;
}

.condition {
padding: 20px 20px 20px 20px;
}

#whitespace {
height: 850px;
}

.icon {
clear: both;
float: left;
width: 25px;
padding-right: 10px;
}

.attribute {
float: left;
width: 95px;
padding-right: 10px;
text-align: right;
}

.details {
float: left;
margin-bottom: 15px;
}

#image {
width: 300px;
float: right;
padding: 20px;
}

	#caption {
		font-style: italic;
	}
	
#tracker {
margin-top: 200px;
padding-left: 50px;
}