*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#maincontainer
{
	width: 800px;
	margin: auto;
}

#logo
{
	width: 429px;
	height: 95px;
	float: left;
}

#mailinglist
{
	width: 371px;
	height: 95px;
	float: left;
}

#mailinglistpadding
{
	padding-bottom: 0px;
	padding-left: 95px;
	padding-right: 0px;
	padding-top: 44px;
	font-family:Arial, Helvetica, sans-serif;
	color: #6591f4;
	font-size:18px;
}

.button
{
	padding-top:0px;
	vertical-align: middle;
}

#navbar
{
	width: 800px;
	height: 58px;
	background-image:url(../images/nav-bar.jpg);
	float: left;
}

#navbarpadding
{
	padding-bottom: 0px;
	padding-left: 16px;
	padding-right: 0px;
	padding-top: 18px;
	color:#FFFFFF;
	font-family: Tahoma, sans-serif;
	text-align:left;
}

#content
{
	width: 429px;
	float: left;
}

.contentpadding
{
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color:#666;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align:justify;
}

.contentpadding2
{
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color:#666;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align:center;
}

#contentfull
{
	width: 800px;
	float: left;
}


#picfooter
{
	width: 800px;
	height: 164px;
	float: left;
	padding-top:40px;
}

#telephone
{
	width: 800px;
	height: 53px;
	float: left;
}

#email
{
	width: 800px;
	height: 54px;
	float: left;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	
}

