/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {font-family:"Trebuchet MS", trebuchet ms, trebuchet, arial, helvetica, sans-serif;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {
	vertical-align:middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.container {
	width:950px;
	text-align:left;
	margin: 0px auto; 
    height: 100%;
}

h1{
	background-repeat: no-repeat;
	font-size: 24px;
	padding-left: 238px;
	padding-top: 20px;
	padding-bottom: 20px;
}


body {
	margin:0px; 
	padding:0;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #050414;
	color: #ffffff;
	height: 100%;
}

.footertext{
	font-size: 11px;
	padding-left: 240px;
	font-style: italic;
	color: #444444;
}


.withpic{
	background-repeat: no-repeat;
	background-position: left 0;
	background-image: url('../images/logo.jpg');
	padding-left: 240px;
	height: 300px;
}
	
.nav{
	list-style: none;
	color: #ffffff;
    z-index: 9999;
	font-size: 16px;
	font-weight: bold;
	padding-left: 225px;
	padding-top: 20px;
}	
.nav li{
	display: inline;
	text-align: center;
	padding-left: 15px;

}
.nav li a{
	text-decoration: none;
	color: #ffffff;
	z-index: 9999;
	background-color: #0066cc;
	padding-left: 5px;
	padding-right: 5px;
}
.nav li a:hover{
	background-color: #a70e13;
}

a{
 color: #0066cc;
 text-decoration: none;
}	
	
	