﻿body {
	font-family:Arial, Helvetica, sans-serif;
	color:#838385;
	font-size:12px;
	margin:0;
	background-color:#FDFDF3;
}

img 
{
	border:0;
}

h1
{
    font-family:Arial Narrow;
    font-weight:bold;
    font-size:18px;
    color:#C20500;
    margin:0;
    padding:0;
    vertical-align:top;
}

h3
{
    font-family:Arial Narrow;
    font-weight:bold;
    font-size:16px;
    margin:0;
    padding:0;
    vertical-align:top;
    color:#C20500;
}

h5
{
    font-weight:bold;
    font-size:12px;
}

a
{
    color:#838385;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color:#002051;
}

#Container
{
	width:864px;
	margin:0 auto;
	padding:0 4px 0 4px;
	background-image:url(/images/main_bg.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

	#Head
	{
		width:864px;
		height:143px;
		margin:0;
		padding:0;
	}

		#Logo
		{
			width:233px;
			height:143px;
			margin:0;
			padding:0;
			float:left;
		}

		#Top
		{
			width:631px;
			height:143px;
			margin:0;
			padding:0;
			float:left;
			background-image:url(/images/top_bg.jpg);
			background-repeat:repeat-x;
			color:#FFFFFF;
		}
			#TopLeftContainer
			{
				 float:left; 
				 width:400px; 
				 height:143px;
			}
				#TopMenu
				{
					width:350px;
					padding:8px 0 0 8px;
					height:108px;
					float:left;
					overflow:auto;
				}
					#TopMenu a, #BreadCrumb a, #TextSize a
					{
						color:#FFFFFF;
						text-decoration:none;
						font-weight:bold;
					}
					#TopMenu a:hover, #BreadCrumb a:hover, #TextSize a:hover
					{
						text-decoration:underline;
					}
					
				#BreadCrumb
				{
					width:400px;
					height:20px;
					padding:8px 0 0 8px;
					float:left;
					clear:both;
					overflow:auto;
				}
				
			#TopRightContainer
			{
				float:right; 
				width:200px; 
				height:143px;
			}
				#TextSize
				{
					float:right; 
					width:150px; 
					height:87px; 
					padding:8px 8px 0 0; 
					text-align:right;
				}
				#FindAChurch
				{
					float:right; 
					clear:both; 
					width:150px; 
					padding:8px 8px 0 0; 
					text-align:right;
				}
	
	#Left
	{
		width:233px;
		margin:0;
		padding:0;
		float:left;
		clear:both;
	}
		#Left img
		{
			 padding:10px 0 0 0;
		}
		#SignUpBox
		{
			width:211px;
			height:auto !important;
			height:100px;
			min-height:100px;
			padding:11px;
			margin:10px 0 0 0;
			background-color:#C20500;
			color:#FFFFFF;
		}
		
	#Right
	{
		width:611px;
		padding:10px;
		float:left;
	}
	
		#Content
		{
			float:left;
			width:430px;
			padding:5px;
			border:solid 1px #F0F0F0;
		}
			.NewsImageMain
			{
				padding:0 5px 2px 0;
			}
				#Content table tr
				{
					height:20px;
				}
		
		#RightContent
		{
			float:left;
			width:155px;
			border:solid 1px #F0F0F0;
			margin:0 0 0 10px;
		}
			#RightContentNewsContainer
			{
				width:155px;
				text-align:center;
				padding:5px 0 5px 0;
			}
				#RightContentNews
				{
					width:145px;
					text-align:center;
					padding:5px;
				}
				
			#RightContentMenu
			{
				padding:0 5px 0 0; 
				text-align:right;
			}
				
				.RightContentMenuHead
				{
					background-color:#033194; 
					color:#FFFFFF; 
					width:150px; 
					height:30px; 
					text-align:right; 
					font-size:14px; 
					padding:2px 5px 0 0; 
					margin:0 0 5px 0;
				}
				
				.Navigation
				{
					/*float:right; to fix*/
					width:150px; 
					padding:0 0 10px 0;
				}
				
			.Level2NavItem
			{
				width:150px; 
				float:right;
			}
			.Level2NavItemSelected
			{
				width:150px; 
				float:right;
				padding:5px 0 5px 0;
			}
			.Level2NavItem a, .Level2NavItemSelected a
			{
				font-size:12px;
			}
			.Level2NavItemSelected a
			{
				font-size:12px;
				color:#002051;
			}
			.sidenavitem_level3, .sidenavitem_level3_selected
			{
				 width:120px; 
				 clear:both; 
				 float:right; 
				 padding-right:18px;
			}
			.sidenavitem_level3 a
			{
				 color:#838385;
				 font-size:11px;
				 font-weight:bold; 
			}
			.sidenavitem_level3_selected a
			{
				 color:#002051;
				 font-size:11px;
				 font-weight:bold; 
			}
			.sidenavitem_level3 a:hover, .sidenavitem_level3_selected a:hover
			{
				 color:#002051;
			}
			
			#RightLinks
			{
				clear:both;
			}
		
		#BottomContent
		{
			clear:both; 
			float:left; 
			width:600px; 
			margin:10px 0 0 0; 
			padding:5px; 
			border:solid 1px #F0F0F0; 
			text-align:center;
		}
			#BottomContent a
			{
				color:#033194;
				font-weight:bold;
				text-decoration:none;
			}
			#BottomContent a:hover
			{
				text-decoration:underline;
			}
			
	
#Bottom
{
	clear:both;
	width:872px;
	height:8px;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	font-size:4px;
}
	#BottomLeftBg
	{
		width:8px; 
		height:8px; 
		float:left; 
		background-image:url(/images/bottomleft_shadow.jpg); 
		margin:0; 
		padding:0; 
		background-position:bottom; 
		background-repeat:no-repeat;
	}
	#BottomMidBg
	{
		width:856px; 
		height:8px; 
		float:left; 
		background-image:url(/images/bottom_shadow.jpg); 
		background-position:bottom; 
		background-repeat:repeat-x;
	}
	#BottomRightBg
	{
		width:8px; 
		height:8px; 
		float:left; 
		background-image:url(/images/bottomright_shadow.jpg); 
		margin:0; 
		padding:0; 
		background-position:bottom; 
		background-repeat:no-repeat;
	}

div.stretch {
	clear: both; 
	width: 100%; 
	height: 0; 
	line-height: 0; 
	font-size: 0; 
	padding: 0; 
	margin: 0; 
	border: 0;
}
