/* CSS Document */
BODY
	{
  	text-align: center;
	height:100%; /* needed for container min-height */
	min-width: 775px;
	FONT: 13px verdana, arial;
	COLOR: #222222;
	background-color:#666666;
	margin: 0px;
	padding: 0px;
	}
	
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:775px;
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
	
#topbanner {
	width: 775px;
	height: 115px;
  	text-align: center;
   	margin-left: auto;
   	margin-right: auto;
	background-color:#FFFFFF;
}

#menu {
	width: 775px;
   	margin-left: auto;
   	margin-right: auto;
	padding: 3px 0px 0px 0px;
	text-transform: lowercase;
	font-weight: bold;
	margin-bottom: 0px;
	overflow: hidden;
	white-space: nowrap;
	background-color: #B3D3D6;
	border-top: 0px;
}

#menu a:link,
#menu a:hover,
#menu a:active, 
#menu a:visited {
	color: #B3D3D6;
	padding: 0 10px;
	text-decoration: none;
}

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

#menu li {
	display: inline;
}
	
#mainbody {
	width: 763px;
	text-align: left;
   	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	border: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 13px;
	background-color:#FFFFFF;
	height:100%;
	}

#footer{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
    font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 13px;
	float:left;
	clear: left;
	}

div.wrap_area { position: relative; }

div.wrap_area img { position: absolute; left: 443px; top: 0px; }

div.wrap_area p { position: relative; }

div.shape_wrap div { float: right; clear: right; height: 17px; }
/*
div.wrap_area img { opacity: .5; filter: alpha(opacity=50); }

div.shape_wrap div { border: 1px solid #f0f; }
*/



	







	
p
	{
  margin-top: 0px;
	}
A:link
	{
	COLOR: #000569; TEXT-DECORATION: none
	}
A:visited
	{
	COLOR: #000569; TEXT-DECORATION: none
	}
A:hover
	{
	COLOR: #000569; TEXT-DECORATION: underline
	}
TD
	{
	FONT: 13px verdana, arial; COLOR: #222222;
	}
H1
	{
	padding-left: 17px;
	font-size: 14px;
	font-weight: bold;
	}
H2
	{
	padding-left: 17px;
	font-size: 18px;
	font-weight: bold;
	}
H3
	{
	padding-left: 17px;
	font-size: 13px;
	font-weight: bold;
	}
.floatright
	{
	float: right;
	margin: 0px 0px 7px 15px;
	marginorderabove: top right bottom left;
	padding: 2px;
	border: 1px solid #666;
	clear: right;
	}
.floatleft
	{
	float: left;
	margin: 0px 15px 7px 0px;
	padding: 2px;
	border: 1px solid #666;
	clear: left;
	}
.redtext
	{
	font-weight: bold;
	color: #FF0000;
	}
.burgundytext
	{
	font-weight: bold;
	color: #CC0033;
	}
.smallertext
	{
	font-size:10px;
	}
.clearleft
	{ 
	clear:left;
	}
	
.ExampleBox
	{ 
	float:left;
    	width:200px;
	height:180px; 
	border:1px solid #666; 
	text-align:center; 
	margin:5px 3px 4px 2px;
	font-weight:bold; 	
	}
.ExampleBox a
	{
	font-weight:bold; 
    font-size:12px;
	color:#000; 
	font-size:80%; 
	text-decoration:none; 
	display:block
	}
.ExampleBox a img
	{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7; 
	opacity: 0.7;
	}
.ExampleBox a:hover img
	{
	filter:alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
	}
.ExampleImage
	{
	border:0px solid; 
	margin-bottom:7px; 
	border-bottom:1px solid #666; 
	}


.ExampleBox2
	{ 
	float:left;
    width:750px;
	height:150px; 
	border:1px solid #666; 
	text-align:left; 
	margin:5px 3px 4px 2px;
	}
.ExampleImage2
	{
	float:left;
    width:200px;
	height:150px; 
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 1px solid #666;
	margin-right: 5px;
	}	
.ExampleBox2 a img
	{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7; 
	opacity: 0.7;
	text-decoration:none;
	}
.ExampleBox2 a:hover img
	{
	filter:alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
	text-decoration:none;
	}