*, 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: 100%;
}

img {
border: 0;
}

h1 {
display: block;
font-size: 1.2em;
font-weight: bold;
margin: 0;
color:#FFFF00;
}

h3 {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	margin: 1em 0;
	color:#FFFF00;
	width: auto;
}

p {
display: block;
font-size: 0.7em;
margin: 1em 0;
color:#FFFFFF;
line-height: 1.4em;
}

#container {
background: #000000;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 850px;
min-height:100%;
margin-bottom:-50px;
}

* html #container {
height:100%;
}

#header {
height: 150px;
background: #006600;
}

#header_home {
height: 100px;
background: #006600;
}

#nav {
background: url('../images/navBg.jpg') top left repeat-x;
height: 36px;
text-align: center;
}

#nav ul {
list-style: none;/* remove the bullets */
padding-left: 2.2em;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#nav li {
float: left;/* displaying the menu inline */
padding: 0;
margin: 0;
}

#nav li a:link,#nav li a:active,#nav li a:visited {
line-height: 3em;
font-size: 75%;
font-weight: bold;
color:#FFFF00;
text-decoration: none;
padding-left: 1.0em;
padding-right: 1.0em;
height: 36px;
}

#nav li a:hover {
background: url('../images/navBg_rollover.jpg') top left repeat;
color:#FFFF00;
text-decoration:none;
height: 36px;
}

/* 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;
}

#left2 {
	width: 200px;
	margin: 1em;
	float: left;
	}

#login {
	margin-top:auto;
	margin-left: 535px;
	width: 150px;
	height: 60px;
	margin: 1em;
	float: right;
}

#line {
	background: url('../images/left.jpg') top left repeat;
	width: 5px;
	height: 300px;
	margin-top:-300px;
	margin-left: 535px;
	margin-right: auto;
	float: left;
}

#line2 {
	background: url('../images/left.jpg') top left repeat;
	width: 5px;
	height: 300px;
	margin-top:-230px;
	margin-left: 200px;
	margin-right: auto;
	float: left;
}

#main {
width: 600px;
float: left;
margin: 10px;
}

#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:#ff6600;
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 #ffffff;
margin-left: auto;
margin-right: auto;
width:770px;
clear:both;
height:50px;
background:#000000;
}

#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;
}
