@charset "utf-8";

html {
	height:100.1%;
	}
body  {

	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color:#47b8f7;
}

.allWrap #container { 

	width: 774px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #ffffff url(../img/body.png) repeat-y 0 0;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: none;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.allWrap #header { 
	background: #ffffff url(../img/top.png) no-repeat 0 0; 
	padding: 0;
	margin:0;
	height:220px;
} 
.allWrap #header #headerLeft { 
	float: left;
	width: 199px;
	margin-left:29px;
} 
.allWrap #header #headerRight{ 
	margin-left: 400px;
} 

.allWrap #header h1 {
	margin: 0;
	padding: 0;
}
.allWrap #header #headerRight p{ 
	font-size:90%;
	padding:12px 40px 0 0;
	text-align:right;
	float:right;
	width:600px;
} 

.allWrap #sidebar1 {
	float: left;
	width: 200px;
	padding: 15px 20px 15px 30px;
}

.allWrap #mainContent { 
	margin: 0 0 0 250px;
	padding: 0 40px 0 0;
} 

.allWrap #mainContent h1{ 
	margin: 0;
	padding: 0;
} 

.allWrap #footer { 
	padding: 0;
	background: #ffffff url(../img/bottom.png) no-repeat left bottom; 
	height:30px;
} 

.allWrap #footer #footerContent {
	margin: 0 40px 0 270px;
	padding: 0;
	font-size:90%;
	color:#afafaf;
}
.allWrap #footer #footerContent a{
	color:#afafaf;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#utilitiesMenu{
position:absolute;
top:0;
left:50%;
margin:72px 0 0 -400px;
width:200px;
height:24px;
text-align:right;
}
#utilitiesMenu p{
margin:0;
padding:0;
}
#utilitiesMenu a{
color:#000000;
text-decoration:none;
}
#utilitiesMenu a:hover{
color:#000000;
text-decoration:underline;
}
#title { 
	height: 140px;
	margin:0 auto;
	width:820px;
}

#title{height:60px; padding-top:100px;}
h3{font-size:13px;}



	#sidebar1, #sidebar1 ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 198px;
	}
	
	#sidebar1 li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 198px;
	}
	
	#sidebar1 li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.05em;
		margin-top : -1.35em;
		background:#fff;
		z-index:99999;
		width:150px;
		font-size:1em;
		border:2px solid #cd190b;
	}
	
	#sidebar1 li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#sidebar1 li a {
		width: 150px;
		w\idth : 140px;
		display : block;
		color : #afafaf;
		font-weight : bold;
		text-decoration : none;
		padding : 0 5px;
		font-size:1.3em;
		line-height:140%;
		font-style:italic;
		text-align:right;
	}
	#sidebar1 li ul li a {
		font-size:1.1em;
		line-height:1.3em;
		color : #969696;
	}
	
	#sidebar1 li a:hover {
		color : white;
		background-color : #47b8f7;
	}
	
	#sidebar1 li:hover ul ul, #sidebar1 li:hover ul ul ul, #sidebar1 li.sfhover ul ul, #sidebar1 li.sfhover ul ul ul {
		left: -999em;
	}
	
	#sidebar1 li:hover ul, #sidebar1 li li:hover ul, #sidebar1 li li li:hover ul, #sidebar1 li.sfhover ul, #sidebar1 li li.sfhover ul, #sidebar1 li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
#box2{
	padding-top:145px;
	float : left;
	width : 198px;
	}	
#box2 p{
	width:140px;
	text-align:right;
	}
#box2 h1{	
	width:140px;
		color : #afafaf;
		font-weight : bold;
		text-decoration : none;
		padding : 0 5px;
		font-size:1.3em;
		line-height:140%;
		font-style:italic;
		text-align:right;
}
a{
color:#000;
}
a:hover{
background:#47b8f7;
}
