html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-size: 14px;
}

table {
font-size: 14px;
}

.header {
	position: relative;
	top: 5px;
	width: 100%;
}
.title {
	position: absolute;
	text-align: center;
	height: 125px;
	background: #090;
	top: 0px;
	left: 0px;
	width: 100%;
}

.title img{
height: 90px;
width: 388px;
}

.green {
	background:#070;
	color: #fff;
	text-align: center;
}

.red2 {
	background: #c00;
	color: #fff;
	text-align: center;
}

.red {
	background: #090;
	color: #fff;
	text-align: center;
}

.section {
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	background: #090;
	padding: 3px;
	border: 1px solid #000;
}

.section a:link, .section a:visited {
	color: #fff
}

a:link, a:visited {
	color: #00c;
}

a:hover{
	text-decoration: none;
	color: #0f0
}

.global a:link, .global a:visited {
	background: #bbb;
	height: 35px;
	color: #000;
	padding: 5px;
	border: 1px solid #000;
}

.global a:hover {
	text-decoration: none;
}

.global {
	position: relative;
	top: 15px;
	text-align: center;
}

.content {
	position: absolute;
	top: 130px;
	left: 200px;
	right: 2px;
}

.side {
	position: absolute;
	top: 130px;
	left: 5px;
	width: 185px;
	border: 1px #000 solid;
	background: #ccc;
	border: 1px solid #000;
}



.footer {
	text-align: center;
	position: relative;
}

.news {
	border: 2px #ccc solid;
}

.info {
	position: absolute;
	top: 130px;
	left: 200px;
	right: 2px;
	text-align:center;
}

.posts {
	height: 300px;
	overflow: scroll;
	border: 1px #000 solid;
}

/* SAX Styles */
div.ajax { overflow: hidden; padding: 8px 1px 1px; position: relative; left: 0px; width=100%; z-index:2;top:-20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 10px; float: left;}
.saxred {color: #c00; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 1.0em;}
.saxgray {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 1.0em;}
.saxmaroon {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 1.0em;}
.saxblack {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 1.0em;}
a.saxblack {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 10px;}
input.saxinput {
	border: 1px solid {T_BODY_TEXT};
	width:100px;
	height:16px;
	font-size: 10px;
	color: #ff0000;
	opacity: 0.5;
	-moz-opacity:0.5;
	}
input.saxsubmit {
	border: 1px solid {T_BODY_TEXT};
	width:40px;
	height:16px;
	font-size: 10px;
	color: #ff0000;
	opacity: 0.5;
	-moz-opacity:0.5;
}
