html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


h1,h2,h3,h4,h5,h6, p, img {
	padding: 0;
	margin: 0;
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
}

.to-right {
	float: right;	
}
.to-left {
	float: left;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;	
}
.justify {
	text-align: justify;
}

.wide20 {
	width: 20%;
}

.wide30 {
	width: 30%;
}

.wide40 {
	width: 40%;
}

.wide50 {
	width: 50%;
}

.wide60 {
	width: 60%;
}

.wide70 {
	width: 70%;
}

.wide80 {
	width: 80%;
}

.wide100 {
	width: 100%;
}

#wraper {
	background-color: #778899;
}

#header {
	background-color: #4195fd;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #fff;
	padding: 7px;
	border-bottom: 2px solid #111;

}

#header h1 {
	margin-left: 100px;
	font-size: 17pt;
	font-family: "Times New Roman", Times, serif;
}
#header h2 {
	margin-left: 100px;
	font-size: 11pt;	
}
img#toplogo {
	float: left;
}

.topinfo {
	font-size: 10pt;
	margin-left: 50%;
	padding: 5px;
	color: #ff0;
	font-weight: bold;
}
.topinfo a {
	color: #ff0;
}

#topmenu {
	list-style: none;
	margin: 0; padding: 0;
	text-align: right;
	display: block;			
	width: 99%;
}
#topmenu li {
	display: inline;
	font-weight: bold;
}
#topmenu li a {
	color: #311;
	text-decoration: none;
	padding: 5px;
}
#topmenu li a:hover {
	color: #f66;
	text-decoration: underline;
}

#main {
	float: left;
	width: 80%;
	margin-left: 10%;
	background-color: #cfcfcf;
}

#content {
	background-color: #f5f5f5;
	border: 1px solid #111;
	border-top: none;
	margin-right: 240px; 
	padding: 10px;
}
#content b {
	font-weight: normal;
}

#begincourse {
	color: #ff4500;
	font-size: 32px;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
	font-weight: bold;
}

#sidebar {
	color: #eec;	
	width: 240px;
	float: right;
}
	
.sidebox {
	border: 1px solid #eee;
	padding: 5px;
	margin: 2px;
}
.sidebox h4{
 	color: #696969;
 	font-family: Arial, Helvetica, sans-serif;
} 


#menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a{
	color: #000;
	background-color: #cfcfcf;
	display: block;
	padding: 5px;
	margin: 1px;
	border: 2px outset #ddd;
	text-decoration: none;
}
#menu li a:hover {
	border: 2px inset #ccc;
	background-color: #eee;
	padding-top: 7px;
	padding-bottom: 3px;
}


#news {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #111;
}
#sidebox #news li {
	padding: 3px;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.rssdate {
	font-weight: bold;
	border-bottom: 1px dotted #111;
	text-align: right;
	display: block;
}

#program {
	list-style: decimal;
}
#program li {
	line-height: 16pt;
}

#program li ul {
	list-style: none;
}
	

.info {
	background-color: #fdf5e6;
	border: 1px solid #b22222;
	margin: 5px 20px 20px 5px;
	padding: 20px;
	
}
.info h1{
	color: #f11;	
	font-size: 18pt;
}

#footer {
	padding: 10px;
	height:100%;	
}
	
#footer, #footer a {
	clear: both;
	background-color: #000;
	color: #ff8c00;

}
#footer h2 {
	font-size: 12pt;
}

#reg-form {
	margin: 10px;
	padding: 10px;
	width: 90%;
	font-size: 120%;
}

#reg-form legend {
	font-weight: bold;
	padding: 5px;
}

#reg-form label {
	width: 220px;	
	display: block;
	float:left;
}

#reg-form input.t-input{
	width: 300px;	
	margin: 2px;
	color: #4169e1;
}
#reg-form textarea  {
	vertical-align: top;
	width: 370px;	
	height: 140px;
	overflow: auto;	
	padding: 4px;
	margin: 2px;
	color: #4169e1;	
}

input[type=submit] {
	width: 100%;
	font-size: 24px;
}