*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	background-repeat:repeat-y;
	background-color: #4d4b4c;
}

.maincontainer
{
	width: 800px;
	margin: auto;
	background-image: url(../images/bg.jpg);
}

.topline
{
	width: 760px;
	background-color: #c80b0b;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: auto;
	text-align: center;
	letter-spacing: 0.3px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
}

h1
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.3px;
	font-weight: normal;
}

.aboutus
{
	float: left;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	float: left;
	height: 47px;
}

.navbar
{
	float: left;
}

/*Linked images have no border*/
a img 
{
	border:0;
} 

.content
{
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4d4c4c;
	line-height: 1.6;
	text-align: justify;
	width: 800px;
	background-image: url(../images/bg.jpg);
}

.contentpadding
{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}

.contentpadding2
{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 0px;

}

p
{
	margin-top: 12px;
	margin-bottom: 12px;
}

h2, h3, h4, h5, h6
{
	display: inline; /*Gets rid of line break after header tag*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 16px; 
	color: #c80b0b;
	font-weight: bold;
}

.footer
{
	float: left;
	width: 800px;
	height: 41px;
}

.footer2
{
	float: left;
	width: 800px;
	text-align:center;
	font-family: Tahoma, sans-serif;
	font-size: 14px; 
	color: #FFF;
	background-color: #4d4b4c;
	vertical-align:top;
}

.left
{
	float: left;
	width: 452px;
}

.right
{
	float: left;
	width: 288px;
	padding-left: 20px;
}

.topimg
{
	/*padding-left: 20px;*/
	background-color: #4d4b4c;
	float: left;
	width: 800px;
	height: 416px;
}

a.whitelink { text-decoration:underline; color: #FFF; font-weight: bold; font-size: 14px;} 
a.whitelink:link { text-decoration:underline; color: #FFF; font-weight: bold; font-size: 14px;} 
a.whitelink:visited { text-decoration:underline; 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:underline; color: #FFF; font-weight: bold; font-size: 14px;}

a.redlink { text-decoration:underline; color: #c80b0b; font-weight: bold; font-size: 14px;} 
a.redlink:link { text-decoration:underline; color: #c80b0b; font-weight: bold; font-size: 14px;} 
a.redlink:visited { text-decoration:underline; color: #c80b0b; font-weight: bold; font-size: 14px;} 
a.redlink:hover { text-decoration:underline; color: #c80b0b; font-weight: bold; font-size: 14px;} 
a.redlink:active { text-decoration:underline; color: #c80b0b; font-weight: bold; font-size: 14px;}


.group
{
	float: right;
}

.pic
{
	border: 1px solid #D6D2CB;
	margin: 6px;
	margin-right: 11px;
	padding: 3px;
	float: left;
}

.
