@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 70%;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 15px 0 10px 0;
	color: #E60062;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url(/images/arrow.gif) top left no-repeat;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 20px 0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 20px 0;
	color: #E60062;
}

strong {
	color: #E60062;
}

p {
	margin: 12px 0;
}

img {
	border: 0;
	vertical-align: middle;
	margin: 0;
}

em {
	text-decoration: underline;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

blockquote {
	font-style: italic;
}

th {
	text-align: left;
}

select {
	font-size: 1em;
}

input {
	font-size: 1em;
}

hr {
	margin: 0;
	padding: 0;
}

.rtnMsg {
	background: #F0D4E1;
	font-weight: bold;
	padding: 5px 10px;
}

.rtnMsg li {
	color: #CC0000;
}

#container {
	width: 973px;
	border-right: 2px solid black;
	margin: auto;
	background: url(/images/leftMenuBg.jpg) top left repeat-y;
}

#header {
	background: #000000 url(/images/logo.jpg) top left no-repeat;
	height: 63px;
	margin: 0;
	padding: 0 0 0 368px;
}

#menu {
	background: url(/images/menuBg.jpg) top left no-repeat;
	height: 21px;
	padding: 4px 0 0 6px;
	font-weight: bold;
}

#leftMenu {
	float: left;
	width: 200px;
	/* background: url(/images/leftMenuBg.jpg) top left repeat-y; */
	padding: 0;
}

.pointBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}

.pointPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #E60062;
	font-weight: bold;
}

#footer {
	clear: both;
	background: url(/images/pageBg.jpg) top left repeat-y;
	border-top: 2px solid black;
	height: 25px;
	padding: 5px 0 5px 290px;
	overflow: visible;
}

.pageGraphic {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: blue;
}

.pink {
	color: #E60062;
}

/* Page specific styles */

/* Home Page */
#bulletBox {
	float: left;
	width: 240px;
	padding: 0;
}
#bulletBox ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#content {
	margin-left: 215px;
	text-align: left;
}

#content a {
	color: blue;
}

#content a:hover {
	color: blue;
	text-decoration: underline;
}

#schools {
	width: 210px;
	height: 356px;
	padding: 5px 49px 0 0;
	margin: 0;
	background: url(/images/schools.jpg) top left no-repeat;
}
#schools h1 {
	color: #444488;
	text-align: right;
	margin: 0;
	padding: 0;
}
#schools h2 {
	color: #444488;
	text-align: right;
	font-style: italic;
	font-size: 1.6em;
}