/* CSS Document */
html, body {
	margin : 0;
	padding : 0;
}

html, body {
	height:100%;
}

body {
	color : #FFFFFF;
	background : #ffffff;
	/*width : 750px;
	max-width: 750px;*/
	margin : 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}

.text {
	color: #000000;
}

a:link {
	color : #FFFFFF;
	background : transparent;
	text-decoration : none;
}

a:visited {
	color : #EEEEEE;
	text-decoration : none;
}

a:hover {
	color : #000000;
	text-decoration : none;
}

a:active {
	color : #484500;
	text-decoration : none;
}

p a {
	color: #666666;
	text-decoration: none;
}

p:hover a { 
	color: #0000ff;
	text-decoration: underline;
}

#container {
	width : 764px;
	height:100%;
	margin : 0px auto;
	background-color : #FFFFFF;
	line-height : 100%;
}

#top {
	width: 764px;
	height: 143px;
	background-image:url(../assets/banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#bottom {
	width: 100%;
	height: 140px;
	background-image:url(../assets/footerAndBottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
}
.altB {font-size: 12px}

#left {
	background-color:#950c0f;
	background-image:url(left.gif);
	background-repeat:repeat-y;
/*	padding-left:25px;*/
/*	font-size:16px;*/
	line-height:160%;
	min-height:500px;
}

#content{
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	color:#000000;
}

.bodyText {
	font-size:12px;
	color:#000000;
}

.conLink a {
	color:#950c0f;
	font-size:16px;
	line-height:150%;
	text-decoration:underline;
}

.conTitle {
	color:#950c0f;
	font-size:16px;
	line-height:150%;
}

#contentTop{
	background-image:url(content_top.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:7px;
/*	width:612px;*/
	height:55px;
	font-size:18px;
	font-style:italic;
	color:#FFFFFF;
}

#right{
	background-image:url(right.gif);
	background-repeat:repeat-y;
	min-height: 500px;
}

#middle{
	width:100%;
}

.buttonscontainer {
	width: 130px;
}

.buttons a {
	color: #FFFFFF;
	background-color: ;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #5b0202;
	font: 16px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #5b0202;
	color: #FFFFFF;
	text-decoration: none;
}

.subLink a {
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
	line-height:100%;
}

.subLink ul {
	padding-left:10px;
}

.schoolLink a {
	color:#950c0f;
	text-decoration:underline;
}
