body
{
   background-color:#f4f7ff;
   background-image:url(BodyBackground.png);
   background-position:center;
   background-repeat:repeat-y;
   color:#555;
   font-family:Verdana, Arial, sans-serif;
   font-size:12px;
   height:100%;
   margin:0px;
   padding:0px;
   width:100%;
}

#header
{
   height: 141px;
   background-image:url(/img/HeaderBackground.png);
   background-position:center top;
   background-repeat:no-repeat;
}

.rightContents
{
   float: right;
   text-align: right;
}

.rightContents a
{
   font-size:11pt;
}

.pageContents
{
   width: 720px;
   padding: 10px 20px 0px 20px;
   margin: 0px auto 0px auto;
}

.headerLinks
{
   text-align: center;
   margin-left:-20px;
   margin-right:-20px;
   padding-left:-20px;
	 font-size:10pt;
}

.headerLinks a
{
   font-size:11pt;
   color: #555;
   margin: 0px 4px 0px 4px;
}

.answerTitle
{
font-weight : bold;
}

ol div
{
   font-size: 15px;
   font-weight: bold;
   font-style: italic;
   margin: 15px 0px 10px -35px;
}

ul {
 	margin-top: 9px;
}

li {
 	padding-bottom: 9px;
	font-size:9pt;
}

hr
{
   background-color: #aaa;
   color: #aaa;
   height: 1px;
   border: 0;
   *margin: -5px 0px 10px 0px;
}

.contactInput
{
   width: 350px;
}

.contactButton
{
   background-color:#F4F7FF;
   border: solid 1px #555555;
   color:#555555;
   display:block;
   padding: 3px 10px 3px 10px;
   text-align:center;
   text-decoration:none;
   width:200px;
   margin-bottom: 13px;
}

.contactButton:hover
{
   background-color: #DFE2E9;
}

.featureBorder
{
   border: solid 1px #ddd; 
}

.featureBorder table
{
   padding-right:5px;
}

.feature
{
   background-color: #e1e9fd; 
   padding: 5px; 
   font-size: 14px; 
   font-weight: bold;
}

h1 {font-family:Verdana; font-size:16pt; }
h3 {font-family:Verdana; font-size:12pt; line-height:24px;}

.fieldempty {color:#777; font-style:italic; font-size:8pt;}
.fieldfull {color:#00F; font-style:normal; font-size:9pt;}
.fielderror {color:#F00; font-style:normal; font-size:9pt;}
