/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/

/* CONTENT TEXT */
body {
	background-color: crimson;
	height:100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#top_menu{
	width: 748px;
	height: 35px;
}
#sub_line{
	background-color: #FFFFFF;
	width: 748px;
	height: 8px;
}
#sub_line_2{
	width: 748px;
	background-color: #FFFFFF;
	height: 7px;
}

#menu{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 114px;
	padding-top: 12px;
	padding-left: 8px;
}
#img{
	background-image:  url("images/church.jpg");
	background-repeat: no-repeat;
	width: 355px;
	height: 230px;
}
#logo{
	font-family:  Arial Unicode MS, Verdana, Serif; 
	background-image:  url("images/logo.gif");
	background-repeat: no-repeat;
	width: 271px;
	height: 232px;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	color: #6F787C;
}

#left_frame{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 300px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 10px
}
#full_frame{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 695px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 10px
}
#sub_line_3{
	width: 1px;
	background-color: #006E94;
}
#right_frame{
	background-color: #FFFFFF;
	background-image:  url("images/frame_right.jpg");
	background-repeat: no-repeat;
	width: 321px;
	height: 202px;
	padding-left: 43px;
	padding-right: 30px;
	padding-bottom: 10px
}

#bottom_line{
	background-color: #FFFFFF;
	background-image:  url("images/bottom_line.gif");
	background-repeat: no-repeat;
	width: 748px;
	height: 41px;
}

.menu_item{
   width: 172px;
   height: 18px;
   font-family:  Arial Unicode MS, Verdana, Serif; 
   font-size: 14px;
   font-weight: normal;
   color: black;
   padding-left: 12px;
}
a.menu_link{
   font-family:  Arial Unicode MS, Verdana, Serif; 
   font-size: 14px;
   font-weight: normal;
   color: gray;
   text-decoration:none;
}
a.menu_link:hover{
   text-decoration:none;
	background-color: #E8E8E8;
}

H1{
   font-family:  Arial Unicode MS, Verdana, Serif; 
   font-size: 16px;
   font-weight: bold;
   margin-top:10px;
   color: #DDDAD0;
}

P {
   font-family:  Arial Unicode MS, Verdana, Serif; 
   font-size: 12px;
   font-weight: normal;
   /*color: #7B7F7F; */
   color: black;
   margin-top: 2px;
}
H2 {
   font-family:  Arial Unicode MS, Verdana, Serif; 
   font-size: 14px;
   font-weight: bold;
   color: #3FB8E0;
   margin-top: 5px;
   margin-bottom: 0px;
}

/* Generic form button style. */
.FormLt1 {
	font-family:  Arial Unicode MS, Verdana, Serif; 
	font-size : 8pt;
	cursor: pointer;
}

a:link, a:visited, a:hover {
	                      color: #006699;
	                      text-decoration: none;
	                    }

a:hover {
	text-decoration: none;
	background-color: #E8E8E8;
            }
/* MAIN LINKS */
/*a:link {color: #336699; text-decoration:underline; border-bottom:0px solid #A7390D;}
a:visited {color: #336699; text-decoration:underline; border-bottom:0px solid #A7390D;}
a:hover {color: #980000; text-decoration:underline; border-bottom:0px solid #DE920D;}
a:active {color: #D70000; text-decoration:underline; border-bottom:0px solid #DE920D;}*/
