/* ------------------------------------	*/
/* Styles for all pages.                */
/* ------------------------------------	*/
html 
{ 
	overflow: -moz-scrollbars-vertical !important; 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	margin: 0px;
}
p 
{
	margin: 0 0 0 0px;
}
h1 
{
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h2 
{
	text-align: center;
	font-size: 260%;
	font-weight: bold;
	color: #000000;
}
h3 
{
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	color: #999999;
}
h4 
{
	font-size: 220%;
    font-weight: bold;
	color: #777777;
}
h5 
{
	font-size: 1px;
    font-weight: normal;
	color: #000000;
}
h6 
{
	font-size: 190%;
	font-weight: bold;
	color: #999999;
}
table.services 
{
	border-width: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: #eeeeee;
	padding-bottom: 0px;
	margin-top: 8px;
}
table.services th 
{
	border-width: 1px;
	border-style: dotted;
	border-color: #555555;
	background-color: #eeeeee;
}
table.services td 
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	border-width: 2px;
	padding: 21px;
	border-style: dotted;
	border-color: #888888;
	background-color: #eeeeee;
}
table.services a:link, table.services a:visited, table.services a:active 
{
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#standardcontent 
{
	padding: 10px;
	margin-top: 0px;
	color: #000000;
}
#top 
{
	float: left;
	width: 216px;
	height:	141px;
	background-color: #ff9900;
	padding-top: 10px;
}
#topright 
{
	float: right;
	width: 450px;
	height:	151px;
	background-color: #ffffff;
}
#menubar 
{
	float: left;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: left;
}        
#menu 
{
	width: 647px;
	background-color: #ff9900;
	padding: 13px;
	border-bottom: 5px solid #ffffff;
	float: right;
}
#menu a:link, #menu a:visited, #menu a:active 
{
	font-weight: bold;
	background-color: #ff9900;
	padding: 13px;
	text-decoration: none;
	color: #000000;
}
#menu a:hover 
{
	padding: 13px;
	background-color: #000000;
	text-decoration: none;
	color: #ffffff;
}
#section-header 
{
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	color: #999999;
	margin-top: 2px;
	margin-bottom: 18px;
}
#footer 
{
	background-color: #ff9900;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #000000;
	font-size: 90%;
	text-align: center;
	clear: both;
	border-top: 6px solid #ffffff;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited
{
	color: #000000;
}

/* shadowed boxes */ 
.shadowboxleft  {position: absolute; background: url(Images/shadow-dark.gif) repeat; top: 40px; left: 5%;}			
.shadowboxright {position: absolute; background: url(Images/shadow.png) repeat; top: 40px; right: 5%;}			
.shadowboxfloat {margin: 2px 0px 0px 5px; background: url(Images/shadow-light.gif) repeat; position: relative; float: left}			
.shadowcontent  {position: relative; padding: 5px; top: -5px; left: -5px; background: #ffffff; color: black; border: 1px solid #adadad;}

/* colored boxes */
.orangebox		{background-color: #fff4c8; border: 1px solid #fc0;}