@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.header {
	height: 90px;
	background-color: #993333;
	text-align: right;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/header.gif);
	line-height: 1.25em;
}
.header a{

	color: #FFFFFF;

}
.header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.header a:hover {
	text-decoration: underline;
}
#top-nav {
	float: left;
	width: 950px;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 85%;
}
#top-nav a{

	color: #FFFFFF;

}
#top-notice{
	color: #FF0000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px dashed #999999;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	background-color: #FFFFCC;
	margin-top: 0px;

}
.courses {
	float: left;
	width: 195px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-image: url(../images/line-green.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
}
.courses-images {
	float: left;
	width: 285px;
	margin-bottom: 10px;
}
.latest-news {
	float: left;
	width: 290px;
	margin-right: 10px;
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(../images/line-blue.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 400px;
}
.information {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	background-image: url(../images/line-orange.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	height: 400px;
}
.clear {
	clear:both
}
.left-box {
	float: left;
	width: 463px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-image: url(../images/line-light-blue.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 240px;
}
.right-box {
	float: left;
	width: 460px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-image: url(../images/line-brown.jpg);
	background-repeat: no-repeat;
	height: 240px;
}
.btm-left-box {
	float: left;
	width: 220px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/line-brown.jpg);
	background-repeat: no-repeat;
	height: 280px;
}
.btm-left-box2 {
	float: left;
	width: 220px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/line-green.jpg);
	background-repeat: no-repeat;
	height: 280px;
}
.btm-right-box {
	float: left;
	width: 220px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/line-purple.jpg);
	background-repeat: no-repeat;
	height: 280px;
}
.btm-right-box2 {
	float: left;
	width: 220px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/line-orange.jpg);
	background-repeat: no-repeat;
	height: 280px;
}
.footer {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
ol,ul {
	list-style:none;
}
a, a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.gap {
	margin-top: 10px;
	
}
.style1 {
	color: #990000
}
.style2 {color: #FFFFFF}
.style3 {color: #006600; }
.style4 {color: #003399; }
.style5 {color: #FF6600; }
.style6 {color: #0066FF}
.style8 {color: #996600; }
.style9 {color: #339900; }
.style10 {color: #990099; }
.style11 {color: #FF9900; }
.style12 {color: #FFFF00}

* html {}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
	margin-top: 10px;
}
table th {
	border-width: 1px;
	border-style: solid;
	background-color: #DBC500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}
table td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}

.icons{
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	text-align: right;
	float: right;
	width: 475px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

.employers{
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}

.ticker{
	width: 550px;
	float: left;
	height: 30px;


}

#homepagelinks{
	float: left;
	color: #FFFFFF;
	font-size: 10px;

}

#homepagelinks a{

	color: #FFFFFF;
	}
