/* RESET.CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

	body {
		background:#ffffff;
		margin:0 auto 0;		
	    font-family:Tahoma,Geneva, sans-serif;
		height:100%;
		min-height:600px;
		line-height:1.0em;
		}
		a:link,a:visited{
		text-decoration:none;
		color:#7693ce;
		}
		a:hover {
		text-decoration:none;
			color:#8ca7df;	
		}
	p{
		color:#344d80;
		text-align:left;
		font-family:Tahoma,Geneva,sans-serif;
		font-size:1.4em;
		}
	i, em{ 
		font-style:italic;
		}
	b,strong{
		font-weight:bold;
		}
	small{
		font-size:95%;
		}
	big{
		font-weight:bold;
		font-size:105%;
	  }
	span{

	   }
  	#everything{
	width:605px;
	margin:0 auto;
	font-size:0.625em;		
		}



/* header styles */

	 h2{
		font-family:Georgia,serif;
		color:#344d80;
		font-size:1.8em;
		font-weight:bold;
		font-style:italic;
		margin-bottom:8px;
		padding-bottom:9px;
		border-bottom:1px dashed #9eaae3;
		}
	 h3{
		font-family:Tahoma,Geneva,sans-serif;
		color:#698acc;
		font-size:1.4em;

	}
	#navigation{
	margin-left:55px;
	width:500px;
	}
	#navigation ul{
   list-style:none;
   margin-top:18px;		
	}
	#navigation ul li{
	margin:9px 0;	
	}
	#navigation ul li,#navigation ul li a,#navigation ul li a:visited{
    font-size:1.1em;
	color:#7693ce;
	}
	#navigation ul li a:hover{
	color:#8ca7df;	
	}
	#navigation ul li h3{
	font-family:Georgia,serif;
	font-weight:bold;
	font-style:italic;	
	margin:8px 0;
	font-size:1.2em;
	}
	#footer{
	margin:0 auto;
	width:500px;
	border-top:1px dashed #9eaae3;
	margin-top:20px;
	}
	#footer p{
	padding-top:8px;
	float:right;	
	}

.clear{
clear:both;	
}
.floatLeft{
float:left;
	}
.floatRight{
float:right;	
margin-right:10px;
}

