@charset "utf-8";
/* Global CSS */

/* Basic styles */
* html {
font-size:101%;
}

body {
margin:0;
padding:0;
font:0.625em georgia,serif;
}

p, li {
font-size:1.1em;
line-height:150%;
color:#666666;
}

a {
color:#a1c34c;
}
	a:hover {
	color:#3b786c;
	text-decoration:none;
	}

div.cleardiv {
clear:both;
height:1px;
font-size:1px;
}

/* LAYOUT --------------------*/

#pagecontainer {
width:955px;
margin:0 auto;
padding:0 10px;
}	
		
/* BODY --------------------*/

#top {
display:block;
width:955px;
height:48px;
background:url(../Images/Entrypage/top.gif) no-repeat;
}
	#top p { /* Welcome message as displayed in graphic form in the middle div */
	font-size:1px;
	color:#dfdfdf;
	}

#middle {
float:left;
display:inline;
width:309px;
height:177px;
padding:308px 0 0 219px;
background:url(../Images/Entrypage/middle.gif) no-repeat;
}
	/* "Enter site" button */
	#middle p.smalltext { 
	font-size:1px;
	font-weight:bold;
	}
		#middle p.smalltext a#enterlink { 
		display:block;
		width:200px;
		height:45px;
		text-decoration:none;
		color:#ffffff;
		background:url(../Images/Entrypage/b_entersitea.gif) no-repeat;
		}
			#middle p.smalltext a#enterlink.thissection {
			background:url(../Images/Entrypage/b_entersitea.gif) 0px -45px no-repeat;
			}
	/* End "Enter site" button */
	
	#middle p.greytext {
	width:220px;
	margin-left:3px;
	font-family:georgia,serif;
	font-size:1em;
	color:#d1d2d4;
	}
		#middle p.greytext a {
		color:#d1d2d4;
		}
		
#right {
float:left;
display:inline;
}

/* BOTTOM OF PAGE --------------------*/

#pagebottom {
clear:both;
width:736px;
margin:0 auto;
padding:0 0 0 219px;
}
	#pagebottom p.copyright {
	font-family:georgia,serif;
	font-size:1em;
	color:#d1d2d4;
	}
