/* settings */
html, body {
	height: 100%;
}

html, body,
div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, a, em, img,
small, strike, strong, sub, sup, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;	
}
dt, legend, caption {
    display: none;
}
.clear {
    clear: both;
}

hr.clear {
    line-height:1%;
    height:1%;
    margin:0;
    padding:0;
    visibility:hidden;
    clear:both;
}

ol, ul {
    list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;	
}
a {
	color: #008080;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	font-size: 62.5%;
	background: url(../gfx/bg_body.jpg) #ffffff no-repeat bottom center;
	font-family: Arial, Verdana, sans-serif;	
	background-attachment: fixed;
}
	body.small {
		font-size: 50%;
	}
	body.normal {
		font-size: 62.5%;
	}
	body.large {
		font-size: 75%;
	}
	
#container {
	width: 908px;
	margin: 0 auto;
}

	#header {
		position: relative;
		top: 0;
		height: 310px;
	}
	
		#top_header {
			height: 100px;
		}
		
			#logo {
				position: absolute;
				top: 30px;
				left: 10px;
			}
		
			#slogan {
				position: absolute;
				top: 26px;
				right: 18px;
				font-size: 190%;
				color: #999999;
				line-height: 150%;
				text-align: right;
				font-family: Helvetica, arial, verdana, sans-serif;
			}
			
				#slogan strong {
					font-weight: normal;
					color: #666666;
				}
				
		#bot_header {
			background: url(../gfx/bg_bot_header.jpg) no-repeat bottom left #ffffff;
			height: 212px;
		}
			
			#navigation {
				height: 42px;
				background: url(../gfx/bg_nav.jpg) no-repeat top left #ffffff;
			}
			
			#navigation li {
				display: inline;
				float: left;
				font-size: 140%;
			}
			
				#navigation li a {
					color: #ffffff;
					display: block;
					padding: 12px 23px;
				}
				
				#navigation li a:hover,
				#navigation li a.active {
					background: url(../gfx/bg_nav_active.jpg) repeat-x top left;					
					text-decoration: none;
				}
				
				#navigation li.nav_home a:hover,
				#navigation li.nav_home a.active {
					background: url(../gfx/bg_nav_active_left.jpg) no-repeat top left !important;					
				}
				
			#blocks {
			
			}
			
				.block {
					float: left;
					width: 262px;
					padding: 10px 20px;
					text-align: center;
				}
				
					.block h2 {
						font-size: 170%;
						color: #006699;
						font-weight: normal;
						font-family: Helvetiva, arial, verdana, sans-serif;
						line-height: 170%;
						margin-bottom: 10px;
					}
					
					.block ul {
						line-height: 160%;
						font-size: 130%;
					}
					
						.block a {
							color: #555555;
							text-decoration: none;
						}
						
						.block a:hover {
							color: #008080;
						}
						
						.block p {
							line-height: 160%;
							font-size: 130%;
							color: #555555;
						}
						
					.events_list ul {
 						line-height: 100% !important; 						
					}
					
						.events_list li {
							margin-bottom: 10px;
						}
						
						.events_list span {
							font-size: 85%;
						}
				
				
				
	#content {
		padding: 10px;
	}
	
		#main {
			padding: 10px 30px;
			width: 540px;
			float: left;
		}
		
			h1, h3 {
				font-size: 170%;
				color: #005858;
				font-family: Helvetica, arial, verdana, sans-serif;
				font-weight: normal;
				line-height: 170%;
				margin-bottom: 10px;
			}
			
			#main p {
				line-height: 160%;
				color: #555555;
				font-size: 130%;
			}
			
			#main ul {
				font-size: 130%;
				list-style-type: disc;
				color: #555555;
				line-height: 160%;
				margin: 10px 0 10px 32px;
			}
		
		#side {
			padding: 10px 20px;
			float: left;
			width: 230px;
			text-align: center;
		}
		
			#side p {
				line-height: 170%;
				color: #555555;
				font-size: 120%;
			}
			
				#side p.banner {
					margin-top: 20px;
				}
				
				#side p.banner img {
			//		border: 1px #DDDDDD solid;
					width: 100px;
float: left;
margin: 10px 10px 0 0;
				}
				
				.right_list {
				line-height: 170%;
				color: #555555;
				font-size: 120%;
			}

				.right_list li {
					margin-top: 10px;
				}
			
				.right_list a {
					color: #555555;
					text-decoration: none;
				}
				
				.right_list a:hover {
					color: #008080;
				}