body { 

	font-size: 12px;
	color: black;
	font-family: Avenir Arial, sans-serif;
	
	}
	
.main {

	margin: auto;
	width: 500px;
	
	}
	
h1 {
	font-size: 14px;
	color: #69C;
	text-transform: uppercase;
	margin-bottom: 0px;
	}
	
h2 {
	font-size: 12px;
	color: #69C;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #9c9;
	}
a:hover {
	color: #000;
	}
	
.header {  }

.nav ul
	{
	background: #69c;
	width: 500px;
	height: 48px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

li.inline {
	display: block;
	float: left;
	height: 38px;
	width: 170px;
	border-right: 1px solid #fff;
		padding-top: 10px;

	}
	
	b { color: #69c; }

li.last {
	display: block;
	width: 150px;
	float: left;
	height: 38px;
	padding-top: 10px;
	border-right: 0px;
	} 
  
.nav li a:link, .nav a:visited, .second-nav li a:link, .second-nav a:visited
	{ 
	width: 100%;
	text-decoration: none; 
	color: white; 
	padding-left: 5px;
  	padding-right: 5px;
	}
			
.nav li a:hover, .second-nav li a:hover
	{
	color: #333;
	}


.second-nav ul{
	background: #9c9; 
	width: 500px;
	height: 24px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	

li.inline2 {
	display: block;
	float: left;
	height: 24px;
	width: 170px;
	border-right: 1px solid #fff;
		padding-top: 5px;

	}

li.last2 {
	display: block;
	width: 150px;
	float: left;
	height: 24px;
	padding-top: 5px;
	border-right: 0px;
	} 
  
.text ul li { 
	margin-bottom: 10px; 
	line-height: 18px;
	}
	
.images  
	{
	width: 500px;
	}
	
.text p 
	{
	text-align: justify;
	line-height: 22px;
	margin-top: 0px;
	}
.insert h2 {
	font-size: 14px;
	font-weight: normal;
	color: white;
	}
	
.foot 
	{
	background: #69c;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 5px;
	}
	
.insert {
	float: right;
	font-size: 12px;
	color: white;
	line-height: 1.5em;
	background: #69c;
	padding: 15px;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	}
	
.insert-left {
	float: left;
	font-size: 12px;
	color: white;
	line-height: 1.5em;
	background: #69c;
	padding: 15px;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
	}