body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
   	padding:0;
   	margin:0;
}
a
{
	color: #666666;
	text-decoration: underline;
}
a:hover
{
	color: #FF6600;
	text-decoration: underline;
}
a:active
{  
	text-decoration: underline;
}
a:visited
{  
	text-decoration: underline;
	color: #666666;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17pt;
	color: #FF6600; 
	padding-left: 5px; 
	white-space: nowrap;
}

h2 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
	padding-left: 20px; 
	white-space: nowrap;
	margin 0 0 0 0;
	padding-bottom: 0;
}
p
{
	padding-left: 10px;
	padding-top: 0;
	margin 0 0 0 0;
}

#page
{	
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#top
{
	height: 15px;	
	width: 100%;
	background-color: #DDEEFF;
}
#top ul,#top li
{
	margin:0;
	padding:0 5px 0 5px;
}
#top li
{
	list-style:none;
	float:right;
	white-space:nowrap;
}

#banner
{
	position:relative;
	height: 80px;	
	width: 100%;
	background-color: #000000;
}
#banner h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #FF6600;
	padding-left: 50px; 
	padding-top: 20px;
	white-space: nowrap;
	margin:0 0 0 0;
}

/***** menu *****/

#menu
{
	position: relative;
	margin:0;
	padding:10px 0 10px 0;
	float:left;
	width:160px;
}

#menu ul
{
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#menu li
{
  padding: 1px 0;
}

#menu li a
{
	color:#000;
	width:160px;
	text-decoration:none;
	text-align:right;
	font-size:12px;
	font-weight: bold;
	display:block;
	padding:8px 0 8px 0;
	background:#EEEEEE;
	border-right: 4px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}

#menu li a:hover
{
	background:#DDEEFF;
	color:#FF6600;
	border-right: 4px solid #BBBBBB;
	border-bottom: 2px solid #BBBBBB;
}

/***** end menu *****/

/***** content *****/
#content
{
	position:relative;
	min-height:440px;
	margin:11px 10px 10px 170px;
	border: 1px solid #CCCCCC;

}
#content h1
{
	border-bottom: 1px solid #ddd;
	margin: 15px 80px 5px 10px;
}
#content p
{
	margin: 0px 20px 0px 5px;
}
/***** end content *****/

#footer
{	
	width: 100%;
	background-color: #EEEEEE;
	clear:both;
	text-align:center;
	position:relative;
	bottom:0px;
	font-size:9px;
	color:#000000;

}
#footer a:hover
{
	color: #FF6600;
}

.boxed
{ 
	background: #DDEEFF;
	padding: 5px;
	margin: 10px;
	border: 1px solid #FF9933;
	color: #666666;
}
.imgleft{
margin:10px 10px 5px 0;
float:left;
}

.imgright{
margin:2px 0 2px 2px;
float:right;
}