/*Center div can be taken off to align the site to the left. Remember to remove from template*/
div#center {
	width:750px;
	background-color:#FFFFFF;
	position:relative;
	z-index:1;
}

div#header  {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:750px;
	z-index:1;
	height:167px;
	padding:0;
	margin:0;
}

div#main_content {
	z-index:2;
	width:750px;
	position:absolute;
	top:167px;
	left:0px;
	text-align:left;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	margin:0;
}

p {
	margin:0;
	padding:6px 0 18px 0;
}


/*Template Layout*/
table#layout  {
	width:100%;
	margin:0;
}

td#content  {
	width:580px;
	padding:10px 20px 10px 150px;
	vertical-align:top;
	height:240px;
}

td#footer  {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:745px;
	height:92px;
	padding:0 5px 15px 0;
	margin:0;	
	font-size:11px;
	text-align:right;
	vertical-align:bottom;
}

td#footer a  {
	font-weight:bold;
}

/* Side Menu*/

div.side_menus  {
	position:absolute;
	left:7px;
	width:117px;
	height:19px;
	margin:0;
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;
	z-index:10;
	font-weight:bold;
	padding:5px 0 0 0;
}

div#home  {
	top:188px;
}

div#about  {
	top:217px;
}

div#join  {
	top:246px;
}

div#contact  {
	top:275px;
}

div#members  {
	top:304px;
}

div#links  {
	top:333px;
}

div.side_menus a {
	color:#ffffff;
	text-decoration:none;
}

div.side_menus a:hover {
	color:#ffffff;
	text-decoration:none;
}


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

table#contact-us  {
	width:100%;
	font-size:13px;
}

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

td.name  {
	width:25%;
	font-weight:bold;
}

td.field  {
	width:75%;
}

/*General styles*/
a {
	color:#223D8A;
}

a:hover  {
	color:#0083C1;
}

/*Heading commands - these can all be changed*/

h1,h2,h3,h4,h5,h6  {
	margin:0;
}

h1  {
	font-size:24px;
	font-weight:bold;
	color:#223D8A;
	padding:3px 0 12px 0;
}

h2  {
	font-size:18px;
	font-weight:bold;
	color:#0083C1;
	padding:9px 0 3px 0;
}

h3  {
	
}

h4  {
	
}

h5  {
	
}

h6  {
	
}

menu.about  {
	padding:0;
	margin:6px 0 18px 0;
}

menu.about li  {
	padding-top:3px;
	padding-bottom:9px;
	list-style-type:none;
}

.bold {
	color:#223D8A;
}

img.right  {
	margin-bottom:2px;
	margin-left:4px;
}

span  {
	color:#CC0000;
}
