
a { color: #4e88a3
	; text-decoration: none; }

/* overrides the need for border="0" attribute in image tags (xhtml 1.1) */
a img {
	border: 0
	}

a:hover { color: #fff; background-color: #4e88a3; 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: Georgia, Times, sans-serif;
	background-color: #de9a07;
	margin-top: : 50px;
	padding: 0;
	height: 100%
	}


	
h1.title {
	color: #FF6699;
	font-size: 30px;
	line-height: 100%;
	margin: 0;
	padding: 0
	}

h2 { color: #f69; font-size: 20px; line-height:60%; margin: 5px 0 0; padding: 0; }

h3 {
	color: #fff;
	font-size: 18px;
	background-color: #4e88a3;
	margin: 0 0 0 0;
	padding: 0px 5px 0px 5px
	}
	
h4 {
	color: #000;
	font-size: 12px;
	font-weight: lighter;
	line-height:140%;
	margin: 0;
	padding: 0;
	
	}

h5 {
color: #000;
	font-size: 13px;
	line-height:150%;
	margin: 0;
	padding: 0;
	
	}

h5 a {
	color: #fff;
	}

h6 {
	color: #333;
	margin:.25em 0 0;	padding:0 0 4px;	
	font-size: 13px;
	font-family: Georgia, Times, sans-serif;
	font-weight:normal;
	line-height: 1.7em;

}

h7 {
color: #000;
background-color: #fff;
	font-size: 13px;
	line-height:150%;
	margin: 0;
	padding: 0;
	
	}
	
/*
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: #FF6699;
	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
	}



#content  
{ background-color: #ffe5f1; margin-top: 20px; margin-left: 70px; 
padding-left: 10px; 
padding-right: 10px;
width: 624px
	
	 }
	 
	 #contenttwo  
	 { background-color: #ffe5f1; margin-top: 20px; margin-left: 70px; padding-left: 10px; 
padding-right: 10px; width: 482px
	
	 }
	 
	 #contentthree 
	 { background-color: #ffe5f1; margin-top: 20px; margin-left: 70px; padding-left: 10px; 
padding-right: 10px; width: 567px
	
	 }
	 
	  #contentfour 
	 { background-color: #ffe5f1; position: absolute; padding-left: 10px; padding-right: 10px; width: 680px
	
	 ; }

#largeText {
	color: #FF6699;
	font-size: 13px;
	font-weight: normal;
	line-height: 90%;
	background-color: #eee;
	margin:2px 0 2px 0;
	padding: 5px 20px 5px 0;
	vertical-align: middle
	}

#menu a {
	color: #ff6699;
	font-size: 12px;
	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: #FF6699
	}

#menu2 {

	position: absolute;
	top: 520px;
	left: 20px;
	}

#menu2 a {
	color: #fff;
	background-color: #4e88a3;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	padding: 0 15px
	}

#menu2 a:hover {
	color: #4e88a3;
	background-color: #fff
	}


#rightcollumn {

	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 50px;
	right: 0;
	width: 190px;
	height: 300%
	}

#rightcollumn a {
	margin: 5px 0 0;
	padding: 0
	}

#rightcollumn img{
	display:block;
	background-color:#fff;
	margin:5px 0 0 0;
	}

#rightcollumn2 {

	margin: 0;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 10px;
	left: 597px;
	width: 323px;
	height: 487px
	}

#leftcollumn {

	margin: 0;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 200px;
	height: 364px
	}

#leftcollumna {

	margin: 0;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 10px;
	left: 250px;
	width: 300px;
	height: 364px
	}


#leftcollumnb {

	margin: 0;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 567px;
	height: 364px
	}