@charset "UTF-8";

/* @group text */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	padding: .5em 0;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	color: #660033;
	padding: .5em 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	padding: .5em 0;
}

h3 {
	font-style: italic;
	font-size: 14px;
	padding: 0 0 .3em 10px;
	border-bottom: 1px solid #999;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 .3em 10px;
}


/* @end */

/* @group layout */

body {
	background: #0047B6;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
}

.clear {
	clear: both;
}

.floatr {
	float: right;
}

.floatl {
	float: left;
}

.marg {
	margin: 30px 10px 10px 10px;
}

.col {
	width: 200px;

}

#container {
	margin: 0 auto;
	padding: 0;
	width: 730px;
	z-index: 1;
	height: 100%;
}

#shadow_right {
	margin: 0;
	width: 730px;
	position: relative;
	padding: 0;
	background: url(img/shadow_right.png) repeat-y right;
}

#shadow_left {
	width: 714px;
	padding: 0;
	margin: 0;
	background: url(img/shadow_left.png) repeat-y left;
}

#main {
	margin:0 0 0 15px;
	width: 700px;
	background: #fff;
	border-left-color: #9a9a9a;
	height: 100%;
}

#header {
	margin: 0 0 50px 0;
}

#pad {
	padding: 0 40px 0 40px;
}

#nav {
	float: left;
	color: #660033;
	text-align: right;
	width: 170px;
	font: bold 14px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav li {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #0047B6;
}

#nav li a {
	color: #660033;
	font: bold 14px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
	color:#0047B6;
}

div#nav ul li a.active {
	color:#0047B6;
}

#nav ul li.noborder {
	border: none ;
}

ul.list li {
	font-size:12px;
	list-style: disc;
	list-style-position: outside;
}

.list {
	margin: 5px 10px;
	padding-left: .5em;
}

ol {
	font-size:12px;
}

ol li {
	list-style-type: decimal;
	padding: .7em 0;
	list-style-position: outside;
}

#fulltext {
	width: 100%;
	padding-top: 5px;
}

#text {
	width: 410px;
	margin-left: 200px;
	padding-top: 5px;
}

#footer {
	margin: 50px 0;
	text-align: center;
	border-top: 1px solid #0067b0;
	padding-bottom: 40px;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
	color: #000;
	margin: .2em 0 0 0;
	padding: 0;
	text-align: center;
}

#footer img {
	padding:10px 0 10px 0;
}


#summerclasses{
	width:167px;
	background-color:#0045B5;
	border-left: 2px solid #630031;
		border-right: 2px solid #630031;
		clear:both;
	color: white;	
	text-align: center;
}
#summerclasses .title{
	font-size:16px;
}
#summerclasses a{
	color:white;
	font-size:14px;
	text-decoration:none;
}
#summerclasses a:hover{
	color:#630031;
}

#summerclassestop, #summerclassesbottom{
		width:171px;
		height:6px;
		clear:both;
		background-repeat:no-repeat;

	}	
#summerclassestop{
		background-image: url(/summerclasses.gif);
		background-position:top;
	}
#summerclassesbottom{
		background-image: url(/summerclasses.gif);
		background-position:bottom;

	}

/* @end */
