@charset "UTF-8";
/* CSS Document */

body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:1225px;
		background:#fff;
		font-size:11px;
		line-height: 16px;
		text-decoration: none; 
		font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	}
	
p {
		margin:0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		padding-left: 10px;
		padding-right:10px;
		padding-bottom:8px;
		}
		
h1 {
		margin:0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-decoration: none; 
		font-size: 11px;
		line-height: 14px;
		padding-left: 20px;
		padding-right:20px;
		padding-bottom:6px;
		}
		
	a:link {
		background-color : transparent;
		color : #000;
		text-decoration: none;
		font-size: 11px;
		}
	a:visited {
		background-color : transparent;
		color : #000;
		text-decoration: none;
		font-size: 11px;
		}
	a:hover {
		background-color : transparent;
		color : #cc6633;
		text-decoration: underline;
		font-size: 11px;
		}	
	a:active {
		background-color : transparent;
		color : #000;
		text-decoration: none;
		font-size: 11px;
		}	
	a:visited:hover {
		background-color : transparent;
		color : #cc6633;
		text-decoration: underline;
		font-size: 11px;
		}	
	a:visited:active {
		background-color : transparent;
		color : #000;
		text-decoration: none;
		font-size: 11px;
		}	

h2 {
	margin:15px 0 0 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight:normal;
	text-decoration: none;
	letter-spacing: 1px;
	color:#9CF;
	font-size: 24px;
	line-height: 16px;
	margin-left: 8%;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:4px;
		}
		
h3 {
	margin:0 0 0 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight:normal;
	text-decoration: none;
	letter-spacing: 1px;
	color:#6E96C8;
	font-size: 24px;
	line-height: 16px;
	margin-left: 8%;
	padding-left: 20px;
	padding-right:0px;
	padding-bottom:10px;
		}
		
		
			
h4 {
	margin:0 0 0 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight:normal;
	text-decoration: none;
	letter-spacing: 1px;
	color:#9CF;
	font-size: 15px;
	line-height: 19px;
	margin-left: 50%;
	padding-left: 10px;
	padding-right:0px;
	padding-bottom:0px;
		}
		
h5 {
		margin:0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-decoration: none; 	
		font-size: 11px;
		line-height: 16px;
		padding-left: 40px;
		padding-right:20px;
		padding-bottom:0px;
		}
			
	
		
h6 {
		margin:0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-decoration: none; 
		
		font-size: 11px;
		line-height: 16px;
		padding-left: 20px;
		padding-right:10px;
		padding-bottom:6px;
		}


.i {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 24px;
	color: #CED7E4;
	text-decoration: none;
	line-height: 16px;
	margin:0 0 0 0;
	font-weight:normal;
	margin-left: 0px;
	padding-left: 0px;
	padding-right:10px;
	padding-bottom:10px;
}


.heading {
  clear:both;
  float:left;
  width:100%;
  text-align: left;
  padding: 0;
  margin:0;
  background-color: #369
}

  
 
.left {
  float: left;
  padding: 0;
  margin-left: 8%;
  width: 17%;
}

.middle {
  top: 10px;
  padding: 0;
  margin-left: 25%;
  margin-right: 50%;
}

.right {
  float: right;
  padding: 0;
  width: 42%;
  margin-right: 8%;
}



.footer {
  padding: 0%;
  margin-left:0%;
  text-align: left;
  clear: both;
  background-color: #369
}
img  {
		display: block;
		padding-left:10px;
		margin: 0 0 0 0;
		border:0;
		}