body {
	margin: 0;
	padding: 0;
	background-color: #eee;
	text-align: center;
	font: normal 100% Helvetica, Arial, sans-serif;
	}

#page {
	background-color: white;
	max-width: 48.125em;    /* 770px / 16px = 48.125em */
	margin-left: auto;
	margin-right: auto;
	}

#header, #navigation {
	margin: 0;
	padding: 0;
	}

#content {
	padding-left: 2.6%;
	padding-right: 2.6%;
	background-color: white;
	text-align: left;
	padding-top: 0;
	margin-top: 0;
	line-height: 1.5em;
	}

#content img#frontpage {
	clear: both;
	margin-top: -2px;
	padding-top: 0;
	margin-left: -20px;
	width: 48.125em;
	}


#header {
	background-image: url(../graphics/red_bg.gif); 
	background-repeat: repeat-x; 
	width: 100%;
	height: 96px;
	border-bottom: 2px solid black;
	text-align: left;
	}


#navigation {
	background-image: url(../graphics/green_bg.gif); 
	background-repeat: repeat-x; 
	width: 100%;
	height: 41px;
	border-bottom: 2px solid black;
	text-align: left;
	}


#navigation p { margin: 0; padding: 0; }




/* THREE-COLUMN CONTAINERS */

.ThreeColOne {
	float: left;
	width: 31.5%;
	margin-left: 0;
	}

.ThreeColTwo {
	float: left;
	width: 31.5%;
	margin-left: 2.74%;
	}

.ThreeColThree {
	float: right;
	width: 31.5%;
	margin-right: 0;
	}




/* TWO-COLUMN CONTAINERS */

.TwoColOne {
	float: left;
	width: 48.63%;
	margin-left: 0;
	}

.TwoColTwo {
	float: right;
	width: 48.63%;
	margin-right: 0;
	}




/* FOOTER */


#footer {
	max-width: 48.125em;    /* 770px / 16px = 48.125em */
	background-color: #060;
	border-top: 2px solid black;
	padding: 10px 0;
	text-align: left;
	}

#footer p {
	padding: 0 20px;
	margin: 0;
	font-size: 0.75em;  /* 12px/16px = 0.75em */
	color: white;
	}

#footer a { color: white; }






/* NAVIGATION */

#navigation ul { 
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 41px;
	}

#navigation ul a { display: block; }



/* all the stuff below is for creating the dropdown menus. */

#navigation ul li { float: left; }

#navigation ul li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	top: 139px;
	font-size: 0.75em;   
	line-height: 2em;
	/* set the size here. if you set it at #navigation ul li ul a, the value */
	/* of EMs will be different, and the widths will be different.           */
	/* This value will be inherited, so it works fine.                       */
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	letter-spacing: 0.05em;
	}

#navigation ul li:hover ul {
	left: auto;
	background-color: #cfc; 
	z-index: 2;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#navigation ul li ul li { width: 10em; }

#navigation ul li ul li a { 
	display: block;
	width: 12em; 
	padding-left: 1em;
	margin: 0px;
	background-color: #cfc;
	border-left: 2px solid black; 
	border-right: 2px solid black; 
	}

#navigation ul li a:hover { background-color: #cfc; }


#navigation ul li ul li a:link { color: #050; text-decoration: none; }
#navigation ul li ul li a:hover { background-color: #9c9; text-decoration: none; }
#navigation ul li ul li a:visited { color: #050; text-decoration: none; }

#navigation ul li ul li a.last { border-bottom: 2px solid black; }







/* TEXT STYLES */

h1, h2, h3 { 
	color: #900;
	clear: both;
	}

h1 { font-size: 1.6em; font-family: 'Arial Black', Arial, Helvetica, sans-serif; font-weight: normal; margin-top: 20px; text-transform: uppercase; }
h2 { font-size: 1.2em; font-weight: bold; }
h3 { font-size: 1em; font-weight: bold; }

a:link { text-decoration: underline; color: black; }
a:visited { text-decoration: underline; color: black; }
a:hover { text-decoration: none; color: #C00; }




/* MISCELLANEOUS */

.left { float: left; margin: 0px 10px 10px 15px; }
.right { float: right; margin: 0px 15px 10px 10px; }
div.center { text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
.red { color: #900; font-weight: bold; }
a.red:link { color: #900; font-weight: bold; }
a.red:visited { color: #900; font-weight: bold; }

.rule {
	border-top: solid 8px black;
	}
