body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #545b80;
}

.maincontainer
{

	width: 800px;
	margin: auto;

}

#header
{
	width: 800px;
	height: 146px;
}

#headerimgs
{
	width: 800px;
	height: 166px;
}

#navbar
{
	width: 800px;
	height: 32px;
	background-image:url(../images/nav.jpg);
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#navcontainer
{
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 0px;
}

#credits
{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #545b80;
	text-align:center;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

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:none; 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: #545b80; font-weight: bold; font-size: 14px;} 
a.bluelink:link { text-decoration:none; color: #545b80; font-weight: bold; font-size: 14px;} 
a.bluelink:visited { text-decoration:none; color: #545b80; font-weight: bold; font-size: 14px;} 
a.bluelink:hover { text-decoration:none; color: #545b80; font-weight: bold; font-size: 14px;} 
a.bluelink:active { text-decoration:none; color: #545b80; font-weight: bold; font-size: 14px;}


/*Linked images have no border*/
a img 
{
	border:0;
} 

/*Form Fix*/
form 
{
	margin: 0px; 
	padding: 0px;
}

*
{
	margin: 0px;
	padding: 0px;
}

#content
{
	width: 800px;
	background-image: url(../images/contentbg.jpg);
	overflow:auto;
}

.contentpadding
{
	padding-top: 18px;
	padding-bottom: 28px;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 1.4;
	text-align: justify;
}

#footer
{
	width: 800px;
	height: 141px;
	background-image:url(../images/footer.jpg);
}

#footerpadding
{
	text-align: center;
	color: #FFFFFF;
	line-height: 1.5;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.footertitle
{
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6
{
	display: inline; /*Gets rid of line break after header tag*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 28px; 
	color: #545b80;
	font-weight: bold;
	font-style:italic;
}

.rightimg
{

	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.contactleft
{
	padding-top: 6x;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.contactright
{
	padding-top: 6x;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.textfield
{
	width: 100%;
}

.bullet
{
	margin-left:28px;
}
