@charset "utf-8";

body {
	background-color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: crosshair;
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 140%;
	scrollbar-face-color: #FFFFFF;
	scrollbar-hightlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #330000;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #FFFFE8;
	scrollbar-dark-shadow-color: #FFFFFF;
}

h1 {
	font-size: 21px;
	font-variant: small-caps;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #804040;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

cite {
	font-style: normal;
	color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif, Myriad;
	background-image: url(images/cite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 23px;
	display: block;
	line-height: 150%;
	padding-bottom: 10px;
	margin: auto;
	padding-left: 10px;
	padding-top: 5px;
}

.imgtxt {
	font-size: 10px;
	font-weight: bold;
	color: #804040;
	line-height: 100%;
}

#container {
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 700px;
}

#mainContent {
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 15px;
}


#footer {
	clear: both;
	background-color: #E3E3E3;
	display: block;
	width: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 25px;
	font-size: 80%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

#footer li {
	display: inline;
	list-style-image: url(images/bullet.gif);
	color: #653A3A;
	padding: 0;
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 10px;
}

/* Begin CSS Drop Down Menu */
#menuh-container
	{
	position: absolute;
	top: auto;
	left: auto;
	height: 30px;
	width: 700px;
	}

#menuh
	{
	font-family: arial, helvetica, sans-serif;
	width:100%;
    margin: 10px 60px 2em;
	clear: both;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	/*border: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #330000;
	background-color: #F8F8EF;
	text-decoration:none;
	font-weight: bold;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #F8F8EF;
	background-color: #BFAD99;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/bullet2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/bullet3.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
strong {
	color: #660000;
}
.border  {
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.line_bl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#textblock {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	width: 450px;
}

#txt2col{
	width: 450px;
	text-align: left;
	vertical-align: middle;
	text-indent: 100px;
}
td {
	list-style-image: url(images/bullet.gif);
}


p {
	text-align: left;
}
