/* TESTING */
/*
#content {
	background: #454545;
}

#left-column {
	background: #e3e3e3;
}

#right-column {
	background: #ff6600;
}
*/

body {
	background-color: #4e6f98;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 780px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
	background: #000 url(../Images/bg-three-columns.gif) repeat-y;
}

#header {
	padding: 0px;
	height: 126px;
	margin-top: 10px;
}

#nav {
	height: 60px;
	background-color: #000;
	padding: 0;
	color: #000;
}

#content {
	margin: 0 168px 0 250px;
	padding: 0;
}

#content .wrapper {
	padding: 0 10px;
}

#left-column {
	padding: 0 10px;
	margin: 0;
	width: 220px;
	float: left;
}

#right-column {
	padding: 0 10px;
	margin: 0;
	float: right;
	width: 138px;
	margin: 0;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #4e6f98;
	padding: 10px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #4e6f98;
}

h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a:link {
	text-decoration: none;
	color: #954949;
}

a:visited {
	text-decoration: none;
	color: #ead6ab;
}

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

a:active {
	text-decoration: none;
}

 #navcontainer {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	float: none;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 130px;
	background-color: #cccccc;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #4e6f98;
	color: #000000;
}

.clear {
	clear:both;
}

.standardimgrt {
	margin-left: 3px;
	border: 1px solid #FFFFFF;
}
.style3 {font-size: 18px}
.style6 {font-size: 11px}
.style7 {border-top: solid 1px black; border-bottom: solid 1px gray; margin: 0px; padding: 2px; cursor: pointer; -moz-user-select: none; -khtml-user-select: none; font-family: Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: bold; color: #000000; background-color: #CCCCCC;}
