/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #000;
	text-align: center;
	background-image: url(../images/bckgnd-rep.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	background-position: center;
	}
p {
	margin: 0px 0px 10px 0px;
	}
h1 {
	font-size: 30px;
	line-height: 110%;
	color: #333;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	}
h2 {
	font-size: 15px;
	line-height: 140%;
	margin: 0px 0px 10px 0px;
	color: #10488B;
	}
h3 {
	font-size: 14px;
	color: #E52324;
	margin: 0px 0px 10px 0px;
	}
h4 {
	font-size: 14px;
	color: #10488B;
	margin: 0px 0px 10px 0px;
	}
h5 {
	font-size: 15px;
	line-height: 140%;
	margin: 0px 0px 0px 0px;
	color: #10488B;
	}
h6 {
	font-size: 14px;
	color: #E52324;
	margin: 0px 0px 0px 0px;
	}
ul {
	margin-top: 5px;
	margin-bottom: 15px;
	}
li {
	}
.courseHeader {
	margin: 10px 2px 10px 2px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	line-height: 120%;
	text-align: center;
	}
.redText {
	color: #E52324;
	font-weight: bold;
	}
#container {
	width: 960px;
	padding: 0px;
	margin: auto;
	position: relative;
	text-align: left;
	overflow: hidden;
	background-color: #FFF;
	padding: 0px 1px 0px 1px;
	background-image: url(../images/maintext-rep.jpg);
	background-repeat: repeat-y;
	background-position: 193px;
	}
#logoHeader {
	width: 960px;
	height: 107px;
	}
#quotes {
	width: 350px;
	height: 277px;
	background-image: url(../images/quote-rep.jpg);
	background-repeat: repeat-y;
	background-color: #CCDAE8;
	float: left;
	}
#carousel {
	width: 610px;
	height: 277px;
	background-color: #CCDAE8;
	float: right;
	}
#navigation {
	width: 960px;
	height: 30px;
	background-image: url(../images/nav-rep.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	float: left;
	margin: 1px 0px 1px 0px;
	padding-top: 10px;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	}
#navigation a {
	color: #FFF;
	text-decoration: none;
	}
#navigation a:hover {
	color: #FF0;
	text-decoration: none;
	}
#subMenu {
	width: 192px;
	float: left;
	padding: 0px;
	background-color: #FFF;
	}
#courses {
	width: 171px;
	float: left;
	margin: 0px 6px 1px 6px;
	padding: 3px 3px 3px 6px;
	background-color: #00468A;
	font-size: 13px;
	color: #FFF;
	line-height: 120%;
	display:inline;
	}
#courses a {
	color: #FFF;
	text-decoration: none;
	}
#courses a:hover {
	color: #FF0;
	text-decoration: none;
	}
#mainText {
	width: 728px;
	min-height: 250px;
	float: left;
	padding: 20px;
	overflow: auto;
	background-image: url(../images/bckgnd_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
#address {
	float: left;
	}
#form {
	float: right;
	}
#footer {
	width: 960px;
	font-size: 12px;
	color: #333;
	text-align: center;
	float: left;
	padding-top: 10px;
	margin-top: 1px;
	background-color: #FFF;
	background-image: url(../images/footer-rep.jpg);
	background-repeat: repeat-x;
	line-height: 140%;
	}
#footer a {
	color: #333;
	}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
