@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-image: url(../Links/BackgroundPattern5.jpg);
}
#illustration {
	width: 1000px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center -30px;
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../Links/background32.png);
}
#container {
	width: 800px;
	text-align: left;
	font-family: "Century Gothic", "Myriad Pro", Verdana, Arial, sans-serif;
	font-size: 10px;
	height: 600px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0px;
	margin-top: 0px;
} 
#LogoAnimation {
	left: -20px;
	top: -20px;
	position: relative;
	float: left;
	height: 195px;
	width: 195px;
}
#header {
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 10px;
	width: 275px;
	position: relative;
	height: 30px;
	float: right;
	color: #FFFFFF;
	margin-left: 10px;
	background-position: right;
} 
#header h1 {
	font-size: 14px;
	display: inline;
	background-position: right;
}
#illustration #header p {
	display: inline;
}
#sidebar3 {
	float: right;
	width: 190px;
	height: 110px;
	padding-top: 0px;
	position: relative;
	top: -95px;
	margin: 0px;
	padding-bottom: 0px;
	background-position: right;
}
#sidebar3 img {
	padding: 4px;
}
#sidebar2 {
	width: 300px;
	height: 200px;
	overflow: hidden;
	top: -95px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	position: relative;
}

#footer {
	color: #FFF;
	height: 80px;
	width: 600px;
	text-align: right;
	float: right;
	clear: both;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
	vertical-align: middle;
	display: inherit;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	right: -45px;
} 
#footer img {
	padding: 5px;
	display: inline;
	float: right;
}
.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;
}
#easyscroll{
	width: 180px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	height: 200px;
	position: relative;
	left: 20px;
	float: left;
	clear: both;
	margin-top: 220px;
}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
		}	
	#easyscrollnav{
	margin:1em 0;
	position: relative;
	left: 210px;
	top: 470px;
		}			
	#easyscrollnav li{
	list-style:none;
	margin-right:10px;
	cursor:pointer;
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
		}					
#btnUp {
	background-image: url(../easyscroll/ship_up3.png);
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
}
#btnDown {
	background-image: url(../easyscroll/ship_down3.png);
	padding-left: 40px;
}
#Nav {
	height: 210px;
	width: 193px;
	padding-left: 15px;
	float: left;
	margin-top: 0px;
	top: -110px;
	position: relative;
	left: -110px;
}
#myContent {
	width: 190px;
}
#sidebar4 {
	float: right;
	height: 200px;
	width: 300px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	position: relative;
	top: -75px;
}
ul
{
list-style-type:none;
padding:0px;
margin:0px;
}
li
{
background-image:url(../arrow.gif);
background-repeat:no-repeat;
background-position:0px 5px;
padding-left:14px;
}
a {
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
