body {
  	margin : 0px; 
	padding: 0px;
  	background-color: #FFFFFF; 
  	background-image: url('images/back.jpg'); 
  	background-attachment: scroll; 
  	background-repeat: repeat-x; 
  	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	color: #000;
	text-align:center;
}

p, td {
  	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	color: #000;
}

a:visited, a:active, a:link { color: #000000; text-decoration: underline; font-weight:bold;}
a:hover {	color: #650100; text-decoration: none; font-weight:bold; }

#container {
	width: 700px;
	margin: 0px auto 0px auto;
}

#logo { padding-top: 10px; text-align:left;}

#navcontainer {
	float:left;
	padding: 32px 0px 0px 0px;
	text-align:left;
} 
#nav, #nav ul {
	padding: 0px;
	width: 400px;
	list-style: none;
	font-size: 11px;
	line-height: 21px;
	height: 21px;
	border: 0;
	margin: 0;
	text-align:left;
	font-weight:normal;
}

#nav a { display: block; color: #FFF; text-align:left; text-decoration: none; font-weight:normal; }

#nav li { float: left; padding-left: 4px; line-height:21px; height:21px; } /* widths assigned individually */

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	line-height:20px;
	background: #000000;
	width:224px;

	margin: 0;
	border-bottom:0px;
}
#nav li li { width: 220px; height:20px; line-height:20px; }
#nav li ul a {	width:220px; }
#nav li ul ul {	margin: -1.75em 0 0 14em; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {	left: auto; }

#nav li:hover, #nav li.sfhover { background: #650100 repeat-x; }


#nav2 {
	float:right;
  	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 14px;
	color: #ddd;
	padding: 35px 0px 0px 0px;
}

#nav2 a:visited, #nav2 a:active, #nav2 a:link { color: #ddd; text-decoration: underline; font-weight:bold;}
#nav2 a:hover {	color: #FFFFFF; text-decoration: none; font-weight:bold; }



#content {
	float:left;
	width:500px;
	padding: 25px 0px 0px 0px;
	text-align:left;
}

#squares {
	float:right;
	width: 170px;
	padding: 30px 10px 10px 10px;
}

h1 {
  	font-size: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 18px;
	color: #650100;
}

#copyright {
	width:780px;
	padding-top:20px;
	color:#aaa;
	font-weight:bold;
	text-align:center;
}

#copyright a:visited, #copyright a:active, #copyright a:link { 
	color: #aaa; 
	text-decoration: underline; 
	font-weight:bold; 
}
#copyright a:hover { color: #333; text-decoration: none; font-weight:bold; }

.formfield {
  	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	color: #000;
}

.required {
	font-weight:bold;
	color: #650100;
}