/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753;
	margin: 0;
	padding: 0;
	background-color: #12648A;
	background-image: url(../none);
	background-position: right bottom;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #006666;
	font-family: georgia, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #9685BA;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9685BA;
	}
a:hover  {
	text-decoration: underline;
	color: #C90200;
	}

/* specific divs */
	
#container {
	position: relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	left: auto;
	right: auto;
	width: 750px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	top: 20px;
	overflow: hidden;
	}

#intro {
	/*min-width: 470px;*/
	background-color: #FFFFFF;
	}

#pageHeader {
background-color: #000000;
}

pageheader h3 {
	
	color: #FFFFFF;
}

#container #intro #pageHeader h3 {
	color: #FFFFFF;
}
#preamble {
	height: 400px;
	overflow: scroll;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
	width: 675px;
	background-color: #FFFFFF;
	}
#spacer {
	clear: both;
	height: 40px;
}

#supportingText {
	padding-left: 10px;
	margin-bottom: 40px;
	width:730px;
	padding-right: 10px;
	background-color: #FFFFFF;
	}

#footer {
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

/* following is the code for puting the horizontal menu on the page */

#menu ul {
	float:left;
	width:88%;
	margin:0;
	list-style-type:none;
	background: #009999;
	padding-left: 12%;
}
.menudiv {
	clear: right;
}

#menu a {
	float:left;
	width:auto;
	text-decoration:none;
	color:white;
	background-color:#009999;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}
#menu a:hover, a:active {
	background-color:#FFFFFF;
	color: #009999;
}


#menu li {
	display:inline;
}
/* end of horizonatal menu style */

#title ul {
	float:left;
	/* padding:0.2em 0.6em; */
	margin:0;
	list-style-type:none;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#C90200;
	display:inline;
	width: 750px;
	line-height: 15px;
}

/* #extraDiv1 {
	background: transparent url(../cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}
*/

#active a
{
	display: block;
	color: #009999;
	background-color: #FFFFFF;
	text-decoration: none;
}


#instruction {
	float: left;
	height: 400px;
	width: 200px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}


td
{
padding:0px 0px 0px 5px;
}