body {
font: .7em Verdana, Geneva, Arial, Helvetica, sans-serif; 
color: #000;
text-align: center;
margin: 0;
padding: 0;
background: #EEE url(../Images/shadow1.png) repeat-y 50% 0;
}

#container {
	position: relative;
	width: 800px;
	margin: 0 auto; 
	text-align: left;
}

#menu {
	
	background: url(../Images/menu2_back.gif);
	position: absolute;
	top: 73px;
	left: 0px;
	height: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 780px;
	height: 25px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
#header {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 780px;
	height: 74px;
	background: #8FAECC url(../Images/header_back.jpg) no-repeat bottom;
	text-align: center;
}
#content {
	position: absolute;
	top: 125px;
	right: 4px;
	padding-right: 40px;
	text-align: left;
	width: 450px;
}
#rightcon {
	position: absolute;
	width: 250px;
	top: 125px;
	right:520px;
	color: White;
}
#rightcon h1 {
	font: small-caps bold 1.25em Verdana, Arial, sans-serif;
	color: White;
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#leftcol {

}


#header img {
	position: absolute;
	top: 5px;
	left: 10px;
}
body h1 {
	font: small-caps bold 1.5em Arial, Helvetica, sans-serif;
	color: #BF001B;
	background-image: url(../Images/h1_back_alt.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	border-bottom: 1px solid #BF001B;
}
body h2 {
	font: small-caps bold 14px Arial, Helvetica, sans-serif;
	color: #274058;
	background-repeat: no-repeat;
}
body li {
	list-style: square url(../Images/bullet.gif);
	margin-bottom: 8px;
}
ol li {
	list-style: lower-roman outside none;
}
#menu ul, #menu li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;

}
.sig {
	text-align: right;
	background: url(../Images/signature.gif);
	background-repeat: no-repeat;
	width: 151px;
	height: 58px;
	margin-left: 300px;
}
/***************************************************************/
#form{
	position: absolute;
	top: 125px;
	left: 320px;
	padding-right: 40px;
	text-align: left;
	width: 450px;
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  }

div.row span.formw {
  float: right;
  width: 350px;
  text-align: left;
  } 
#menu a:link, #menu a:visited
{
float: left;
line-height: 24px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #FFF;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
#menu a:link#current, #menu a:visited#current, #menu a:hover
{
border-bottom: 4px solid #345C89;
background: transparent;
color: #fff;
}
.last {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#rightcon A:active, #rightcon A:hover, #rightcon A:link, #rightcon A:visited {
	color: White;
	text-decoration: none;
	
}


#footer {
	position: absolute;
	background: Black;
	bottom:	0px;
	margin-left: 10px;
	margin-right: 25px;
	height: 200px;
	width: 100%;
}