*, html {
margin: 0;
padding: 0;
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

body {
background: url('../images/bg.jpg') repeat-x top left;
text-align: center;
font-family: arial, helvetica, san-serif;
font-size:12px;
}

img {
border: 0;
}

h1 {
display: block;
font-size:14px;
/*font-weight: bold;*/
margin: 0;
color:#000000;
}

h3 {
display: block;
font-size:12px;
/*font-weight: bold;*/
margin: 1em 0;
color:#000000;
}

p {
display:block;
font-size:12px;
margin: 1em 0;
color:#000000;
line-height: 1.4em;
}

#container {
background: #ffffff;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 800px;
min-height:100%;
margin-bottom:-50px;
}

* html #container {
height:100%;
}

#header {
height: 130px;
background-image:url('../images/top2.jpg');
}

#nav {
background: url('../images/navBg.jpg') top left repeat-x;
height: 10px;
text-align: center;
}

#nav ul {
list-style: none;/* remove the bullets */
padding-left: 0.5em;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#nav li {
float: left;/* displaying the menu inline */
padding: 0;
margin: 0;
}

#nav li a {
line-height: 3em;
font-size: 70%;
/*font-weight: bold;*/
color:#FFFFFF;
text-decoration: none;
padding-left: 0.5em;
padding-right: 0.5em;
height: 36px;
}

#nav li a:hover {
background: url('../images/navBg_rollover.jpg') top left repeat;
color:#FFFFFF;
text-decoration:none;
padding-top: 10px;
padding-bottom: 10px;
}

/* Hide from IE5-Mac \*/
#nav li a {
float: none
}
/* End hide */ 

.nav-bullet {
position: relative;
top: 1px;
}

#left {
width: 200px;
float: left;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 0;
}

#main {
width: 550px;
float: left;
margin: 15px;
}

#content {
width: 700px;
margin: 1em;
}

#main img {
margin-top: 1em;
padding-right: 8px;
padding-bottom: 8px;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
color: #0d61d2;
text-decoration: none;
}

a.readMore:hover {
text-decoration: underline;
}

.right {
float: right;
}

.left {
float: left;
}

#clearfooter {
clear:both;
height:50px;
}

#footer {
border-top: 1px dotted #d5d5d5;
margin-left: auto;
margin-right: auto;
width:770px;
clear:both;
height:50px;
background: #ffffff;
}

#footer p {
color: #878787;
}

.light-grey {
color: #ababab;
}

a.lightgrey:link, a.lightgrey:active, a.lightgrey:visited {
color: #ababab;
text-decoration: none;
}

a.lightgrey:hover  {
color: #ababab;
text-decoration: none;
border-bottom: 1px dotted #5993dd;
}

hr {
border-top: 1px dotted #a9a9a9;
text-decoration: none;
width: 200px;
}