@import url('reset.css');
@import url('text.css');
@import url('960.css');






* {
   padding:0;
   margin:0;
}

body
{
	background: #fff;
}


a
{
	color: #0096cd;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*.text{
	border-top: 1px solid #e6e5d9;

}

.textlast{
	border-top: 1px solid #e6e5d9;
	margin-bottom: 40px;
}

.thanks{
	font-weight: bold;
	color: #0c0e1a;
}*/


p
{
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
}

ol, ul {
list-style-type:none;
}

/*
img
{display: block;
padding: 0px;
  margin-left: auto;
  margin-right: auto; }

img.headingimg 
{
	
	margin-top: 20px;
	margin-bottom: 20px;
 }
*/
.container_16
{

}


h1.logo {
	background: url(../img/logo.jpg) no-repeat;
	height:333px;
	width:700px;
/*	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
*/}
	
h1.logo a {
	height:333px;
	width:700px;
	display:block;
	text-indent:-9999px;
	}

	ul#nav {
		font-weight: bold;
		list-style-type: none;
		float: right;
		margin-top: 40px;
}

	ul#nav li {
		display: inline;
	}

	ul#nav a{
		text-decoration: none;
		color: #0096cd;
		border-right: 1px solid #0096cd;
		padding-right: 4px;
		padding-left: 2px;
	}


ul#nav a:hover{
	text-decoration: underline;
}

	ul#nav li.last a{
		border: none;
	}
	
	ul#footernav {
		list-style-type: none;
		float: right;
	}
	ul#footernav li {
	border-right: 1px solid #096cd;
		padding-right: 4px;
		padding-left: 2px;
		display: inline;
	}
	
	ul#footernav li.last{
		border: none;
	}
	
#footer{
	height: 45px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0;
}


img.left{
float: left;
margin-right: 10px;
}



