/* LAYOUT DEFINITION */
body {
	background: #F4F3E4 url("/images/bg.png") repeat-y 50% 0;
	margin: 0;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	font: 10pt/140% verdana, sans-serif;
}

#banner {
	background: url("/images/logo.png") no-repeat;
	height: 100px;
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 430px;
	margin: 0px;
	padding-left: 25px;
}

#content h1 {
	padding-top: 15px;
	font-size: 12pt;
	font-variant: small-caps;
}

#content h2 {
	font-size: 12px;
}

#content th {
	text-align: left;
}

#footer {
	margin: auto;
	clear: both;
	padding: 5px;
	color: #666;
	text-align: center;
}

/* Sidebar */
#sidebar {
	margin-right: 25px;
	padding: 0;
	width: 250px;
	float: right;
	line-height: 150%;
}

#sidebar h2 {
	text-align: center;
	font-size: 120%;
}

#categories a {
	color: #000;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories ul li {
	margin: 0;
	padding: 5px 0 5px 20px;
	border-top: 2px solid #FFF1E6;
}

#categories {
	padding-top: 3px;
	margin: 0;
	background: #FFE2CE url("/images/box-top.gif") top no-repeat;
}

#catbot {
	background: #FFE2CE url("/images/box-bot.gif") bottom no-repeat;
	height: 5px;
}

#genlinks {
	padding-top: 3px;
	margin: 20px 0 30px 0;
	text-align: center;
	background: #AAD2B7 url("/images/box-top.gif") top no-repeat;
}

#genbot {
	background: #AAD2B7 url("/images/box-bot.gif") bottom no-repeat;
	height: 5px;
}

#register {
	padding-top: 3px;
	margin-bottom: 30px;
	text-align: center;
	background: #BCD2E9 url("/images/box-top.gif") top no-repeat;
}

#regbot {
	background: #BCD2E9 url("/images/box-bot.gif") bottom no-repeat;
	height: 5px;
}

/* STYLE DEFINITION */
#pagetitle {
	text-align: center;
	font-size: 14pt;
	border-bottom: 2px black solid;
	padding: 5px 0;
	margin-bottom: 10px;
}

.coursename {
	font-size: 12pt;
	font-weight: bold;
}

.courseblock {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

.register {
	text-align: center;
}

.striped {
	background-color: #b1c9de;
}

dt {
	font-weight: normal;
	margin-top: 10px;
	font-style: italic;
}

#sidebar a:link {
	color: #000;
	font-size: 14px;
}

#sidebar a:active, #sidebar a:hover, #sidebar a:visited {
	color: #555;
	font-size: 14px;
}

.error {
	color: red
}

img {
	border: none;
}

li {
	margin: 5px;
	padding: 0px;
}

#newslist {
	padding-left: 0;
	margin-left: 20px;
}

#tableborder td {
	padding: 10px;
	border: 1px black solid;
}

.proceed {
	background: #d2ffa5;
	padding: 5px;
}
th {
	font-style: italic;
}

