body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* Standard tags */
h1 {
	font-size: medium;
	color:#330033;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: medium;
	/*color:#003366;*/
	color:#336699;
}

h3, h4 {
	font-size:small;
	color:#000;
	font-weight: bold;
	margin-bottom: 2px;
}

.tagline
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:x-small;
	font-style:italic;
}

#headersection {
height:80px;
color:#003366;
font-size:small;
background-color:#ffffff;
text-align:right;
width:100%;
top:0px;
right:0px;
position:absolute;
padding:10px;
}

#contentsection
{
	position:absolute;
	top:100px;
	left:0;
	padding:10px;
	width:95%;
}

#headersection ul {
   margin: 0px;
   padding: 0px;
   font-size: small;
   color: #003366;
   line-height: 20px;
   white-space: nowrap;
   background-color:#ffffff;
}

#headersection a {
   text-decoration: none;
   
   padding-right: 1px;
   color: #003366;
}
#headersection a:link {
   color: #003366;
}
#headersection a:visited {
   color: #003366;
}
#headersection a:hover {
   color: #003366;
   text-decoration:underline;
   line-height: 10px;
}

ul {
  margin-bottom: 0px;
}

a
{
	color:#336699;
}


/* Footer Section ******************************************/


#footer {
clear:both;
width:100%;
height:20px;
background-color:#ffffff;
border-bottom:1px solid #003366;
border-top:1px solid #003366;
margin-top:1px;
text-align:center;
color: #003366;
padding:0px;
font-size: small;
}

#footer ul {
   margin: 0px;
   padding: 0px;
   color:#003366;
   line-height: 20px;
   white-space: nowrap;
  
}
#footer li {
   list-style-type: none;
   display: inline;
}
#footer li a {
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
   }

#footer li a:hover {
   text-decoration:underline;
   }

#date {
text-align:center;
color:#666666;
font-size:x-small;
padding:3px;
}

div.inputBox
{
	background-color:#eee;
	border:1px solid #336699;
	margin: 0px 5px 10px 5px;
	padding-left:10px;
}