*
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin-top:8px;
	margin-bottom:8px;
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image:url(../images/bg.jpg);
}

.flashpanel
{
	width:900px;
	border: 2px solid #0099FF;
	margin: auto;
	margin-top:20px;
}

#maincontainer
{
	margin: auto;
	width: 795px;
}

#header
{
	width: 795px;
	height: 211px;
}

#navbar
{
	width: 795px;
	height: 30px;
	background-image:url(../images/navbg.png);
}

#navbarpadding
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	text-align:center;
}

.back
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	text-align:center;
}

.smallpanel
{
	padding-top: 15px;
	text-align:center;
}

.smallpanelimg
{
	border: 2px solid #0099FF;
}

#header2
{
	width: 795px;
	height: 62px;
	background-image:url(../images/headerbg.png);
}

#content
{
	float: left;
	width: 795px;
	background-image:url(../images/cellbg.png);
}

#contentleft
{
	float: left;
	width: 417px;
}

#contentright
{
	float:right;
	width: 377px;
}

.contentpadding
{
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 30px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.6;
	text-align:justify;
}

.contentpadding2
{
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.6;
	text-align:justify;
}

#footer
{
	float:left;
	width: 795px;
	height: 83px;
}

#footer2
{
	float:left;
	width: 795px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
	text-align:center;
}

h1, 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: 18px; 
	color: #464548;
	font-weight: bold;
}

a.whitelink { text-decoration:none; color: #fff; font-weight: bold; font-size: 12px;} 
a.whitelink:link { text-decoration:none; color: #fff; font-weight: bold; font-size: 12px;} 
a.whitelink:visited { text-decoration:none; color: #fff; font-weight: bold; font-size: 12px;} 
a.whitelink:hover { text-decoration:none; color: #fff; font-weight: bold; font-size: 12px;} 
a.whitelink:active { text-decoration:none; color: #fff; font-weight: bold; font-size: 12px;}

a.greylink { text-decoration:none; color: #666; font-weight: bold; font-size: 12px; text-transform:uppercase;} 
a.greylink:link { text-decoration:none; color: #666; font-weight: bold; font-size: 12px; text-transform:uppercase;} 
a.greylink:visited { text-decoration:none; color: #666; font-weight: bold; font-size: 12px; text-transform:uppercase;} 
a.greylink:hover { text-decoration:none; color: #000; font-weight: bold; font-size: 12px; text-transform:uppercase;} 
a.greylink:active { text-decoration:none; color: #666; font-weight: bold; font-size: 12px; text-transform:uppercase;}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 0px;
}
a:link 
{
	color: #0099FF;
	font-weight: bold;
	
}
a:visited 
{
	color: #0099FF;
	font-weight: bold;
}
a:hover 
{
	color: #0099FF;
	font-weight: bold;
}
a:active 
{
	color: #0099FF;
	font-weight: bold;
}

.centertext
{
	text-align:center;
}

.img1
{
	margin-left:15px;
}

.img2
{
	margin-right:15px;
}

/*Linked images have no border*/
a img 
{
	border:0;
} 

.linkpost
{
	overflow:auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
}

.pic
{
	border: 1px solid #b3b3b3;
	margin: 6px;
	padding: 3px;
}

/*Linked images have no border*/
a img 
{
	border:0;
} 

.imagebox
{
	float: left;
}

.doveimg
{
	padding-left:15px
}

.newspost
{
	overflow:auto;
}

.datepara
{
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
	font-size: 12px;
	font-style:italic;
}