html,body {
	margin:0;
	padding:0;
}

html.newsbox {
	overflow-y: scroll;
}

h3 {margin-top: 5px; margin-bottom: 0px;}

hr {color:#303030;}

body {
	font: 76% arial,sans-serif;
	text-align:left;
	color: #101010;
	background-image: none;
	background-color: #EEEEEE;
	
}

table.newsTable {

	padding: 2px 4px 2px 4px;
	border: 1px solid #000000;

}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

body.bg2 {

background-image: url('../img/background.gif');
background-repeat: repeat;

}

p {
	margin:0 5px 5px;

}

a {
	display:inline;
	color: #000000;
	text-decoration: underline;
}

a.block {
	display:block;
	padding:2px;

}

a:visited {color:#000000}
a:active   {color:#555555}
a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

a.subnav:hover {
	text-decoration: underline;
}

a.subnav:visited {
	color:#EEEEEE;
}

a.subnav {
	color: #EEEEEE;
	display:block;
	padding:2px;
	text-decoration: none;
}


a.lightlink {
	color: #303030;
	display:inline;
	padding:2px;
	text-decoration: none;
}

a.lightlink:hover {
	text-decoration: underline;
}

a.lightlink:visited {
	color:#303030;
}

div#header h1 {
	height:35px;
	line-height:35px;
	margin:0;
  	padding-left:10px;
  	background: #000000;
	color: #EEEEEE;
}
div#post {
	margin-left: 10px;
}

div#post h3 {
	display: block;
}
div#container {
	text-align:left;
}

div#content p {
	line-height:1.4;
	margin-left:10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

div#content p.smallmargin {
	line-height:1.4;
	margin-left:10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

div#content h2 {
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;

}

div#content h2.smallmarginx {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	font-size: 18px;

}

div#content h3 {
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;

}

div#content h3.smallmargin {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	font-size: 14px;

}

div#navigation {
	background:#303030;
	color: #EEEEEE;
}

div#extra {
	background:#CCCCCC;
}
div#footer {
	background: #303030;
	color: #EEEEEE;
}

div#footer p {
	margin:0;
	padding:5px 10px;
}

div#container {
	width:690px;
	margin:0 auto;
}

div#content {
	float:right;
	width:500px;
}

div#navigation {
	float:left;
	width:190px;
}

div#extra {
	float:left;
	clear:left;
	width:190px;
}

div#extra2 {
	float:left;
	clear:left;
	width:190px;
}
	
div#footer {
	clear:both;
	width:100%;
}
