
a {
	color: #9e1d22
	}

/* overrides the need for border="0" attribute in image tags (xhtml 1.1) */
a img {
	border: 0
	}

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

/*
body needs to be 100%,in ie windows so the right collumn can fill the height of the window.
HTML needs to be 100% so that in opera so that the background will be flush with the bottom,
otherwise it seems that the "body" only spans to about 80% of the window height.
*/
html {
	height:100%;
}

body  {
	color: #333;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(http://www.preceptschoolsva.org/images/inside_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 100%
	}


	
h1.title {
	color: #9e1d22;
	font-size: 50px;
	line-height: 100%;
	margin: 0;
	padding: 0
	}

h2 {
	font-size: 33px;
	font-weight: bold;
	line-height:70%;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #000
	}

h4 {
	font-size: 28px;
	font-weight: bold;
	line-height:130%;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #000
	}

h3 {
	color: #fff;
	font-size: large;
	font-weight: bold;
	background-color: #9e1d22;
	text-transform: uppercase;
	margin: 0;
	padding: 5px
	}

/*
html and body need be assigned heights of 100% for elements
to have a height the same as the browser height.
In this case the #rightcollumn element neeeds it to stretch.
*/
.titleSecondaryColor {
	color: #e8972a;
	margin: 0 10px 0 0;
	padding: 0
	}

#bodyText {
	font-size: 14px;
	line-height: 125%;
	padding: 10px 0;
	height: 330px;
	overflow: auto;
	border-top: 3px solid #000;
	border-bottom: 2px solid #000
	}

#content   {
	margin-top: 50px;
	margin-right: 220px;
	margin-left: 250px;
	padding: 0;
	height: 300px
	}



#largeText {
	color: #9e1d22;
	font-size: 20px;
	font-weight: normal;
	line-height: 102%;
	background-color: #eee;
	margin:2px 0 2px 0;
	padding: 5px 14px 5px 0;
	vertical-align: middle
	}

#largeText2 {
	color: #9e1d22;
	font-size: 24px;
	font-weight: normal;
	line-height: 95%;
	background-color: #eee;
	margin:2px 0 2px 0;
	padding: 5px 14px 5px 0;
	vertical-align: middle
	}

#menu a {
	color: #e8972a;
	font-size: 14.5px;
	font-weight: bold;
	line-height: 170%;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 30px 0 0;
	padding: 0 15px
	}

#menu a:hover {
	color: #fff;
	background-color: #5aa24e
	}

#menu2 a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
	margin: 0 30px 0 0;
	padding: 0 15px
	}

#menu2 a:hover {
	color: #e8972a;
	background-color: #5aa24e
	}

#rightcollumn {
	background-color: #5aa24e;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	height: 100%
	}

#rightcollumn a {
	margin: 5px 0 0;
	padding: 0
	}

#rightcollumn img{
	display:block;
	background-color:#fff;
	margin:5px 0 0 0;
	}
