/* CSS Document */

/*** Page Layout ***/
body {
	background-color:#E5E5EE;
}
		
#container{
	width: 500px;
	padding-left:100px;
	padding-right:100px;
	position:relative;
	float:top;
	background-color:#FFFFFF;
	padding: 0 0 0 0;
	margin-left: auto;
   	margin-right: auto;
	clear:both;
}
		
#row.menu{
	z-index:5;
	position:relative;
	top:-240px;
	padding:0;
	margin-bottom:-30px;
	background-color:tranparent;
	width: 500px;
}
		
#row{
	clear:both;
}
		
#row.body{
	width:480px;
}
		
#row.baseline{
	background-color:#E5E5EE;
	clear:both;
	padding-right:20px;
	float:right;
}

#row.footer{
	clear:both;
	background-color:#E5E5EE;
}
		
#footer span.left{
	width:20px;
	background-color:#ffffff;
	float:left;
	height:30px;
	margin:0 0 -4px 0;
	padding:0 0 0 0;
}
		
#footer span.center{
	width:460px;
	background-color:#FFFFFF;
	float:left;
	height:30px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

img.banner{
	margin-top:5px;
	background-color:#33CCFF;
}
		
img.right{
	float:right
}
		
/*** Form Layout ***/

div.formRow {
  clear: both;
  padding-top: 5px;
  }

div.formRow span.label {
  float: left;
  text-align: right;
  margin:0 5px 0 5px;
  display:inline;
  }

div.formRow span.input {
  float: left;
  text-align: left;
  margin:0 5px 0 5px;
  display:inline;
  }
		
/*** Dropdown Menu ***/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0 -5px 0 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:19px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:10px;
	width:100px;
	padding:4px 0;
	color:#000;
	background:#ffffff;
	text-decoration:none;
	margin-right:0px;
	text-align:center;
}
/* style the links hover */
.menu :hover{
	color:#444;
	background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}


/** Text Styles **/
.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #78A0DE;
}

.pageText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.pageHeader{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #406389;
	font-weight:bold;
}

.formLabels{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}

.formHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}

.pageTextSM{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.menuText{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#406389;
	text-decoration:none;
}

.baseline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B4B5D3;
}

a {
	text-decoration:none;
}

a.baseline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B4B5D3;
}

a.baseline:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3333CC;
}

a.caption:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3333CC;
}


