body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E4E4E4;
	padding:0px;
	margin:0px;
}

#center { /*This is what makes the website center in the window*/
	width:750px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

#container {
	width:750px;
	padding:0px;
	margin:0px;	
	float:left;
	background-color:#FFFFFF;
}

#header {
	width:750px;
	height:148px;
	padding:0px;
	margin:0px;
}

#header_menu {
	padding-top:130px;
	width:750px;
}

.header_menu {
	width:108px;
	float:left;
	text-align:center;
}

#header_menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#content {
	width:750px;
	padding:0px;
	margin:0px;
}

#content_body {
	float:left;
	width:734px;
	padding:8px;
}

h1,h2,h3,h4,h5,h6,p {
 margin:5px 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: #04367B;
}

a {
	color:#043578;
}

a:hover {
	color:#4773B2;
}

p{
	padding:10px 0px 8px 0px;
}

p.manual-copy{

	font-size:10px;
	font-style:italic;
	text-align:center;	
}

h2{
	font-size:16px;
	font-weight:bold;
	padding:8px 0px 8px 0px;
}

h3{
	font-size:14px;
	font-weight:bold;
	padding:8px 0px 4px 0px;
}

h4{
	font-size:13px;
	font-weight:bold;
	padding:8px 0px 4px 0px;
}


#content_image {
	float:right;
	height:267px;
	width:377px;
	padding:10px 10px 13px 10px;
	margin:0px;
	margin-left:5px;
}

#left-column {
	float:left;
	width:267px;	
	padding:0px 0px 0px 100px;
	margin:0px;		
}

#right-column {
	float:left;
	width:297px;
	padding:0px 20px 0px 50px;
	margin:0px;
}

li{

	padding:0px 0px 6px 0px;
}



.clr {
	clear:both;
}

#logos {
	width:750px;
	height:60px;
	background-image:url(../images/logos.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:5px 0px;
	text-align:center;
}	

#footer {
	width:750px;
	margin:0px;
	padding:0px;
	background-color:#4773B2;
	height:27px;
}

#footer_text {
	text-align:right;
	color:#FFFFFF;
	padding:5px;
}

#teamup #footer_text,
#faith #footer_text {
	visibility:hidden;
	display:none;
}

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:600px;
	margin:12px 0px 24px 10px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:244px;
	font-weight:bold;
}

td.field  {
	width:400px;
}
/*End contact us page styles*/
