@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: #343446; 
color: #2CD2D2E;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
text-align: center;
}

h1	{
color: #343446;
font-size: 16px;
font-weight: bold;
line-height: 16px;
}

h2	{
color: #343446;
font-size: 14px;
font-weight: bold;
line-height: 14px;
}

h3	{
color: #333;
}

h4	{
color: #333;
}

h5	{
	color: #333;
}

h6	{
color: #333;
}

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

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

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

a:focus	{
color: #3A32C4;
}

a:active	{
color: #343446;
}

.wrapper	{
	background-color: #FFFFFF;
	width: 900px;
	margin: 20px auto 0 auto;
}

.header	{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

.topNavigation	{
	background-image: url(images/topnav_background.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	padding: 3px 20px 0px 20px;
}

.sidebar1	{
	background-color:#FFF;
	width: 220px;
	padding: 15px;
	text-align: center;
	vertical-align:top;
	border-right: 1px solid #666;
}

.sidebar2	{
	background-color: #FFF;
	color: #000;
	width: 200px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
	border-left: 1px solid #666;
}

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

.contentwide	{
	background:width: 620px;
	padding: 15px;
	text-align: left;
	vertical-align: top;	
}

.footer	{
	background-color: #FFF;
	color: #000;
	font-size: 100%;
	padding: 10px 20px 10px 0px;
	text-align: center;
	border-top: 1px solid #666;
}