a.whitelink { text-decoration: none; color: #fff; font-weight: bold; font-size: 14px; } 
a.whitelink:link { text-decoration: none; color: #fff; font-weight: bold; font-size: 14px; } 
a.whitelink:visited { text-decoration: none; color: #fff; font-weight: bold; font-size: 14px; } 
a.whitelink:hover { text-decoration: underline; color: #fff; font-weight: bold; font-size: 14px; } 
a.whitelink:active { text-decoration: none; color: #fff; font-weight: bold; font-size: 14px; }

a.bluelink { text-decoration: none; color: #6591f4; font-weight: bold; font-size: 14px; } 
a.blueelink:link { text-decoration: none; color: #6591f4; font-weight: bold; font-size: 14px; } 
a.bluelink:visited { text-decoration: none; color: #6591f4; font-weight: bold; font-size: 14px; } 
a.bluelink:hover { text-decoration: underline; color: #6591f4; font-weight: bold; font-size: 14px; } 
a.bluelink:active { text-decoration: none; color: #6591f4; font-weight: bold; font-size: 14px; }

a.redlink { text-decoration: underline; color: #FF0000; font-weight: bold; font-size: 14px; } 
a.redlink:link { text-decoration: underline; color: #FF0000; font-weight: bold; font-size: 14px; } 
a.redlink:visited { text-decoration: underline; color: #FF0000; font-weight: bold; font-size: 14px; } 
a.redlink:hover { text-decoration: underline; color: #FF0000; font-weight: bold; font-size: 14px; } 
a.redlink:active { text-decoration: underline; color: #FF0000; font-weight: bold; font-size: 14px; }


a.greenlink { text-decoration: underline; color: #2D8A00; font-weight: bold; font-size: 14px; } 
a.greenlink:link { text-decoration: underline; color: #2D8A00; font-weight: bold; font-size: 14px; } 
a.greenlink:visited { text-decoration: underline; color: #2D8A00; font-weight: bold; font-size: 14px; } 
a.greenlink:hover { text-decoration: underline; color: #2D8A00; font-weight: bold; font-size: 14px; } 
a.greenlink:active { text-decoration: underline; color: #2D8A00; font-weight: bold; font-size: 14px; }


h1, h2, h4, h5, h6
{
	display: inline; /*Gets rid of line break after header tag*/
	margin-top: 0px;
	margin-bottom: 0px;
    font-size:20px;
    font-family:tahoma;
	font-weight:bold;
	color: #6591f4;
}

h3
{
    font-size:16px;
    font-family:tahoma;
	color: #6591f4;
}

#homeimg
{
	width: 371px;
	height: 341px;
	float: left;
}

.newsheader
{
	border-bottom: 2px solid #6591f4;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin-bottom: 10px;

}

/*Linked images have no border*/
a img 
{
	border:0;
} 

#credit
{
	width: 800px;
	text-align: center;
	padding-top:40px;
	padding-bottom:20px;
	font-family:tahoma;
	font-weight:bold;
	float: left;
}

.pic
{
	border: 1px solid #b3b3b3;
	margin: 6px;
	padding: 3px;
}

.blacktext
{
	color: #666666;
}

.redtext
{
	color:#CC0000;
}

.linkpost
{
	overflow:auto;
	border-bottom: 1px dashed #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}









a.blueboxlink 
{ 
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	margin-right: 2px;
	color:#FFF;
	font-family: Tahoma, sans-serif;
	border-left: 1px solid #c7c7c7;  
	border-right: 1px solid #575757; 
	border-top: 1px solid #c7c7c7; 
	border-bottom: 1px solid #575757;
	position: relative; /*Stops border bottom from being chopped off*/
	background-color:#6591f4;
} 

a.blueboxlink:link
{ 
	font-size: 12px;
	text-decoration:none;
	color:#FFF;
	font-family: Tahoma, sans-serif;
} 

a.blueboxlink:visited
{ 
	font-size: 12px;
	text-decoration:none;
	color:#FFF;
	font-family: Tahoma, sans-serif;
} 

a.blueboxlink:hover
{ 
	font-size: 12px;
	text-decoration:none;
	color:#ffe745;
	font-family: Tahoma, sans-serif;
	border-left:1px solid #575757;  
	border-right:1px solid #c7c7c7; 
	border-top:1px solid #575757; 
	border-bottom:1px solid #c7c7c7;

} 
 
a.blueboxlink:active
{ 
	font-size: 12px;
	text-decoration:none;
	color:#FFF;
	font-family: Tahoma, sans-serif;
} 


.sponsortable
{
	border: 2px #3366CC solid;
	margin-top: 15px;
	width: 100%;
}

.td1
{
	padding: 6px;
	background-color: #3366CC;
	color:#FFFFFF;
	font-weight:bold;
}

.td2
{
	padding: 6px;
	color:#666;
}

.td3
{
	padding: 6px;
	color:#666;
	border-bottom: 1px dotted #003399;
}

.pspacing
{
	margin-top:6px;
	margin-bottom: 6px;
}

.newspost
{
	margin-bottom:15px;
}

.galleryimg
{	
	float: left;
}

.memoriamtable
{
	border: 2px #3366CC solid;
	margin-top: 15px;
	width: 100%;
}

.th1
{
	text-align:left;
	font-weight: bold;
	padding: 10px;
	color:#FFF;
	background-color: #3366CC;
}

.td4
{
	width: 75%;
	text-align:left;
	padding: 10px;
	border-bottom: 2px solid #3366CC;
}

.td5
{
	width: 25%;
	text-align:left;
	padding: 10px;
	border-left: dashed 1px #666;
	vertical-align: top;
	border-bottom: 2px solid #3366CC;
}

.td6
{
	width:100%;
	text-align:right;
	padding: 10px;
	color:#FFF;
	background-color: #3366CC;
	font-weight: bold;
}

.notice
{
	border: 2px solid #FF0000;
	margin-top:10px;
	margin-bottom:10px;
}

.notice2
{
	border: 2px solid #2D8A00;
	margin-top:10px;
	margin-bottom:10px;
}

.greentext
{
	color:#2D8A00;
}

.bluetext
{
	color: #658ff1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.noticepadding
{
	padding: 16px;
}

.blink

{

	color:#CC6600;

	font-weight:bold;

	text-decoration:blink;

}

.scroller
{
		color:#cf1616;

	font-weight:bold;

}

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}
