* {
	margin: 0;
	padding: 0;
}

/* The body formatting */

body {
	background: #231F20 url(../images/public/background.jpg) no-repeat fixed left bottom;
	font: 73.5%/100% "Lucida Sans Unicode", "Lucida Console", Verdana, sans-serif;
	color: #FFFFFF;
}
blockquote {
	display: block;
	padding: 2em 4em;
	background: #231F20 url(../images/public/blockquote.gif) no-repeat 0.8em center;
}
blockquote p {
	font-size: 1em;
	margin-top: 0em;
	line-height: 1.5em;
}

/*a img {
	border: 2px solid #FFFFFF;
}
a:hover img {
	border: 2px solid #EC008D;
}
a:visited img {
	border: 2px solid #3C3839;
}*/

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font: "Lucida Sans Unicode", "Lucida Console", Verdana, sans-serif;
}
h1 {
	color: #FFFFFF;
	font-size: 2.4em;
	line-height: 3em;
}
h2 {
	font-size: 1.8em;
	line-height: 2em;
	color: #ED008E;
}
h3 {
	margin-top: 15px;
	color: #ED008E;
}
span {
	color: #FFFFFF;
}

/* Paragraphs and text formatting */

p {
	line-height: 2.3em;
	font-size: 1.1em;
	margin-top: 0.7em;
}

/* Lists */

.wrapper ul li {
	color: #FFFFFF;
	list-style: square;
	line-height: 1.9em;
}
.wrapper ul {
	text-align: left;
	display: block;
	margin: 1em 0 1em 1.4em;
}

.wrapper ul li span, .wrapper ul li b, .wrapper ul li strong {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
}


/* The layout */

html > .navbar {
	background: #971857;
}
.navbar {
	background: #A01F62 url(../images/public/logo.png) no-repeat 97% center;
	width: 90%;
	margin: 0 0 2em;
	padding: 0 5%;
	line-height: 5em;
	height: 5em;
	color: #FFFFFF;
}
.navbar ul li {
	display: inline;
}
.navbar ul li a, .navbar ul li a:visited {
	background: #971857;
	color: #FFFFFF;
	padding: 1em 3em;
	display: block;
	float: left;
	height: 3em;
	text-decoration: none;
}
.navbar ul li a:hover {
	background: #ED008C;
	color: #FFFFFF;
}
.wrapper {
	float: left;
	margin: 0 0 0 0;
	clear: both;
	padding: 1.4em;
	font-size: 1.1em;
}
.footer {
	margin-top: 5em;
	line-height: 2.4em;
	background: #971857;
	padding: 0.35em 1em;
}
.footer a {
	padding: 0.8em 0.3em;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	background: #ED008C;
	color: #FFFFFF;
}
.wrapper .options {
	background: #231F20 url(../images/public/options.gif) no-repeat 0.6em center;
	height: 4.2em;
	line-height: 4.2em;
	border: 1px solid #971F5F;
	padding-left: 4em;
	margin: 1em 0;
}

span.course-state {
	font-style: italic;
	margin-left: 30px;
	color: #FFFFFF;
}

p.course-link {
	margin-left: 65px;
	margin-bottom: 10px;
}

p.course {
	margin-left: 70px;
	font-style: italic;
	color: #ED008E;
}

/* Links */

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #EC008D;
	text-decoration: underline;
}
/*a:active {
	color: #EC008D;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}*/

a.course-link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.course-link:hover {
	color: #EC008D;
	text-decoration: underline;
}

span.course-sign-up {
	margin-left: 360px;
	font-style: italic;
	font-size: 1.1em;
}

div.sign-up-course {
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: -60px;
}

form {
	text-align: right;
}

div#message {
	text-align: right;
	line-height: 18px;
}