/* CSS Document */

body 
{
	margin: 0px; 
	padding: 0px; 
	background-color:#eee;
	_text-align: center
} 

#container
{
max-width: 750px;
margin: 0px auto;
padding: 0px 0px;
background-image:url(img/mainbackground.jpg);
border: 1px solid #bdaca0;
_margin-left: auto;
_margin-right: auto;
_width: 750px;
_text-align: left
}

#logobar
{
background:url(img/toplogobg.jpg);
background-repeat:repeat-x;
white-space:nowrap

}
#underlogo
{
background:url(img/left1bg.jpg);
background-repeat:repeat-x;

}

#leftcolumn
{
float:left;
width: 149px;
margin:0;
padding:0;
}

#navbar a
{
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
/*	
	color:#933a55;
	link {color:#933a55};
	visited {color:#933a55};
	hover {color:#FF00FF};
	active {color:#00FFFF};
*/	
}


#undernav
{
position:relative;
top:20px;
margin: 0px auto;
text-align:center;
}

#content
{
margin-left: 150px;
padding: 0px 8px;
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:1em;
	color:#806C59;
}

.IE6note
{
color:#FFF;
_color:#F00;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
background:#e7dad1;
font-family:Tahoma;
font-size:.8em;
color:#806C59;
}

form
{
	margin:0px;
}

a {
	font-family:Arial;
	font-size:16px;
	text-decoration: none;
	font-weight: bold;
	color:#933a55;
}

A:Hover  {
	color : #ff3366;
	text-decoration : underline;
}

H1 {
	font-family:Arial;
	color: #933a55;
	font-weight: bold;
	font-size : 30px;
}

li {
margin: .5em 0em;
padding: 3;
list-style: disc;
line-height: 1.2em; /*change to suit*/
}

.subhead1 {
	font-family:Arial;
	color: #933a55;
	font-weight: bold;
	font-size : 30px;
}
.light-text {
	color: #806c59;
}
