@charset "utf-8";
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 955px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3BA0C3;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#mainpage {
	width: 955px;
}
#footer {
	clear: both;
	float: none;
}
.nav {
	width: 300px;
}
.nav a, .nav a:link, .nav a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	display: block;
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	}
.box_inner td {
	line-height: 100%;
	font-size: 11px;
	color: #333333;
}


.nav a:hover {
	color: #3BA0C3;
	text-decoration: none;
	background-image: url(images/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	}
.submenu a, .submenu a:link, .submenu a:visited {
	font-size: 16px;
	color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 50px;
}
.submenu a:hover {
	color: #3BA0C3;
	text-decoration: none;
	background-image: url(images/nav_bullet_submenu.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	}

.box {
	background-image: url(images/box_back.jpg);
	background-repeat: repeat-y;
	width: 325px;
	margin-left: 25px;
}

.box_inner {
	background-image: url(images/box_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
}
.box_inner h1 {
	color: #999999;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
}
.box_inner ul {
	color: #333333;
	list-style-image: url(images/tick.gif);
	margin-left: 40px;
	font-size: 14px;
}
.box_inner li {
	margin-bottom: 8px;
	font-style: italic;
}

.content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3BA0C3;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 25px;
}

#courselist {
	text-align: center;
	margin-bottom: 10px;
	}
#courselist a, #courselist a:link, #courselist a:visited {
	white-space: nowrap;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 24px;
}
#courselist a:hover {
	color:#666666;
	}
#footer {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3BA0C3;
	text-align: center;
	color: #999999;
	font-size: 11px;
	padding-top: 5px;
}
.submenu {
	margin-left: 20px;
}
.warning !important {
	color: #CC0000;
	font-weight: bold;
}
