a {
	color: #74a939
	}

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

a:hover {
	color: #39a0d9;
	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(../images/bg2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	height: 100%;
	width: auto;
	left: auto;
	right: auto;
	      }


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

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

h3 {
	color: #fff;
	font-size: large;
	font-weight: bold;
	background-color: #74a939;
	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: #39a0d9;
	margin: 0 10px 0 0;
	padding: 0
	}

#bodyText {
	font-size: small;
	line-height: 120%;
	padding: 10px 0;
	height: 300px;
	overflow: auto;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000
	}
#largeText {
	color: #74a939;
	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: #39a0d9;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 30px 0 0;
	padding: 0 15px
	}

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

#rightcollumn {
	height: auto;
	font-size: 10pt;
	background-color: #cecece;
	background-repeat: no-repeat;
	background-position: center 20px;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 190px;
	height: 100%;
	padding-right: 0;
	padding-left: 5px;
	overflow: hidden;
}

#rightcollumn a {
	font-size: 10pt;
	color: #74a939;
	margin: 5px 0 0;
	padding: 0
	}
	
#rightcollumn a:hover {
	color: #39a0d9;
	}

#rightcollumn img{
	display:block;
	background-color:#fff;
	margin-left: 10px;
	}
#Main {
	height: inherit;
	left: 263px;
	top: 60px;
	position: absolute;
	right: 195px;
	bottom: 0;
	width: inherit;
	visibility: visible;
	margin: 0px;
	padding: 0;
}
#Main a:hover { background-color: white; }
#Lauftext { color: #74a939; height: 33px; width: 400px; right: 195px; left: 400px; position: absolute; top: 0px; visibility: visible; }

