@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#999;
	text-align:center;
}

.header{
	height:200px;
}

.container{
	width:1000px;
	text-align:left;
	background-color:#FFF;
	margin:0 auto;
}

.contentWindow{
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	text-align:left;
	width:1000px;
}

.leftBar{
	float:left;
	width:180px;
	padding:10px;
	text-align:left;
}

.rightbar{
	float:right;
	width:180px;
	padding:10px;
	text-align:center;
}

.content{
	float:left;
	padding:10px 10px 20px 10px;
	width:580px;
	text-align:left;
}

.contentWhite{
	float:left;
	padding:5px 10px 5px 10px;
	width:558px;
	text-align:left;
	background-color:#FFF;
	border:1px solid #666;
}


.footer{
	background-color:#FFF;
	/* [disabled]position:relative; */
	clear:both;
	padding:10px;
	text-align:center;
}

.stormpurple{
	background-color:#FFF;
	text-align:center;
	padding-bottom:10px;
	font-size:10px;
	color:#666;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*Notice Board Styling*/

body.noticeBody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#99ACE5;
	text-align:center;
	padding:0;
	margin:0;
}

.noticeContainer{
	width:161px;
	height:350px;
	border:1px #666 solid;
	margin-left:8px;
}

.noticeBody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#99ACE5;
	text-align:center;
	color:#FFF;
	width:137px;
	padding:10px;
}

p.noticeBody {
	font-size:12px;
	color:#FFF;
	padding:0px;
}

h1.noticeBody {
	font-size:18px;
	color:#FFF;
	padding:0px;
}

.noticeBoard{
	padding-bottom:10px;
	text-align:left;
}

/* Font Styling */

ul, ol, dl { 
	padding: 0;
	margin: 0;
}


h1.mainText {
	font-size:18px;
	color:#666;
}

h1 {
	font-size:18px;
	color:#FFF;
}

h2 {
	font-size:14px;
	color:#FFF;
}

h3 {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

h4 {
	font-weight:bold;
	color:#666;
}

p.stormpurple {
	font-size:10px;
}

p {
	font-size:12px;
	color:#666;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#FFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

a.stormpurple:link{
	color:#F60;
	text-decoration:none;
}

a.stormpurple:visited{
	color:#F60;
	text-decoration:none;
}

a.contentWhiteLink:link{
	color:#666;
	text-decoration:underline;
}

a.contentWhiteLink:visited{
	color:#666;
	text-decoration:underline;
}

#logoTable{
	table-layout:fixed;
	text-align:center;
	margin:auto;
}

#logoTable td{
	color:#666;
	padding:5px;
	text-align:center;
}

thead th{
	color:#666;
	text-align:left;
	background-color:#ABC0FF;
	padding:5px;
}

tbody td{
	color:#666;
	padding:5px;
	text-align:left;
}

.courses{
	border-collapse:collapse;
	table-layout:fixed;
	border:1px solid #5C6789;
}

.leftImage {
	float:left;
	padding:10px 10px 10px 0;
}

.rightImage {
	float:right;
	padding:10px 0 10px 10px;
}

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

