@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body	{
	background-color: #3A3845;
	background-image:url(images/background4.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1	{
	color: #243424;
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

h2	{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.container	{
	background-color: #FFF;
	width: 1024px;
	margin: 0 auto;
}



.header	{
	background-color: #583C65;
	background-image:url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

.topNavigation	{
	background-color: #000;
	color: #FFF;
	text-align: right;
	height: 30px;
	border-top: solid 1px #a8a2d1;
	border-bottom: solid 1px #a8a2d1;
	padding: 5px 10px 0px 10px;
}
	
.leftColumn1	{
	background-color: #765486;
	color: #FFF;
	text-align: center;
	vertical-align:top;
	padding: 15px 15px 15px 30px;
	width: 220px;
}
.leftColumn1 a:link    { color: #FFF; text-decoration: none;   }
.leftColumn1 a:active  { color: #B1C6B7; text-decoration: none;   }
.leftColumn1 a:visited { color: #FFF; text-decoration: none;   }
.lftColumn1 a:hover   { color: #E1F2E6; text-decoration: underine;  }


.rightColumn1	{
	background-color: #765486;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	width: 220px;

}

.content	{
	background-color: #FFF;
	color: #000;
	width: 494px;
	padding: 15px 15px 15px 15px;
	text-align:left;
	vertical-align: top;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.splash-content	{
	background-color: #765486;
	color: #FFF;
	width: 494px;
	text-align: center;
	padding: 10px;
	border-left: 1px solid #a8a2d1;
}

.contentwide	{
	background-color: #FFF;
	color: #000;
	width: 744px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	vertical-align: top;
}
.footer	{
 	background-color:#583C65;
	color: #FFF;
	text-align: center;
	height: 30px;
	width: 100%;
	border-top: solid 1px #a8a2d1;
}	

/* Define textbox area */
.textbox    { 
	background: #E5E6EA; color: #333;
	font: normal normal 11px/14px Verdana, Arial, sans-serif; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px; 
	padding-bottom: 8px; 
	border-left: 1px solid #B1C6B7;
	border-bottom: 1px solid #B1C6B7; 
	border-right: 1px solid #B1C6B7;
}

.textboxtop { 
	background: #583C65;
 	color: #FFF; 
	font: normal bold 12px/15px Verdana, Arial, sans-serif; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px; 
	padding-bottom: 4px; 
}

.footer a:link    { color: #FFF; text-decoration: none;   }
.footer a:active  { color: #B1C6B7; text-decoration: none;   }
.footer a:visited { color: #FFF; text-decoration: none;   }
.footer a:hover   { color: #E1F2E6; text-decoration: underine;  }

