

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
background-color: #f6f6f6;
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/

#all {
width: 100%;
height: 100%;
background-color: #f6f6f6;
}

#center {
width: 960px;
margin: auto;
}

#header {
width: 960px;
height: 215px;
background: #f6f6f6 url(../images/hyp.png);
}

#nav {
width: 960px;
height: 35px;
background: #f6f6f6 url(../images/navbg.png);
}


#innernav {
width: 420px;
height: 35px;
margin: auto;
}



ul {
margin: 0;
padding: 0;
list-style-type: none;
float: left;
}



ul li {
float: left;
padding-top: 25px;
padding-left: 25px;
}


li.new {
padding: 0;
padding-top: 12px;
margin: 0;
display: block;
width: 140px;
height: 35px;
font-family: arial;
font-size: 14px;
}


#footer {
height: 160px;
background: #f6f6f6 url(../images/logo.gif)no-repeat right;
clear: both;
}

/* =Links
-----------------------------------------------------------------------------*/
a {
color: #0bb7ff ;
text-decoration: none;
}

a:hover {
color: #9c9c9c;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

span {
display: block ;
padding-top: 20px ;
padding-left: 25px;
font-size: 12px;
color: #9e9e9e;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  margin: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
