﻿* {
	padding:0;
	margin:0;
}

html, body {
	width:100%;
}

body {
	font-family:Verdana;
	font-size:10pt;
	color:black;
	background-color:#6b6565;
}


a {	
	text-decoration:none; 
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

ul {
	margin-left:20px;
	margin-bottom:10px;
}

li {
	padding:2px 0;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.justify {
	text-align:justify;
}

.fifty {
	width:380px;
	margin:0 20px 20px 0;
}

img.left {
	margin:0 15px 15px 0;
}

h1 {
	margin:25px 0;
	font-size:12pt;
}

h2 {
	font-size:10pt;
	margin:10px 0;
}

h3 {
	font-size:9pt;
	margin:10px 0;
}

h4 {
	font-size:9pt;
	margin:5px 0;
	font-style:italic;
}

p {
	margin-bottom:8px;
}

div#wrapper {
	background:white url('../inc/page_bg.gif') repeat-y;
	width:900px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

div#header {
	background:url('../inc/header_bg.jpg') no-repeat;
	height:322px;
}

div#title {
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	font-size:21pt;
	padding-left:54px;
	padding-top:4px;
	text-transform:uppercase;
	width:380px;
}

div#title span.smaller {
	font-size:8pt;
	text-transform:none;
	display:block;
	clear:both;
}

div#intro {
	position:absolute;
	top:90px;
	left:80px;
	width:500px;
	height:155px;
	overflow:hidden;
	font-size:8pt;
}

div#intro a.more {
	text-align:right;
	text-transform:uppercase;
	color:#ffa200;
	display:block;
	float:right;
}

div#nav {
	position:absolute;
	top:284px;
	left:64px;
	width:800px;
	height:38px;
}

div#nav a {
	display:block;
	float:left;
	width:132px;
	height:25px;
	padding-top:13px;
	text-align:center;
	color:white;
	background:url('../inc/tab.gif') no-repeat center;
	font-size:8pt;
}

div#content {
	padding-left:54px;
	width:791px;
}

div#courses {
	clear:both;
	padding:10px 0 0 55px;
	clear:both;
}

div#courses a {
	display:block;
	float:left;
	width:153px;
	height:53px;
	margin-right:5px;
	color:#28507e;
	text-align:center;
	vertical-align:bottom;
	padding-top:100px;
	font-size:8pt;
}

a#course1 { background-image:url('../images/course1.jpg'); }
a#course2 { background-image:url('../images/course2.jpg'); }
a#course3 { background-image:url('../images/course3.jpg'); }
a#course4 { background-image:url('../images/course4.jpg'); }
a#course5 { background-image:url('../images/course5.jpg'); }

div#footer {
	clear:both;
	padding:14px 65px 14px 55px;
	background-color:#e2eaf5;
	color:gray;
	font-size:9pt;
	height:20px;
	margin-top:10px;
}

div#footer a {
	color:orange;
}


.indent {
	margin-left:50px;
}

