body {
	margin:0;
	padding:0;
	background-image:url(images/bg_tile.jpg);
	background-color:#4c5969;
	background-repeat:repeat-x;
	font-family:arial;
	font-size:11px;
}

a {
	color:#05438B;
	text-decoration:underline;
}
a:hover {
	color:#05438B;
	text-decoration:none;
}

.floatleft { float:left; }
.floatright { float:right; }
.underline { text-decoration:underline; }

#border_page {
	width:900px;
	margin:0 auto;
	text-align:center;
	background-image:url(images/page_bg_sides.jpg);
	background-color:#3d4753;
	background-repeat:no-repeat;
}
#white_page {
	width:880px;
	margin:0 auto;
	text-align:center;
	background-color:#ffffff;
}
#header {
	width:880px;
	height:109px;
	background-image:url(images/logo_header.jpg);
	background-repeat:no-repeat;
}
#main_menu_bar {
	border-top:1px solid #a2a5a9;
	border-bottom:1px solid #6ebe45;
	background-image:url(images/main_menu_gradient.jpg);
	background-repeat:repeat-x;
	height:28px;
}
.main_menu_item_spacer {
	float:left;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	margin: 7px 10px;
}
.main_menu_item {
	float:left;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	padding: 7px 20px;
	cursor:pointer;
}
	a .main_menu_item {
		text-decoration:none;
	}
