body {
	margin: 0px;
	background-color: #eeeeee
}

.container{
	margin:0 auto;
	/*height:600px;*/
	height:100%;
	width:100%;
	/*text-align: center;*/
	/*position:absolute;*/
	left:0px;
	top:0px
}

.site{
	margin:0px auto;
	width:808px;
	position:relative;
}

.headerRedGradient {
	background-image: url(../img/headerRedGradient.png);
	background-repeat: repeat-x;
	position:absolute;
	left:0px;
	top:0px;
	height:142px;
	width:54px;
	border:none
}

.logo{
	background-image:url(../img/logo.png);
	position: absolute;
	left:13px;
	top:68px;
	height:98px;
	width:299px;
	z-index:100}

.content{
	background:#FFF;
	position: absolute;
	left:55px;
	top:0px;
	width:500px;
	height:205px
}

.subMenu{
	position:absolute;
	width:220px;
	height:auto;
	left:554px;
	top:180px;
	padding:0px 0px 0px 20px
}

.menu{
	position:absolute;
	left:-7px;
	top:180px;
	width:487px;
	height:auto;
}

ul {
	list-style-type: none;
	margin: auto;
}

li {
	float: left;
}

ul a {
	padding: 0px 20px 0px 0px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #808080;
}

.noLink {
	padding: 0px 20px 0px 0px;
	display: block;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

ul a:hover {
	color: #000;
}

.containerContent{
	position:absolute;
	left:32px;
	top:205px;
	text-align:left;
	width:379px
}

/*Content Header*/
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 110%;
	color: #bb0000;
	font-weight:100;
	line-height:30px;
	margin-top:10px;
	/*letter-spacing:1px*/
}

h2{
	font-size:120%;
	font-weight:bold
}

/*Content Text*/
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #5a5a5a;
	font-weight:100;
	line-height:20px;
}

/*Content Sub Header*/
.contentSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #bb0000;
	font-weight:100;
	letter-spacing:3px
}

/*Address Text*/
.addressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #fff;
	line-height:23px;
}

.subMenuHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#e10900;
}

a.contentLink:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #5a5a5a;
	text-decoration:underline;
	font-weight:100;
	line-height:20px
}

a.contentLink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #000000;
	text-decoration:underline;
	font-weight:100;
	line-height:20px
}

a.contentLink:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #5a5a5a;
	text-decoration:underline;
	font-weight:100;
	line-height:20px
}

a.quicklinks:link{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height:25px;
	color: #808080;
}

a.quicklinks:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height:25px;
	color: #000000;
}

a.quicklinks:visited:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height:25px;
	color: #000000;
}

a.quicklinks:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height:25px;
	color: #808080;
}

.blueFooter{
	background-color:#003366;
	height:22px;
	width:554px;
	position:relative;
	z-index:102;
	top:22px;
	left:-86px
}

.address{
	background-image:url(../img/footerBlueGradient.png);
	background-repeat:repeat-x;
	height:174px;
	width:253px;
	position:absolute;
	top:-174px;
	left:554px;
	text-align:left;
	padding:42px 0px 0px 22px
}

.imgPen{
	background-image:url(../img/pen.png);
	background-repeat:no-repeat;
	position:absolute;
	left:-50px;
	top:-50px;
	width:138px;
	height:138px;
	z-index: 105;
}

.imgBlackboard{
	background-image:url(../img/blackboard.png);
	position:absolute;
	top:0;
	right:0px;
	width:280px;
	height:169px;
	z-index: 106;
}

/*img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}*/