*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

h3{
	color:#275987;
	padding:5px 0;
}

.calendar{
	background-color:#fff;
}

a:link {
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
	color: #000;
	text-decoration: none;	
	font-weight: bolder;
}

a:hover {
	color: #818181;
	text-decoration: none;
	font-weight: bolder;
}

a:active {
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}

#header{
	background: url(../images/header_rp.jpg) repeat-x;
	min-height: 130px;
}

#header_2{
	width: 980px;
	margin: 0 auto;
}

.address{
	font-size: 20px;
	font-weight: bolder;
	padding: 35px 15px 0 0;
	text-align: left;
	width: 385px;
}

#flash_header{
	background: url(../images/flash_bg.png) repeat-x;
}

#flash_header2{
	width: 980px;
	margin: 0 auto;
}

#nav {
	float: left;
	width: 250px;
	min-height: 318px;
	background: url(../images/nav_menu.jpg) #FFF no-repeat;
}

#nav ul{
	margin-left: 66px;
	margin-top: 60px;
	list-style: none;
}

#nav li{
	padding: 9.5px;
}

#content{
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
}

#content2{
	background: url(../images/body_bg.jpg) #FFF repeat-y;
	width: 980px;
	min-height: 500px;
}

#footer{
	min-height:45px;
	background: #CBCCCE url(../images/footer_rp.png) repeat-x;
}

#footer2{
	margin: 0 auto;
	width: 980px;
	color: #FFF;
	font-size: 7px;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;	
	font-weight: bolder;
}

#footer a:hover {
	color: #818181;
	text-decoration: none;
	font-weight: bolder;
}

#footer a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}

#flash{
	background: url(../images/flash_sub.png) transparent no-repeat;
	min-height: 318px;;
	width: 730px;
	float: left;
	width: 730px;
}


#sidebar{
	float: left;
	padding: 10px;
	width: 232px;
}

#sidebar ul{
	list-style: none;
	padding: 10px;
}

#content_body{
	float: right;
	width: 700px;
	padding: 10px;
}

#content_body ul{
	padding:5px 30px;
}

#content_body li{
	padding:3px 0;	
}

.date{
	padding:0 5px;
	font-style:italic;
	font-size:10px;
	color:#999;
}
.news{
	padding:10px;
}

.news a:link {
	color: #275987;
	text-decoration: none;
	font-weight: bolder;
}

.news a:visited {
	color: #275987;
	text-decoration: none;	
	font-weight: bolder;
}

.news a:hover {
	color: #818181;
	text-decoration: none;
	font-weight: bolder;
}

.news a:active {
	color: #275987;
	text-decoration: none;
	font-weight: bolder;
}

table.bkgd_norepeat tr td {
	background-repeat: no-repeat;
}
