body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:.60em;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-image:url("../images/background.gif");
}
h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:200%;
}
 #container { 
	width:83em; 
	background-color: #FFFFFF;
	background-image:url("../images/background-sidebar.gif");
	background-position:left top;
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
}
a img 
{
	border:none;
}

#header { 
	height:36em;
	margin-left:132px;
	background-color:#0073B5;
	background-image:url("../images/background-blue.gif");
	background-position:left top;
	background-repeat:repeat-y;
	clear:both;
 } 
#header-images
{
	text-align:center;
}
#header-images a
{
	color:#FFF;
}
#header-images img
{
	margin:10px 5px;
}
#header h1 {
	text-align:center;
	margin: 0; 
	padding:10px 0; 
}
#navigation ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:90%;
	text-align:center;
}

#navigation ul li { 
	display: inline;
	text-align:center;
	padding:.1em 0;
 }

#navigation ul li a
{
	width:20%;
	color: White;
	text-decoration: none;
	float: left;
	padding:.3em 0;
}

#navigation ul li a:hover
{
	color:#6666FF;
}

#mainContent 
{ 
	height:100%;
	padding-bottom:10px;
	margin-left:132px;
	background-image:url("../images/Background-Phoenix.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
	overflow:hidden;
} 
#column-one
{
	padding-left:10px;
	float: left; 
	width: 49%; 
}
#column-two
{
	padding-left:18px;
	float: left;
	width: 45%;  
}
#footer { 
	padding:0 10px;
	margin-left:132px;
	color:#FFF;
	background-color:#0073B5;
	background-image:url("../images/background-blue.gif");
	background-position:left top;
	background-repeat:repeat-y;
	text-align:center;
}
#footer a
{
	font-size:80%;
	color:#FFF;
	text-decoration:none;
} 
 #footer p {
	margin: 0; 
	padding: 10px 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat 
{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.form label
{
	display:block;
	margin:8px 0;
	float:left;
	width:90px;
}
.clear
{
	clear:both;
	float:none;
}