.main_menu_item_active {
	float:left;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	padding: 7px 20px;
	background-image:url(images/main_menu_gradient_active.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
}
	a .main_menu_item_active {
		text-decoration:none;
	}
.main_menu_bar_bottom {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #a1a1a1;
	background-image:url(images/main_menu_bar_bottom.jpg);
	height:28px;
	position:relative;
	text-align:left;
}
.sub_menu_bar {
	color:#4c4c4c;
	padding:8px 1px;
}
.submenuitem {
	margin: 0 10px;
	cursor:pointer;
}
	.submenuitem a {
		color:#4C4C4C;
		text-decoration:none;
	}
.sub_menu_bar_blueitem {
	color:#04428a;
}
	.sub_menu_bar_blueitem a {
		color:#04428a;
	}
	
#page_content {
	border-top:1px solid #ffffff;
}
#page_content_main {
	background-color:#e6e6e6;
	border-top:1px solid #ffffff;
}

	.boxes {
		float:left;
		width:279px;
		margin:10px 0 0 10px;
		background-color:#fcfcfc;
	}
		.boxes_header {
			height:32px;
			background-image:url(images/boxes_head_small.jpg);
			background-repeat:no-repeat;
			position:relative;
		}
			.boxes_header_text {
				color:#05438b;
				font-size:13px;
				font-weight:bold;
				position:absolute;
				left:15px;
				top:10px;
			}
			.boxes_header_plus {
				background-image:url(images/boxes_header_plus.jpg);
				height:16px;
				width:16px;
				position:absolute;
				right:15px;
				top:10px;
				cursor:pointer;
			}
		.boxes_content {
			height:213px;
			background-color:#fcfcfc;
			border-top:1px solid #6ebe45;
			border-left:1px solid #bababa;
			border-right:1px solid #bababa;
			border-bottom:1px solid #bababa;
			background-image:url(images/boxes_about_content_bg.jpg);
			background-position:bottom center;
			background-repeat:no-repeat;
		}
		.boxes_content p {
			color:#929292;
			font-size:11px;
			text-align:left;
			margin:25px 20px;
		}
		
	.boxes_upcomingevents {
		float:right;
		width:570px;
		margin:10px 10px 0 0px;
		/*background-color:#fcfcfc;*/
	}
		.boxes_header_big {
			height:32px;
			background-image:url(images/boxes_head_big.jpg);
			background-repeat:no-repeat;
			position:relative;
		}
			.boxes_header_big_text {
				color:#05438b;
				font-size:13px;
				font-weight:bold;
				position:absolute;
				left:15px;
				top:10px;
			}
			.boxes_header_big_plus {
				background-image:url(images/boxes_header_plus.jpg);
				height:16px;
				width:16px;
				position:absolute;
				right:15px;
				top:10px;
				cursor:pointer;
			}
		.boxes_content_big {
			height:213px;
			background-color:#fcfcfc;
			border-top:1px solid #6ebe45;
			border-left:1px solid #bababa;
			border-right:1px solid #bababa;
			border-bottom:1px solid #bababa;
			line-height:13px;
		}
			.boxes_content_big p {
				text-align:left;
				color:#929292;
				font-size:11px;
				margin-left:10px;
			}
			.boxes_content_big p u {
				color:#034289;
				text-decoration:underline;
				font-weight:bold;
			}
		
	.boxes_news {
		float:left;
		width:279px;
		margin:10px 0 10px 10px;
		/*background-color:#fcfcfc;*/
	}
		.boxes_content_news {
			overflow:hidden;
			height:248px;
			background-color:#fcfcfc;
			border-top:1px solid #6ebe45;
			border-left:1px solid #bababa;
			border-right:1px solid #bababa;
			border-bottom:1px solid #bababa;
		}
		.boxes_content_news p {
			color:#929292;
			font-size:11px;
			text-align:left;
			margin:10px 20px;
		}
		.boxes_content_news p u {
			color:#000000;
			text-decoration:underline;
		}
		
		.boxes_content_news_sup {
			height:93px;
			background-color:#fcfcfc;
			border-top:1px solid #6ebe45;
			border-left:1px solid #bababa;
			border-right:1px solid #bababa;
			border-bottom:1px solid #bababa;
		}
		.boxes_content_news_sup p {
			color:#929292;
			font-size:11px;
			text-align:left;
			margin:10px 20px;
		}
		.boxes_content_news_sup p u {
			color:#000000;
			text-decoration:underline;
		}
	
	.boxes_recentevents {
		float:left;
		width:279px;
		margin:10px 10px 10px 10px;
		/*background-color:#fcfcfc;*/
	}
		.boxes_recentevents_content {
			border-left:1px solid #bababa;
			border-right:1px solid #bababa;
			border-bottom:1px solid #bababa;
			text-align:left;
		}
			.boxes_recentevents_content_item_blue {
				border-bottom:1px solid #ffffff;
				height:53px;
				background-image:url(images/boxes_recentevents_content_item_blue.jpg);
				background-repeat:repeat-x;
				position:relative;
				cursor:pointer;
				overflow:hidden;
			}
				.boxes_recentevents_content_item_blue_inner {
					padding:8px;
					width:210px;
					font-size:11px;
					color:#ffffff;
				}
				.boxes_recentevents_content_item_blue_outer {
					height:51px;
					margin:0;
					position:absolute;
					right:1px;
					top:1px;
					width:54px;
				}
			.boxes_recentevents_content_item_grey {
				border-bottom:1px solid #ffffff;
				height:53px;
				background-image:url(images/boxes_recentevents_content_item_grey.jpg);
				background-repeat:repeat-x;
				position:relative;
				cursor:pointer;
				overflow:hidden;
			}
				.boxes_recentevents_content_item_grey_inner {
					padding:8px;
					width:210px;
					font-size:11px;
					color:#ffffff;
				}
				.boxes_recentevents_content_item_grey_outer {
					height:51px;
					margin:0;
					position:absolute;
					right:1px;
					top:1px;
					width:54px;
				}
				
			.positionrel {
				position:relative;
			}
				.positionrel a img {
					position:absolute;
					top:0;
					right:0;
					width:70px;
					height:53px;
					overflow:hidden;
					border:0;
				}
	
	.boxes_culture {
		float:right;
		width:279px;
		margin:10px 10px 10px 0;
		/*background-color:#fcfcfc;*/
	}
		.boxes_culture_header {
			height:32px;
			background-image:url(images/boxes_head_small.jpg);
			background-repeat:no-repeat;
			position:relative;
		}
			.boxes_culture_header_text {
				color:#05438b;
				font-size:13px;
				font-weight:bold;
				position:absolute;
				left:15px;
				top:10px;
			}
			.boxes_culture_header_plus {
				background-image:url(images/boxes_header_plus.jpg);
				height:16px;
				width:16px;
				position:absolute;
				right:15px;
				top:10px;
				cursor:pointer;
			}
		.boxes_culture_content {
			height:248px;
			background-color:#fcfcfc;
			border-top:1px solid #6ebe45;
			border-left:1px solid #bababa;
			border-right:1px solid #bababa;
			border-bottom:1px solid #bababa;
			background-image:url(images/boxes_culture_content_bg.jpg);
			background-position:bottom center;
			background-repeat:no-repeat;
		}
		.boxes_culture_content p {
			color:#929292;
			font-size:11px;
			text-align:left;
			margin:10px 12px;
		}
		.boxes_culture_content p u {
			color:#6dbc45;
			font-size:11px;
			text-decoration:underline;
		}
		
		
	.inside_left_nav {
		float:left;
		width:153px;
		background-color:#e6e6e6;
		border-right:1px solid #bfbfbf;
		border-bottom:1px solid #bfbfbf;
	}
		.inside_left_nav_head {
			border-top:10px solid #6bbe45;
			border-bottom:1px solid #000000;
			height:104px;
			/*background-image:url(images/inside_left_nav_head_image.jpg);*/
		}
		.inside_left_nav_head_2 {
			border-top:10px solid #e64944;
			border-bottom:1px solid #000000;
			height:104px;
			background-image:url(images/inside_left_nav_head_image_2.jpg);
		}
		.inside_left_quote {
			text-align:right;
			font-family:times;
			font-style:italic;
			font-size:16px;
			color:#5980a8;
			padding:10px;
		}
		.inside_left_menu {
			width:145px;
			float:right;
			text-align:left;
		}
			.inside_left_menu_item {
				border-bottom:1px solid #7d7d7d;
				height:19px;
				color:#333333;
				cursor:pointer;
			}
			.inside_left_menu_item_active {
				border-bottom:1px solid #7d7d7d;
				height:19px;
				color:#e64944;
				cursor:pointer;
			}
		
	.inside_content {
		float:left;
		text-align:left;
		background-color:#ffffff;
		width:444px;
		padding:37px 26px;
		color:#535353;
	}
		.inside_content b {
			color:#05438B;
		}
	.inside_right_info {
		float:right;
		width:228px;
		background-color:#e6e6e6;
		border-left:1px solid #BFBFBF;
	}
		.inside_right_info_head {
			border-top:1px solid #c1c1c1;
			border-bottom:1px solid #6fbe46;
			background-image:url(images/inside_right_info_head.jpg);
			background-repeat:no-repeat;
			position:relative;
			height:27px;
		}
			.inside_right_info_head_text {
				color:#05438b;
				font-size:13px;
				font-weight:bold;
				position:absolute;
				left:15px;
				top:6px;
			}
			.inside_right_info_head_plus {
				background-image:url(images/boxes_header_plus.jpg);
				height:16px;
				width:16px;
				position:absolute;
				right:15px;
				top:6px;
				cursor:pointer;
			}
		.inside_right_info_content {
			padding:2px 18px;
			color:#3b3b3b;
			text-align:left;
		}
	
	.member_buttons {
		font-weight:bold;
		font-size:11px;
		font-family:arial;
		background-image:url(images/member_buttons_bg.jpg);
		background-repeat:repeat-x;
		height:17px;
		padding:2px 11px;
		color:#ffffff;
		cursor:pointer;
	}
	.members_bar_1 {
		background-color:#ddedd5;
		border-bottom:1px solid #b1beaa;
		padding:2px;
	}
		.members_bar_1:hover { opacity:0.5; cursor:pointer; }
		
	.members_bar_2 {
		border-bottom:1px solid #c7c7c7;
	}
		.members_bar_2:hover { opacity:0.5; cursor:pointer; }

.footer {
	border-top:1px solid #6ebe45;
	border-bottom:1px solid #a1a1a1;
	height:27px;
	background-image:url(images/footer_gradient.jpg);
	background-repeat:repeat-x;
	color:#535353;
	font-size:11px;
	position:relative;
}
	.footer_left {
		position:absolute;
		left:30px;
		top:7px;
		font-weight:bold;
	}
	.footer_right {
		position:absolute;
		right:30px;
		top:7px;
		font-weight:bold;
	}
	a .footer_right {
		color:#535353;
		text-decoration:none;
	}
	
.bottom {
	height:20px;
	background-color:#e6e6e6;
	border-top:1px solid #ffffff;
}
.bottom_blue_bar {
	background-color:#3d4753;
	height:10px
}

.redtext {
	color:#ff0000;
	cursor:help;
}
