﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma;
}
#container
{
	position: absolute;
	left: 50%;
	width: 837px;
	margin-left: -418px;
	text-align: left;
	background-image: url(images/container_background3.gif);
}
#contentHeader
{
	background-color: #FFF;
	height: 110px;
}
#contentHeader h1
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 8px;
	left: 5px;
	background-image: url(images/cw_school_logo2.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 88px;
}
#contentHeader h1 span
{
	visibility: hidden;
}
#contentHeader h1 a 
{
	width:100px;
	height:15px;
	float: right;
	top: 20px;
	color: #9d9fa2;
    text-decoration: underline;
	font-size: 12px;
}
#contentWrapper
{
}
#contentWrapper #content
{
	float: right;
	width: 580px;
	overflow: hidden;
}
#contentWrapper #content #titleBar
{
    background: #baac7d url(images/beige_bar.jpg) no-repeat;
	height: 46px;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
#contentWrapper #content #titleBar h1
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 46px;
	vertical-align: middle;
}
#contentWrapper #content #titleBar h1 a
{
	font-family: Arial;
	text-decoration: none;
	color: #fbf7ea;
}
#contentWrapper #content #imgSection
{
	width: 580px;
	height: 359px;
	background-image: url(images/homepage_banner.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
#contentWrapper #content #imgSection2
{
	width: 580px;
	height: 79px;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
#contentWrapper #content #subTitleBar
{
	background-color: #f4e2a4;
	height: 55px;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
#contentWrapper #content #subTitleBar h2
{
	margin: 0 0 0 10px;
	padding: 0;
	color: #4c83a1;
	font-size: 20px;
	vertical-align: middle;
	line-height: 55px;
}
#contentWrapper #content h3
{
	margin: 5px 0 5px 10px;
	padding: 0;
	color: #00a2dd;
	font-weight: bold;
	font-size: 14px;
}
#contentWrapper #content p
{
	color: #231f20;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
#contentWrapper #content .contentText
{
    margin: 0 10px 10px 10px;
    padding: 0;
    color: #231f20;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}
#contentWrapper #content a
{
    color: #231f20;
    text-decoration: underline;
}
#contentWrapper #content a:visited
{
    color: #000;
    text-decoration: underline;
}
#contentWrapper #content a:hover
{
    color: #f26522;
    text-decoration: none;
}
#contentWrapper #content a.more
{
	margin: 0 7px 0 0;
	padding: 0;
	color: #f26522;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
}
#contentWrapper #content .formTable
{
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #fbf7ea;
	width: 548px;
	border: solid 1px #f4e2a4;
}
#contentWrapper #content .formRow
{
	margin: 5px 0 5px 5px;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
#contentWrapper #content .formRow span
{
	display: -moz-inline-block;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	width: 150px;
	font-weight: bold;
}
#contentWrapper #content .formTextbox
{
	width: 225px;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	font-family: Arial;
}
#contentWrapper #content .formButton
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 2px;
	border: solid 1px #DDD;
	background: #555;
	color: #EEE;
}
#contentWrapper #sidebar
{
	float: left;
	width: 257px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#contentWrapper #sidebar .box
{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #FFF;
}
#contentWrapper #sidebar .box h1
{
	margin: 0;
	padding: 0 0 5px 10px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	height: 16px;
	text-transform: uppercase;
}
#contentWrapper #sidebar .box a
{
	margin: 0 7px 0 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}
#contentWrapper #sidebar .box select
{
	margin: 2px 7px 0 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	width: 210px;
	background-color: #EEE;
}
#contentWrapper #sidebar .box h1 span
{
	visibility: visible;
}
#contentFooter
{
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: center;
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	color: #9d9fa2;
	line-height: 18px;
	border-top: solid 2px #000;
}
#contentFooter a
{
	font-size: 12px;
	font-weight: bold;
	color: #9d9fa2;
	text-decoration: none;
}
#contentFooter .disclaimer
{
    font-size: 11px;
    font-weight: normal;
    color: #9d9fa2;
}

.spacer
{
	height: 5px;
}
.clear
{
	clear: both;
}
.alignRight
{
	text-align: right;
}
ul.displayImages
{
    width: 480px;
    list-style: none;
}
ul.displayImages li
{
    float: left;
    width: 150px;
    padding: 5px;
}
ul.displayImages li img
{
    border: solid 1px #000;
}

#grey
{
	background-image: url(images/grey_background.gif);
}
#blue
{
	background-image: url(images/red_background.gif);
}
#orange
{
	background-image: url(images/orange_background.gif);
}
#purple
{
	background-image: url(images/purple_background.gif);
}
#green
{
	background-image: url(images/green_background.gif);
}
#darkgrey
{
	background-image: url(images/darkgrey_background.gif);
}
#darkblue
{
	background-image: url(images/darkblue_background.gif);
}
