* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #000;
	font-size: 12pt;
	background: url(images/vertical.jpg) repeat-x #fbfbfb; /*dark blue*/
	}	
/* Wrapper */

#wrapper {
	margin: auto;
	width: 960px;
	}
	
#header {
	background: url(images/img4.jpg) no-repeat;
	}
/*navigation*/

#nav {
	/*margin: auto;*/
	position: absolute;
	width: 305px;
  margin-left: +250px ;
  margin-right: auto ;

	top: 120px;

	}

#nav li {
	display: inline;
	padding: 0 0 0 10px;
	font-size:10pt;
	}
	
#nav a {
	text-decoration: none;
	color: #eee;
	}
	
#nav a:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
	}

/*end navigation*/
	
#logo {
	background: url(images/header2.jpg) no-repeat #4dc9ff; /*blue graphic*/
	height: 140px;
	text-indent: -1000px;
	}

/* main page content*/

#page{
	background: url(images/content.jpg) repeat-y; /*content bg*/
	}	
	
#bg {
	background: url(images/img4.jpg) no-repeat; /*top bg*/
		}
	
#bg h1 {
	padding: 50px 0 0 0px;
	color: #27b5f7;
	letter-spacing: 0.5em;
	text-align: center;
	}

#content {
	width: 700px;
	padding: 20px 50px 20px 90px; 
	white-space: normal;

	}
	
#content ol {
	margin-bottom: 10px; 
	position: relative;

	}
	
/*header structure*/	
	
h3 {
	font-size: 14pt;
	font-variant: small-caps;
	border-bottom: dotted  1px #767676;
	padding: 5px 0 10px 10px;
	color: #27b5f7;
	}
	
h3 a {
	text-decoration: none;
	color:#27b5f7;
	}
	
h3 a:hover {
	text-decoration: underline;
	}	
	
/* end header structure */	
	
p { 
	padding: 10px;
	}

img.help {
	float: left;
	padding: 10px;
	}
	
ol { 
	clear: both;
	}
	
#page ol li { 

	

	list-style-type:square;
	
	padding-left: 25px;
	
	}
	

/*bottom Contact Information*/

.contact {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
	}
	
.contact a {
	color: #aaa;
	text-decoration: none;
	}
	
.contact a:hover {
	text-decoration: underline;
	}
	
span.questions {
	font-weight: bold;
	font-size: 16px;
	color: red;
	}
	
/*end contact info */	

#bg2 {
	background: url(images/footer.jpg) no-repeat;
	height: 200px;
	}

#footer {
	padding: 40px 0 0 90px;
	background: url(images/footer.jpg) no-repeat;
	height: 200px;
	}
	
