body
{
	margin: 0 auto;
}
.wrapper
{
	width: 800px;
	height: auto;
	text-align: center;
	display: table-cell;
	margin: 0 auto;
}
.header
{
	width: 800px;
	background-color: #000000;
	text-align: left;
	height:35px;
}

.header-text
{
	background-color: #000000;  
	font-family: Verdana;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	float:left;
}

.forum 	
{
	background-color: #000000;  
	font-family: tahoma;  
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	padding: 8px 5px 0px 0px;
	float:right;
  text-decoration:none;
  border-style: none;
}

.welcome-bar
{
	width: 800px;
	background-color: #f5f5f5;
}
.welcome-text-holder
{
	float: left;
	width: 320px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20pt;
	margin-top: 25px;
	margin-bottom: 25px;
}

.welcome-image-holder
{
	float: right;
	margin-left: 20px;	
	margin-right: 20pt;
	margin-top: 25px;
	margin-bottom: 25px;
}

.clear 
{
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.welcome-text
{
	float:left;	
	font-family: tahoma;
	font-size: 15pt;
	color: #6e6e6e;
	text-align: left;
	display:block;
}

.welcome-text1
{
	float:left;
	font-family: tahoma;
	font-size: 26pt;
	color: #6e6e6e;	
}

.welcome-text2
{
	font-family: tahoma;
	font-size: 10pt;
	color: #6e6e6e;
	padding: 10px 4px 4px 4px;
	line-height: 16px;
	text-align:justify;
}

.welcome-text3
{
	font-family: tahoma;
	font-size: 12pt;
	color: #6e6e6e;
	padding-top: 10px;
	line-height: 18px;
	text-align:justify;
}

.news-bar
{
	width: 800px;
	background-color: #ffffff;
}

.news-text-holder
{
	float: left;
	width: 226px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
}

.news-image 
{
	float: left;
	margin-right: 10px;
}

.linkbox 
{
	float: left;
	width: 167px;
	height: 167px;
	text-align: justify;
	margin: 25px 10px;
	border:1px solid #888;
	background:#f9f9f9;
	padding: 4px 4px;
}

.linkbox2 
{
	float: left;
	width: 280px;
	height: 160px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
	border:1px solid #888;
	background:#f9f9f9;
	padding: 5px 5px 5px 5px;
}
.paddingbox
{
	float: left;
	width: 60px;
	height: 160px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
	font-family: tahoma;
	font-size: 16pt;	
}

.hovering 
{
	background:#ccc;
	border-color: #ccc;
	cursor:pointer;
}

.title-text
{
	float: left;
	font-family: tahoma;
	font-size: 16pt;
	color: #6e6e6e;
	display:block;
  padding-top: 16px;
}

.instructions-text-header
{
	font-family: tahoma;
	font-size: 18pt;
	color: #6e6e6e;
	display:block;
    padding-top: 16px;
    text-align:left;
	margin-left: 20px;
	margin-right: 20px;
}

.instructions-text
{
	font-family: tahoma;
	font-size: 12pt;
	color: #6e6e6e;
	display:block;
    text-align:left;	
	margin-left: 20px;
	margin-right: 20px;
}

.date-text
{
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;	
}

.nav-button
{
	float: left;
	width: 148px;
	text-align: center;
	font-family: tahoma;
	font-size: 18pt;
	color: #989898;
	margin-top: 15px;
}

.copyright-bar
{ 
  clear:both;
	width: 800px;
	height: 20px;
	background-color: #f0f0f0;
	border-bottom: solid 1px #e3e3e3;
	margin: 40px 0 20px;
	font-family: tahoma;  
	font-size: 10pt;
	font-style: normal;
}

a.nav:link {color: #6e6e6e; text-decoration: none; }
a.nav:visited {color: #6e6e6e; text-decoration: none; }
a.nav:hover {color: #000000; text-decoration: none; cursor: pointer; }
a.nav:active {color: #6e6e6e; }

.home-link {
  color:White;
  text-decoration:none;
  border-style: none;
}

.SummaryErrors {
  border: thin solid #FF0000;
  padding: 5px;
  margin: 5px;
  list-style-type: disc;
  color: #FF0000;
  font-weight: bold;
}

a.boldbuttons{
  background: transparent url('../images/roundedge-gray-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: bold 13px Arial; /* Change 13px as desired */
  line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
  height: 30px; /* Height of button background height */
  padding-left: 8px; /* Width of left menu image */
  text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
 color : white; /*button text color*/
}

a.boldbuttons span{
  background: transparent url('../images/roundedge-gray-right.gif') no-repeat top right;
  display: block;
  padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
  text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  width: 100%;
}

fieldset { 
 border:1px solid #888;
 margin-left: -20px;
 padding: 10px 20px;
} 

.InfoBox {
 width: 280px;
 border:solid 1px #FFCC66;
 background-color:#FFFFCC;
 padding:10px 10px;
 margin:5px 5px;
 float:right;  
}

.SubmitButton 
{
  border: solid 1px black;
  font-family: Verdana;
  font-weight:bold;
  color: White;
  background-color: Red;
  padding:5px 5px;
  margin:10px 0;
}