/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/*Main Styles*/
body{
	background-color:#012b59;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
}
.wrapper{
	width:100%;
}
.master_container{
	width:950px;
}
.main_container{
	width:950px;
	background-color:#FFF;
	margin-top:20px;
	float:left;
}
.layout_container{
	width:930px;
	height:100%;
	margin:10px;
	margin-top:15px;
	float:inherit;
}
.layout_container .layout_container_left{
	width:256px;
	min-height:500px;
	margin-left:15px;
	float:left;
}
.layout_container .layout_container_left .logo{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:256px;
	height:232px;
}
.layout_container .layout_container_left .left_links{
	width:256px;
	margin-top:25px;
}
.layout_container .layout_container_left .left_links ul li{
	list-style:none;
}
.layout_container .layout_container_left .left_links .membership_btn{
	background-image:url(../images/btn/membership_btn.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
}
.layout_container .layout_container_left .left_links .constitution_btn{
	background-image:url(../images/btn/constitution.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
}
.layout_container .layout_container_left .left_links .membership_btn:hover{
	background-image:url(../images/btn/membership_btn_hover.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
}
.layout_container .layout_container_left .left_links .constitution_btn:hover{
	background-image:url(../images/btn/constitution_hover.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
}
.layout_container .layout_container_left .left_links .event_calendar_btn{
	background-image:url(../images/btn/calendar.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
	margin-top:5px;
}
.layout_container .layout_container_left .left_links .event_calendar_btn:hover{
	background-image:url(../images/btn/calendar_hover.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
	margin-top:5px;
}
.layout_container .layout_container_left .left_links .holiday_btn{
	background-image:url(../images/btn/holidayhome.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
}
.layout_container .layout_container_left .left_links .holiday_btn:hover{
	background-image:url(../images/btn/holidayhome_hover_btn.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
}
.layout_container .layout_container_left .left_links .renewal_btn{
	background-image:url(../images/btn/renewal.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
}
.layout_container .layout_container_left .left_links .renewal_btn:hover{
	background-image:url(../images/btn/renewal_hover_btn.png);
	background-repeat:no-repeat;
	width:256px;
	height:55px;
}
.layout_container .layout_container_left .gallery_box{
	width:256px;
	margin-top:25px;
}
.layout_container .layout_container_left .gallery_box_header{
	background-image:url(../images/gallery_btn.gif);
	background-repeat:no-repeat;
	width:256px;
	height:28px;
}
.layout_container .layout_container_right{
	width:617px;
	min-height:500px;
	margin-right:15px;
	float:right;
}
.layout_container .layout_container_right .nav_bar{
	width:617px;
	height:73px;
}
.layout_container .layout_container_right .nav_bar ul li{
	background-image:url(../images/nav_bg_normal.gif);
	background-repeat:repeat-x;
	padding:29px;
	float:left;
	list-style-type:none;
	margin-right:2px;
}
.layout_container .layout_container_right .nav_bar ul li.special{
	background-image:url(../images/nav_bg_special.gif);
	background-repeat:repeat-x;
	padding:30px;
	float:left;
	list-style-type:none;
	margin-right:2px;
}
.layout_container .layout_container_right .nav_bar ul li:hover{
	background-image:url(../images/nav_bg_hover.gif);
	background-repeat:repeat-x;
}
.layout_container .layout_container_right .nav_bar a{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
.layout_container .layout_container_right .slideshow_box{
	width:617px;
	height:149px;
	margin-top:10px;
}
.layout_container .layout_container_right .content_section{
	width:617px;
	height:149px;
	margin-top:25px;
}
.layout_container .layout_container_right .content_section .content_header{
	background-color:#004972;
	color:#FFF;
	padding:8px;
}
.layout_container .layout_container_right .content_section .minor_header{
	background-color:#333333;
	color:#FFF;
	padding:8px;
	margin-bottom:10px;
}
.layout_container .layout_container_right .content_section .content_body{
	width:588px;
	background-color:#e0e0e0;
	text-align:justify;
	padding:15px;
	float:left;
}
.layout_container .layout_container_right .content_section .content_body .year_even{
	padding:5px;
	background-color:#CCCCCC;
	text-align:justify;
}
.layout_container .layout_container_right .content_section .content_body .year_odd{
	padding:5px;
	background-color:#d5d5d5;
	text-align:justify;
}
.layout_container .layout_container_right .content_section .content_body .year{
	padding:5px;
	margin-bottom:10px;
	background-color:#336699;
	color:#FFFFFF;
	font-weight:bold;
	text-align:justify;
}
.layout_container .layout_container_right .content_section .content_body p{
	margin-bottom:10px;
}
.layout_container .layout_container_right .content_section .content_body img{
	margin:10px;
}
.layout_container .layout_container_right .content_section .content_body img.special_img{
	margin:0px;
}
.layout_container .layout_container_right .content_section .content_body img.gallery_thumb{
	margin:8px;
}
.layout_container .layout_container_right .content_section .content_body a{
	color:#06F;
}
.layout_container .layout_container_right .content_section .content_body .rafoa_navigation{
	margin-bottom:10px;
}
.footer_container{
	width:900px;
	height:35px;
	background-color:#3d90be;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:15px;
	float:left;
}
.footer_container .footer_left{
	width:500px;
	padding-top:10px;
	padding-left:5px;
	float:left;
}
.footer_container .footer_right{
	width:280px;
	padding-top:10px;
	padding-left:5px;
	float:right;
}
.footer_container .footer_right ul li{
	margin-right:15px;
	list-style:none;
	float:left;	
}
.footer_container .footer_right ul li a{
	color:#FFF;
	text-decoration:none;
}
.footer_container .footer_right ul li a:hover{
	text-decoration:underline;
}