body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
}

#topwarning {
	position: fixed;
	width: 100%;
	height: 10px;
	top: 0;
	background-image: url(../images/disclaimer.gif);
	z-index: 9999;
}
#bottomwarning {
	position: fixed;
	width: 100%;
	height: 10px;
	bottom: 0;
	background-image: url(../images/disclaimer.gif);
}


#content {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}


#header {
	margin-top:2px;
	padding:0px;
	margin-bottom:5px;
	width: 100%;
	height: 158px;
	background-color: white;
	padding-top: 11px;
}

#header #headerBar {
	width: 100%;
	height: 5px;
	margin-top: -4px;
	background-image: url("/images/bottom-bar.png");
	background-position: middle;
	background-repeat: repeat-x;
}

#header #headerImg {
	height: 100px;
	background-image: url("/images/header.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#headerstuff {
	position: relative;
	margin: 0 auto;
	padding-top: 6px;
	text-align: left;
	width: 800px;
	color: white;	
}

#headerstuff a {
	color: white; 
	position: relative; 
	font-size: .75em; 
	font-weight: bold;
}

#headerstuff a:hover {
	color: red;
	text-decoration: none;
}

#leftside {
	float: left;
	width: 500px;
	margin-right: 15px;
}

/* Left area */
#mainbox {
	top: 200px;
	width: 800px;
	min-height:300px;
}

#ca {
	float: none;
	width: 500px;
	margin-right: 15px;
	margin-top: 15px;
}

/* Right Sidebar */
#rightside {
	float: left;
	left: 0;
	width: 280px;
}

#int {
	float: left;
	left: 0;
	width: 280px;
}


#contactbox {
	background-color: #eeeeee;
	padding: 10px;
	color:#000000;
	width: 280px;
	font-size: 0.75em;
	margin: 0px 0px 5px 0px;
}

#contactbox a {
	color:#000000;
}

#videobox {
	background-color: #4287b5;
	padding: 10px;
	color:#ffffff;
	width: 280px;
	margin: 0px 0px 5px 0px;
}

#videobox a {
	color:#ffffff;
}

#videobox .imageHeading {
	margin: 0px 0px 8px 0px;
}

#tweeter {
	width: 100%;
	background-color: #747474;
	padding: 10px;
	color:#ffffff;
	width: 280px;
	margin: 0px 0px 5px 0px;
}

#tweeter p {
	padding: 0px;
	margin-bottom: 2px;
	font-size: 0.75em;
	line-height: 1em;
}

h1 {
	color: #ff3333;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.85em;
}

h2 {
	color: #ff3333;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: #ff3333;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

#news_title {
	margin-top: 1em;
	border-bottom: 2px dotted red;
}

p {
	font-size: 0.75em;
	color: #fffff;
	line-height: 1.3em; 
}

.date {
	font-size: 0.75em;
	margin-bottom: -8px;
	text-transform: uppercase;
}

ul {
	font-size: 0.75em;
	color: black;
}

ol {
	font-size: 0.75em;
	color: black;
}

/* Links */
a {
	color: #ff3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.
