/* CSS Document */

html, body { background: url(images/hogarth.gif) repeat-x #ffffff;
  margin: 0px;
  text-align: center;}
  
h1 {color: #993333;
	font: 16px verdana;
	padding-bottom: 17px;
	font-weight: bold;
	margin: 0px;}
	
h2 {color: #FF0099;
	font: 16px arial;
	font-weight: bold;
	margin: 0px;}

p	{margin-top: 0px;
	 margin-bottom: 0px;}

table {border: 3px solid #DECF9D;
		background-color: #FFFFFF;
		line-height: 16px;
		margin: 0px;}
			
a:link,
a:active {
color:#993333;
text-decoration:underline;
}

a:visited {
color:#993333;
text-decoration:underline;
}

a:hover {
color:#333333;
text-decoration:none;}


input.back {background-color: #ffffff; font-size: 13px;
			border: 1px solid #993333;}
			
input.button {background-color: #DECF9D;
				color: #333333;
				font-weight: bold;}
		
			
#banner {width: 800px;
		height: 209px;
		text-align: center;
		margin: auto;}
		
#nav {width: 800px;
		height: 44px;
		text-align: left;
		margin: auto;}
		
#title {width: 756px;
		height: 95px;
		text-align: center;
		margin: auto;}

#content {width: 756px;
		background: url(images/contentback.jpg) repeat-y;
		height: auto;
		margin: auto;}

#content .left {color: #333333;
				font: 10pt verdana;
				width: auto;
				min-height: 590px;
				line-height: 21px;
				margin-right: 335px;
				text-align: justify;
				padding-left: 70px;}

#content .right {float: right;
				font: 10pt verdana;
				width: 300px;
				text-align: left;
				height: auto;
				}
				
#content .full {width: auto;
				font: 10pt verdana;
				color: #333333;
				line-height: 21px;
				text-align: left;
				padding-left: 70px;
				padding-right: 70px;
				margin: auto;}
				
#base {background-image: url(images/bottom.jpg);
		font: 8pt Arial, Helvetica, sans-serif;
		width: 756px;
		line-height: 23px;
		height: 80px;
		text-align: center;
		color: #993333;
		margin: auto;}

#footer {width: 756px;
		margin: 15px auto;
		height: 35px;
		font: 8pt Arial, Helvetica, sans-serif;
		color: #333333;
		text-align: right;}
		
#dropmenudiv{
position:absolute;
border:2px solid #000000;
border-bottom-width: 0;
font:bold 12px verdana;
line-height:18px;
text-align: left;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background-color: #993333;
display: block;
text-indent: 3px;
border-bottom: 2px solid #000000;
padding: 1px 0;
text-decoration: none;
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #993333;
color: #DECF9D;
}
