/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
	 
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
	background: #CCCCCC;
	  text-align: center;
	
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #2B591E;
	min-height: 400px;
	border: 1px solid #000; 
	text-align: left;

}

#header {
	min-height: 20px;
	background: #13567E ; 
	border: none;
	
}

#header #title {
	margin-top: 0px;
	
}

#header ul 	{

	list-style-type: none;
	margin: 0px 0px 0 20px;
	min-height: 20px;

}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	

}

#header li a {
	margin:3px;
	color:#FFFFFF;
	text-decoration: none;
	
}

#header li a:hover {
	color: #fff;
	text-decoration:underline;
}

li a#marker   {
	color: #fff;
	font-weight: bold;
	text-decoration:underline;
}



#strap { 
	height: 90px;
	background: url(../images/strapBG.jpg) no-repeat #fff center;
	
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 20px;
	margin-bottom:5px;
	padding-bottom: 25px;
	margin-right: 25px;
}




#innercontent {
	background-color: #fff;
	min-height: 350px;
	border: 1px solid #fff;
	padding: 4px 10px 10px 10px;
	margin-left: 120px;
	
}

#innercontent ol, #innercontent ul  {
	margin-left: 5px;
	margin-right: 30px;				
				
}

#innercontent ol li {
	
	margin-left: 35px;
	margin-bottom: 10px;						
}



#innercontent ul li {
	color: #003D6B;
	margin-left: 35px;
	margin-bottom: 10px;
	list-style-image: url(../images/blue.jpeg) centre;				
				
}

#innercontent a {
	text-decoration: none;
	color: #003D6B;
	font-weight: 600;
}


#innercontent a:hover {
	color: #003D6B;
	text-decoration:underline;
	font-weight: 600;
}




#leftcol {
	float: left;
	width: 120px;
	background-color: #13567E;
	border-top: 1px solid #fff;
	
	
}

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
	
}

#leftcol li {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;

}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	color: #fff;
	
	
}


#leftcol li a:hover {
	color: #fff;

	text-decoration:underline;
	
}


#leftcol li a#here {
	background-color: #fff;
	color: #003D6B;
		text-decoration:underline;

	

}


#footer {

	min-height: 20px;
	background: #13567E ; 
}

#footer p {
	margin: 2px;
	margin-left:10px;
	color: #FFFFFF;
	
	
}



/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 5px 3px 15px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #003D6B;
	word-spacing: 1.0px ;
	letter-spacing: 0.2px;
	font-weight: 500;
	


}

h1 {
	color: #fff;
	background:#13567E ;
	text-align:center;
	padding:5px;
	padding-left: 10px;
	font-size: 130%;
	letter-spacing: 1.2px ;
	border: 1px solid #000;
	border-top: none;
	line-height: 1.2;
	
}

h2 {
	font-size: 130%;
	
}

h3 {
	font-size: 120%
}

h4 {
	font-size: 110%
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

p {
	margin: 20px;
}

.problem{
	color: #ff0000;
	font-weight:bold;
}

.success{
	color: #339933;
	font-weight:bold;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #003D6B;
	text-decoration: none	;

}

a:hover {
	text-decoration: underline;

}


/**************** Form Styles *****************/


input {
background-color: #EEEEEE;
border: 1px #000 solid ;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 10pt
}

textarea {
padding: 5px;
background-color: #EEEEEE;
border: 1px #000 solid ;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 10pt
}

