body {
  	margin : 0px; 
	padding: 0;
  	background: #506B86; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:visited, a:active, a:link { color: #506B86; font-weight:bold; text-decoration: underline; }
a:hover {	color: #185BC0; font-weight:bold; text-decoration: none; }
p {	 font-size:11px; line-height: 16px; margin-bottom: 10px; }
li { font-size:11px; line-height: 16px;	}
.small { font-size: 9px; line-height:12px; }

#container {
	background-color: #FFFFFF;
	width: 90%;

	margin: 0px auto 0px auto;
	padding:0px;
}
#logo {
	background: #CCC url('images/pinstripe.jpg') repeat;
	width: 90%;
	height:86px;
	padding: 0px;
	border-bottom: 3px solid #808080;
}

/* navigational styles */
#nav, #nav ul { display:none; }

#copyright { 
	background: #CCC url('images/pinstripe.jpg') repeat;
	width:580px; 
	text-transform: uppercase; 
	font-size: 10px; 
	color: #000; 
	font-weight:bold;
	text-align: center; 
	height:30px;
	line-height:30px;
}
.highlighttext { background-color: #ffffcc;	font-weight:bold; }
.required { color: #993300;	font-weight:bold; }
.green { color: #009933;	font-weight:bold; }
.highlight {	background-color:#ffff99;}

#content {
	background: #FFF url('images/flag-background.jpg') no-repeat scroll top left;
	float:left;
	width:530px;
	padding:10px 10px 75px 10px;
	text-align: left;	
}
#content img {
	padding: 4px;
}
#sidebar {
	display:none;
}

/* interior forms*/
.button	{
	background-color: #506B86;
	color: #FFF;
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.formfield  { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #FFFFFF; }

.formfieldset	{border: 1px solid #999999;	padding: 10px;	margin-bottom: 10px; }
.formfieldset input { margin-top: 2px;	font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; }
.formfieldset textarea { 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: #003399;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom: 10px;
	}

.formfieldset label	{
	float: left;
	width: 40%;
	text-align: right;
	padding-right:4px;
	padding-top:4px;
	font-weight:bold;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #506B86;
	margin-bottom:.0em;	
}
h2 {
	font-size: 12px;
	color: #003399;
	margin-bottom:0em;	
}
.table {
	border: 1px solid #333;
}
.tableheader {
	color: #FFF;
	font-weight:bold;
	background-color: #666666;
	text-decoration: none;
}
.tableheader A:link, .tableheader a:visited, .tableheader a:hover  { 
	color: #FFFFFF; font-weight:bold; text-decoration: none; }
.lightrow {	background-color:#FFF; }
.darkrow { background-color:#EAEAEA;}