body{
	background-color: gray;
	background-image: url(images/blue3.gif);
	background-image: url(images/gray4.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 5px;
}

#preheader{
	background-color: white;
	color: #9BBBF5;
	height: 25px;
	padding: 3px;
	padding-left: 8px;
	font-size: large;
}

#headerempty{
	background-color: gray;
	margin: 0px;
	width: 800px;
	text-align: center;
}

#leftcol{
	background-color: #E5FDE7;
	float: left;
	margin: 0 0 0 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 15px;
	width: 135px;
	height: 300px;
	line-height: 1.2em;
	z-index: 15;
	font-size: 1em;
}

#leftcol a:link{color: white; text-decoration: none}
#leftcol a:visited{color: white; text-decoration: none}


#main{
	background-color: #F9FFF9;
	background-color: white;
  	margin: 0 0 0 185px;
	padding: 5px;
	padding-left: 10px;
	line-height: 1.3em;
}

.warning{
	background-color: White;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 5px;
	margin-top: 10px;
	border-style: double;
	text-align: center;
	color: brown; 
	border-color: #6A9CCE; 
}

/*links table - next three steps*/

ul#list-menu {
list-style:none;
margin:20px;
padding:0;
border:solid #668265;
border-width:1px 2px 2px 2px;
width:125px
}

ul#list-menu li a {
text-decoration:none;
display:block;
border-top:1px solid #fff;
padding:5px;
background:#336699;
color:#eee;
font-weight: bold;
}

ul#list-menu li a:hover {
background:#a2b3a1;
color:#000;
}

#footer{
	background-color: #A6C4E1;
	color: white;
	text-align: center;
	padding: 1px;
	font-size: 85%;
	clear: both;
}

#allcontent{
   background-color: #E5FDE7;	
	background-color: white; 
	width: 800px;
	margin: auto;
	padding: 0px;
	border: solid;
	border-color: #6A9CCE;
	border-width: 5px;
}

p{
	line-height: 1.3em;
}

ul{
	line-height: 1.3em;
}

#leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

h1{
	font-size: 220%;
	font-weight: bold;
	color: Black;
}

h2{
	font-size: 150%;
	color: Black;
}

h3{
	font-size: 110%;
}

.textcenter{
	text-align: center;
}

.textjustify{
	text-align: justify;
}

.text20center{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

a:link{
	color: Black;
	text-decoration: none;
	border-bottom: thin dotted;
}

a:visited{
	color: Black;
	text-decoration: none;
	border-bottom: thin dotted;
}

a:hover{
	color: highlight;
}

.leftcollow a:link{
	text-decoration: none;
	border-bottom: none;
}



