
a {
	color: #b51032
	}

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

a:hover { color: #eee; background-color: #b51032; 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: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0;
	height: 100%
	}


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

h2 { color: #0e490e; font-size: 20px; font-weight: bold; text-decoration: none; margin: 0; border-bottom-color: #0e490e; }

h3 {
	color: #fff;
	font-size: large;
	font-weight: bold;
	background-color: #f00;
	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: #0e490e;
	margin: 0 10px 0 0;
	padding: 0
	}
.subSecondaryTitle { color: #0e490e; font-size: 16px; font-weight: bold; padding-top: 20px; }
#bodyText { font-size: 18px; font-weight: bold; line-height: 120%; padding: 10px 0; height: 180px; overflow: auto; border-top: 3px solid #000; border-bottom: 1px solid #000
	 }

#content   { font-size: 14px; margin-right: 230px; margin-left: 275px; height: 250px
	 ; padding-right: 0; padding-bottom: 0; padding-left: 0; }



#largeText {
	color: #f00;
	font-size: x-large;
	font-weight: normal;
	line-height: 90%;
	background-color: #eee;
	margin:2px 0;
	padding: 5px 20px 5px 0;
	vertical-align: middle
	}

#menu a { color: #b51032; font-size: 16px; font-weight: bold; line-height: 100%; background-color: #eee; text-decoration: none; text-transform: inherit; margin: 0 30px 0 0; padding: 0 15px
	 }

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

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

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

#rightcollumn img{
	display:block;
	margin:5px 0 0;
	}
.contact { font-size: 11px; font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif; }
.contactlink { font-size: 11px; font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif; }
