﻿/* CSS layout */
body {
}
#wrappertop {
	width:780px;
	height:10px;
	margin:auto;
}

#masthead {
	width: 780px;
	margin:auto;
	background-color: #012674;
	height: 175px;
	padding:0;
}
#logo {
	float: left;
	width: 150px;
	padding:0;
}
#header {
	margin-left: 150px;
	background-color: #012674;
	color: #CCCCCC;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36pt;
	font-weight: bold;
	padding:0;

}

#container {
	border-left: 5px solid #012674;
	border-right: 5px solid #012674;
	border-top: 5px none #012674;
	border-bottom: 5px none #012674;
	clear: both;
	width: 770px;
	margin: auto;
	background-position: 20px 95px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url('../images/crossandflameslogolarge.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#left_col {
	float: left;
	width: 230px;
	height:800px;
}

#menuitem1 {
	position: relative;
	width: 112px;
	height: 42px;
	top: 15px;
	left: 5px;
	color: #012674;
}

#menuitem1 a {
	color: #012674;
	text-decoration:none;	
}

#menuitem2 {
	position: relative;
	width: 112px;
	height: 20px;
	top: 180px;
	left: 125px;
	color: #012674;
}

#menuitem2 a {
	color: #012674;
	text-decoration:none;	
}

#menuitem3 {
	position: relative;
	width: 112px;
	height: 20px;
	top: 200px;
	left: 125px;
	color: #012674;
}

#menuitem3 a {
	color: #012674;
	text-decoration:none;	
}

#contactbox {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight:500;
	position: relative;
	width: 210px;
	height: 200px;
	top: 375px;
}

#contactbox a {
	text-decoration:none;
	color: #012674;
}

#page_content {
	margin-left: 260px;
	margin-right: 20px;
	min-height:1050px;
	height:auto;
	padding-top:10px;
	padding-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	text-align:justify
}

#footer {
	width:780px;
	margin:auto;
	padding:0;
	clear: both;
	color: #CCCCCC;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #012674;
}

#footer a {
	text-decoration:none;
	color:silver;
}

#wrapperbottom {
	width:780px;
	height:10px;
	margin:auto;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
	text-align:center;
	color:#012674;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	text-align:center;
	color:#012674;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	text-align:center;
	color:#012674;
}

