
body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;

}

div {

	margin: 0px;
	padding: 0px;

}

h1 {

	font-size: 18px;
	color: #A0A525;
	font-weight: 100;
	margin-top: 0px;

}

h2 {

	color: #CF5B36;
	font-weight: 100;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	font-size: 16px;

}

.h2 {

	color: #CF5B36;
	font-weight: 100;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-top: 3px;
	font-size: 16px;

}

strong {

	color: #333333;

}

a {

	color: #A0A525;
	text-decoration: none;

}

a:hover {

	color: #CF5B36;
	text-decoration: underline;

}

img {

	border: none;

}



table {



	width: 500px;



}



th {



	padding: 3px;

	text-align: center;

	border-bottom: 1px solid #CCCCCC;

	color: #111111;

	font-weight: 100;

	font-size: 11px;


}



td {



	padding: 3px;

	text-align: center;

	border-bottom: 1px solid #CCCCCC;

	color: #666666;

	font-size: 11px;


}

div#container {

	width: 800px;
	margin: 0 auto 0 auto;
	background-image: url('/img/gui/contentbg.gif');
	background-repeat: repeat-y;
	padding: 0px;

}

div#leftcontent {

	float: left;
	width: 180px;
	padding-left: 40px;
	display: inline;

}

div#rightcontent {

	margin-left: 233px;
	width: 539px;

}

div#container > div#rightcontent {

	margin-left: 236px;

}

div#clear {

	clear: both;
	height: 1px;

}

div#maincontent {

	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;

}

div#coursestitle {

	padding-bottom: 8px;
	padding-top: 5px;

}

div#newstitle {

	padding-top: 5px;
	padding-bottom: 5px;

}

div#copyright {

	text-align: right;
	margin: 0 auto 0 auto;
	width: 775px;
	padding-right: 25px;

}

a.courselink {

	color: #36393E;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	width: 100%;
	display: block;

}

a.courselink:hover {

	color: #36393E;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E2E2E2;
	text-decoration: none;
	width: 100%;
	display: block;

}

.courseselect {

	background-color: #E2E2E2;
	font-weight: bold;

}

a.newslink {

	color: #CE5A35;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;

}

a.newslink:hover {

	color: #36393E;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;

}

div.newsdate {

	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;

}

div.newsdatepage {

	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 10px;

}

div#morenews {

	text-align: right;
	padding-top: 10px;

}

a.morelink {

	color: #36393E;
	text-decoration: none;

}

a.morelink:hover {

	color: #36393E;
	text-decoration: underline;

}

img.leftimg {

	float: left;
	padding-right: 30px;
	background-color: #FFFFFF;

}

img.rightimg {

	float: right;
	padding-left: 30px;
	background-color: #FFFFFF;

}

div.center {

	text-align: center;

}

a#texelate {

	color: #666666;
	text-decoration: none;

}

a#texelate:hover {

	color: #666666;
	text-decoration: underline;

}

nav.main {

	width: 730px;
	margin: 0 auto 0 auto;
	background: #aba944;
	background: linear-gradient(#aaa949 0%, #aaa949 49%, #a2a443 50%, #a2a443 100%);
	padding: 5px 10px;
	text-align: right;
	font-size: 13px;

}

nav.main a {

	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;

}

a.button {

	border-radius: 3px;
	font-size: 12px;
	display: inline-block;
	padding: 5px;
	background-color: #c06241;
	position: relative;
	top: -1px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);

}

footer {

	position: fixed;
	z-index: 500;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: #333333;
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;

}

footer a.button { font-size: 14px; }
