body {
	margin:0;
	padding: 0;
	background: url('images/bg_horz.gif') top left repeat-y #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a:visited, a:active, a:link { color: #653599; text-decoration: underline; }
a:hover {	color: #A03133; text-decoration: none; }
p {	line-height: 16px;	margin-bottom: 10px; }
#container {
	background-color: #FFFFFF;
	width: 791px;
	border: 0px;
	margin: 0px;
	padding:0px;
}
#logo {
	background: #CCC url('images/masthead.jpg') no-repeat scroll top left;
	width: 791px;
	height:110px;
	text-align: right;
	padding: 0px;
	border-bottom:1px solid #FFFFFF;
}

/* navigational styles */

#nav, #nav ul {
	float: left;
	width: 791px;
	list-style: none;
	font-size: 11px;
	line-height: 16px;
	background: #000000;
	font-weight: bold;
	padding: 0;
	border: 0;
	margin: 0;
}
#nav a {
	display: block;
	width: 131px;
	color: #FFF;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
}

#nav li {
	float: left;
	padding: 0;
	width: 131px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	line-height:20px;
	width:220px;
	font-weight: bold;
	margin: 0;
}

#nav li li {
	width: 220px;
}

#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: #9999cc;

}


/* end navigational styles */

#sidenav {
	float:left;
	background: url('images/drop_grey.jpg') top left repeat-x #FFFFFF;
	width:200px;
	height:550px;
	border-right:1px solid #EAEAEA;
}

#sidenav h2, #sidenav h1  {
	padding-top:20px;
	padding-left:10px;
	font-family: georgia, palatino, times, times new roman, serif;
	font-size: 18px;
	font-weight:bold;
	color: #A03133;
}
#sidenav p {
	padding-left:10px;
}
#copyarea {
	float:left;
	background: url('images/drop_top.jpg') top left repeat-x #FFFFFF;
	padding-left:20px;
	padding-right:20px;
	width:550px;
}
#copyarea p {
	padding-left:0px;
}
#copyarea h1 {
	padding-top:20px;
	font-family: georgia, palatino, times, times new roman, serif;
	font-size: 20px;
	font-weight:bold;
	color: #A03133;
}
#copyarea h2 {
	padding-top:20px;
	padding-left:0px;
	margin-bottom:0em;
	font-family: georgia, palatino, times, times new roman, serif;
	font-size: 12px;
	font-weight:bold;
	color: #A03133;
}
#bottom {
	border-top: 2px solid #000000;
	background: url('images/bottom_gradient.jpg') top left repeat-x #FFFFFF;
	width:791px;
	height:50px;
	text-transform: uppercase;
	font-size: 9px;
	color: #999;
	text-align: center; }

.required { color: #993300;	font-weight:bold; }
.green { color: #009933;	font-weight:bold; }

.button	{
	background-color:#660099;
	color: #FFF;
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.formfield  {
	font-size : 10px;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color : #FFFFFF;
}
.table	{
	border: 1px solid #660099;
}

.tableheader	{
	background-color: #660099;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.tableheader A:link, .tableheader a:visited, .tableheader a:hover  { 
	color: #FFFFFF; text-decoration: none; font-size: 11px; }
#copyarea img {
	border: 1px solid #DDD;
	padding: 4px;
}
.lightrow {
	background-color:#FFFFFF;
}
.darkrow {
	background-color:#EAEAEA;
}

#formarea label	{
	margin-bottom: 3px;
	margin-top: 8px;
}
.formfieldset	{
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
	}
.formfieldset input {
	width: 150px; 
	margin-top: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.formfieldset textarea {
	width: 250px; 
	margin-top: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.formfieldset legend	{
	border: 1px solid #000;
	padding: 5px;
	font-weight: bold;
	background-color: #5F94BA;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom: 10px;
	}

.formfieldset label	{
	float: left;
	width: 40%;
	margin-top:6px;
	margin-right: 5px;
	text-align: right;
}
.formfieldset select { 
	margin-top: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
