body{
	background-color: #FE6700;
	color: Black;
	font-family: Geneva, sans-serif;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}
/* div id="page" is a container */
#page{
	background-color: #FFFFFF;
	border-left: 1px Solid Black;
	border-right: 1px Solid Black;
	border-bottom: 1px Solid Black;
	color: Black;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 750px;
}

/* 
Start of header elements...
div id="header" is the container...
*/

#header{
	border-bottom: 1px Solid Black;
	height: 100px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header img{
	border: 0px;
}
#header #headleft{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 255px;
}
#header #headright{
	float: right;
	font-size: 12px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 490px;
}
#header #headright a, #header #headright a:visited{
	background-color: White;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
#header #headright a:hover{
	background-color: White;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

/* 
Start of content elements...
div id="content" is the container...
*/

#content{
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#content a, #content a:visited{
	background-color: White;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover{
	background-color: White;
	color: Black;
	font-weight: normal;
	text-decoration: underline;
}
#content img{
	border: 0px;
}
#content h1{
	background-color: transparent;
	color: Black;
	font-size: 120%;
}
#content h2{
	background-color: transparent;
	color: Black;
	font-size: 105%;
}
#content li{
	margin-left: 50px;
}

.imgleft{
	padding-right: 10px;
}

/* 
Start of footer elements...
div id="footer"...
*/

#footer{
	border-top: 1px Solid Black;
	clear: both;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 750px;
}
#footer a, #footer a:visited{
	background-color: White;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	background-color: White;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}