html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
	vertical-align: baseline;
}

body {
	background:#e0e0e0;
}

#container {
	background:white;
	width:950px;
	padding:25px 0px 15px 0px;
	border-right:1px solid #848484;
}

#green {
	color:green;
}

#red {
	color:red;
}

#header {
	float:left;
	height:50px;
}

#header a {
	padding:10px;
}

#header_nologo_left {
	background:#848484 url(../images/logo-2.jpg);
	width:450px;
	height:50px;
	float:left;
}

#header_logo {
	background:#848484 url(../images/logo.jpg);
	width:300px;
	height:50px;
	float:left;
}

#header_nologo_right {
	background:#848484 url(../images/logo-2.jpg);
	width:200px;
	height:50px;
	float:left;
	clear:right;
}

#main {
	height:100%;
	width:100%;
	overflow:hidden;
}

#nav {
	background:white;
	padding:10px;
        height:100%;
	width:150px;
	float:left;
}

#nav p, #content p, #news p {
	padding-top:6px;
	padding-bottom:6px;
}

#nav a, #header a {
	color:#848484;
	text-decoration:none;
}

#nav a:hover, #header a:hover {
	color:#802020;
	font-weight:bold;
}

#nav ul {
	font-size:9px;
	position:relative;
	left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

#content {
	border-left:1px solid #848484;
	border-right:1px solid #848484;
	padding:10px;
	width:590px;
	min-height:500px;
	float:left;
}

#content p, #content table {
	padding-bottom:12px;
}

#content h1 {
	padding-top:6px;
	padding-bottom:6px;
	color:#802020;
	font-weight:bold;
	font-size:20px;
}

#content h2 {
	border-top:1px dashed #848484;
	border-bottom:1px dashed #848484;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:6px;
	color:#802020;
	font-weight:bold;
	font-size:16px;
}

#content h3 {
	padding-top:6px;
	padding-bottom:6px;
	color:#802020;
	font-weight:bold;
	font-size:14px;
}

#content strong {
	font-weight:bold;
}

#content a {
	color:#802020;
	text-decoration:none;
	border-bottom:1px dotted #802020;
}

#content a:hover, #news a:hover {
	color:#d06060;
}

#content ul {
	position:relative;
	list-style-position:inside;
	padding-bottom:12px;
}

#inset {
	background:white;
	padding:0px 10px 10px 10px;
	float:right;
}

.text {
	width:300px;
}

#inset h1 {
	color:black;
	border:0px;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
}

#inset p {
	font-style:italic;
	padding-bottom:12px;
}

#news {
        width:168px;
	height:100%;
	float:right;
}

#news p {
	padding-bottom:12px;
}

#news a {
	color:#802020;
	text-decoration:none;
}

#news a:hover {
	font-weight:bold;
}

#news h1 {
	color:#802020;
	border:0px;
	font-weight:bold;
	font-size:14px;
}

#news h2 {
	color:#802020;
	border:0px;
	font-weight:bold;
	padding-bottom:0px;
}

#news_top {
	border-bottom:1px solid #848484;
	padding:10px;
}

#news_bottom {
	padding:10px;
}

#news_bottom img {
	padding-botton:6px;
}

#big_num {
	font-weight:bold;
	font-size:36px;
}

#footer {
	width:100%;
	height:50px;
}

#footer_nologo_left {
	background:#848484 url(../images/logo-4.jpg);
	width:200px;
	height:50px;
	float:left;
}

#footer_logo {
	background:#848484 url(../images/logo-3.jpg);
	width:300px;
	height:50px;
	float:left;
}

#footer_nologo_right {
	background:#848484 url(../images/logo-4.jpg);
	width:450px;
	height:50px;
	float:left;
	clear:right;
}

