@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:24px;
	color:#FFFFFF;
}

h2 {
	font-size:16px;
	color:#cc0000;
}

h3 {
	font-size:12px;
	font-weight: bold;
	color:#000;
	margin: 0px;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
}

ul {
	list-style-type: square;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.hidden {
	display: none;
}

.menulink {
	padding-left: 25px;
}

.scroller {
	overflow: auto;
}

.news {
	font-size: 12px;
	}
	
.form {
	font-size: 10px;
	}
	
.formborder {
	font-size: 10px;
}

.reverse {
	color: #FFF;
	background-color: #000;
}

th.news {
	background-color: #990000;
	color:#FFF;
	font-weight: bold;
	text-align: left;
}

td.news {
	background-color: #FFFFFF;
	text-align: left;
}

table.news {
	background-color: #CCCCCC;
}
	
#page-container {
	width: 1024px;
	margin: auto;
}

#lheader {
	height: 145px;
	width: 512px;
	float: left;
}

#rheader {
	height: 145px;
	width: 512px;
	float: right;
}

#navigation {
	clear: both;
	height: 30px;
	background: #cc0000;
	border: 1px solid #abaeb3;
}

#content { 
	height: 485px;
	border-right: 1px solid #abaeb3;
	border-left: 1px solid #abaeb3;
	background-image:url(../0_images/site/placeholder3.jpg);
}

#lcontent {
	height: 425px;
	width: 460px;
	float: left;
	padding: 0px;
	margin: 25px;
}

#rcontent {
	height: 425px;
	width: 460px;
	float: right;
	padding: 0px;
	margin: 25px;
	background-image:url(../0_images/site/bg_collaout.gif);
}

#icontent {
	height: 425px;
	width: 460px;
	float: right;
	padding: 0px;
	margin: 25px;
	background-image:url(../0_images/site/bg_callout_intro.gif);
}

#mcontent {
	height: 425px;
	width: 460px;
	padding: 0px;
	margin-left: 281px;
	margin-right: 281px;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	background-image:url(../0_images/site/bg_callout_intro.gif);
}

#rpicture {
	height: 425px;
	width: 460px;
	float: right;
	padding: 0px;
	margin: 25px;
}

#ccontent { 
	height: 425px;
	width: 970px;
	float: left;
	padding: 0px;
	margin: 25px;
	background-image:url(../0_images/site/bg_collaout_center.gif);
}

#footer {
	clear: both;
	height: 89px;
	border: 1px solid #abaeb3;
	background-image:url(../0_images/site/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 31px;
}

#longcontent { 
	border-right: 1px solid #abaeb3;
	border-left: 1px solid #abaeb3;
	padding: 10px;
}




