@charset "us-ascii";

body {
	font-size:100%;
}
#container {
	margin: 0 auto;
	width: 800px;
}
#masthead {
    width: 800px;
} 
#content {
	width: 550px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 125px;
}
#content ul {
	list-style:none;
}
}
.style1 {
	text-align: center;
}
.style2 {
	font-size: small;
}
.style3 {
	border-style: solid;
	border-width: 1px;
}
.style4 {
	text-decoration: underline;
}
.bodytext {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	line-height: 1.3;
	color: #333333;
	text-decoration: none;
}
.bodytext a:link{
	font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
.bodytext a:visited {
	font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
.bodytext a:hover {
	font-family: Georgia, "Times New Roman", serif;
	color: #990000;
	text-decoration: none;
}
.tabletext {
	font-family: Georgia, "Times New Roman", serif;
	font-size: .9em;
	color: #333333;
	text-decoration: none;
}
.tabletext a:link{
	font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
.tabletext a:visited {
	font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
.tabletext a:hover {
	font-family: Georgia, "Times New Roman", serif;
	color: #990000;
	text-decoration: none;
}
.headline1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
.headline1 a:link {
	font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
.headline1 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
.headline1 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	color: #990000;
	text-decoration: none;
}
.headline2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
.headline2 a:link {
	font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
.headline2 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
.headline2 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	color: #990000;
	text-decoration: none;
}
#footer a {
    margin-top:15px;
    width:600px;
    font-size: .8em;
    font-family: Georgia, "Times New Roman", serif;
	color: #000fff;
	text-decoration: none;
}
#footer a:hover {
    font-family: Georgia, "Times New Roman", serif;
	color: #990000;
	text-decoration: none;
}

/* Begin CSS Drop Down Menu */

#navigation
	{
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:800px;
	position: relative;
}
#navigation a
	{
	text-align: center;
	display:block;
	border: .1em solid #000000;
	margin:0;
	padding: 0.3em;
	}
#navigation a:active
	{
	color: #ffffff;
	background-color: #0035ad;
	text-decoration:none;
	}
#navigation a:visited
	{
	color: #ffffff;
	background-color: #0035ad;
	text-decoration:none;
	}
#navigation a:link
	{
	color: #ffffff;
	background-color: #0035ad;
	text-decoration:none;
	}
#navigation a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	background-color: #f7f7ad;
	text-decoration:none;
	}
#navigation a.top_parent:hover
	{
	background-image: url('../images/navdown_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}
#navigation a.top_parent
	{
	background-image:url('../images/navdown_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}
#navigation a.parent:hover
	{
	background-image:url('../images/nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}
#navigation a.parent
	{
	background-image:url('../images/nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}
#navigation ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:114px;	/* width of all menu boxes */
	}
#navigation li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
#navigation ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
#navigation ul ul ul
	{
	top:0;
	left:100%;
	}
div#navigation li:hover
	{
	cursor:pointer;
	z-index:100;
	}
div#navigation li li li li:hover ul ul
{display:none;}

div#navigation li li li:hover ul ul
{display:none;}

div#navigation li li:hover ul ul
{display:none;}

div#navigation li:hover ul ul
{display:none;}

div#navigation li li li li:hover ul
{display:block;}

div#navigation li li li:hover ul
{display:block;}

div#navigation li li:hover ul
{display:block;}

div#navigation li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


