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

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

body	{
	background-color: #6F245F;
	color: #2C2D2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	
}

table	{
	background-color: #EBEBEB;
	border-collapse: collapse;
}

h1	{
	color: #6F245F;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

h2	{
	color: #777890;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

h3	{background-color: #6F245F;
	color: #ffffff;
	padding: 3px 5px;
	font: bold 16px Georgia, Georgia, serif;
	margin: .5em 0;
 	 text-transform: uppercase;
	text-align: left;
}

a, a:link	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:visited	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
	color: #000;
	text-decoration: underline;
}

a:focus	{
	color: #000;
}

a:active	{
	color: #000;
	
}

#band	{background-color: #E0E0E0;}

.sidebar1 a:link	{
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px solid #6F245F;
}	

.sidebar1 a:visited	{
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color:#EBEBEB;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px solid #6F245F;
	
}	

.sidebar1 a:hover	{
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color:#6F245F;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px solid #6F245F;
	
}	

.sidebar1 a:active	{
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: #0395DB;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px solid #6F245F;
		
}	

.wrapper	{
	width: 900px;
	background-color: #FFF;
	border: 3px #767A7F double;
	margin: 20px auto 0 auto;
}

.header	{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px #9EA3AA solid;
	height: 150px;
}

.topimages	{
	height: 155px;
	background-color: #FFF;
	border-bottom: 2px #9EA3AA solid;
}

.topimages img	{
	border: 1px #9EA3AA double;
	padding: 1px;
}


.navigation	{
	background-color: #FFF;
	border-bottom: 2px #9EA3AA solid;
	height: 25px;
	text-align:right;
	padding: 10px 10px 10px 10px;
}

.sidebar1	{
	background-color: #fff;
	border-right: 1px solid #9EA3AA;
	padding: 10px 10px 10px 10px;
	width: 230px;
	text-align: left;
	vertical-align: top;
}

.sidebar2	{	
	background-color: #fff;
	border-left: 1px solid #9EA3AA;
	padding: 10px 10px 10px 10px;
	width: 230px;
	text-align: left;
	vertical-align: top;
}

.content	{
	background-color: #FFF;
	color: #000;
	padding: 10px 10px 10px 10px;
	width: 374px;
	text-align: left;
	vertical-align: top;
}

.contentwide	{
	background-color: #FFF;
	color: #000;
	padding: 10px 10px 10px 10px;
	width: 630px;
	text-align: left;
	vertical-align: top;
}

.footer	{
	background-color: #EBEBEB;
	border-top: 1px solid #9EA3AA;
	text-align: center;
	height: 30px;
}

	
	