/* CSS Document */
body
{
	height:auto;
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Georgia Verdana, Arial, Helvetica, sans-serif;
	color:black;
	
	background-repeat: repeat-x;
	background-color: #003333;
}
#wrapper {
	width: 758px;
	background-color:#fff;
	margin: 0 auto 0 auto;
}
#header
{
	width:758px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(images/header.gif);
	height: 160px;
	background-repeat: no-repeat;
}

#left
{
	float:left;
	width:150px;
	height:auto;
	min-height:500px;
	margin-top:0px;
	/*margin-bottom:5px;
	padding-top:5px;
	padding-bottom:10px;*/
	background-color:#fff;
	text-align: left;
	margin-left: 7px;
}

#left a:link
{
	color:#blue;
	text-decoration:none;
	width: 150px;
	height: 10px;
	margin: 0px;
	padding-left: 10px;
}
#left a:visited
{
	color:#50a939;
text-decoration:none;
	width: 150px;
	height: 10px;
	margin: 0px;
	padding-left: 10px;
}
#left a:hover
{
	color:green;
	text-decoration:none;
}

#main
{
	float:right;
	width:580px;
	height:auto;
	margin-top:0px;
	margin-bottom:5px;
	padding-right:0px;
	color:black;
	background-color:white;
	border:solid 2px white;
}


#main h2
{
	color:#333333;
	margin:0px;
	padding:5px;
	font-size:1.2em;
}

#main h3
{
	color:white;
	background-color:#3d4037;
	margin:0px;
	padding:5px;
	font-size:16px;
	border:solid 2px black;
}
#main p.head
{
	text-align:right;
	font-size:13px;
	padding:10px;
	color:white;
	background-color:#3d4037;
	border:solid 2px white;
}
#main p.color
{
	clear:left;
	width:auto;
	height:20px;
	text-align:right;
	font-size:13px;
	padding:5px;
	color:white;
	background-color:#3d4037;
	border:solid 2px white;
}
#main p.left
{
	clear:left;
	float:left;
	width:auto;
	height:auto;
}
#main p.left img
{
	padding-bottom:10px;
}
#main a
{
}
#main a:link
{
	color:blue;
	text-decoration:none;
}
#main a:visited
{
	color:blue;
	text-decoration:none;
}
#main a:hover
{
	color:#50a939;
	text-decoration:none;
}
#main a.read
{
}
#main a.read:link
{
	color:#808080;
	background-color:transparent;
	text-decoration:none;
}
#main a.read:visited
{
	color:#808080;
	background-color:transparent;
}
#main a.read:hover
{
}
.full
{
	width:100%;
	height:auto;
	margin-bottom:20px;
	margin-top:0px;
}
.leftcolumn
{
	float:left;
	width:49%;
	height:auto;
	margin-right:10px;
}
.rightcolumn
{
	float:right;
	width:49%;
	height:auto;
	margin:0px;
	padding:0px;
}
#footer
{
	clear:both;
	width:758px;
	height:auto;
	text-align:center;
	color:#333333;
	background-color:#CCCCCC;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	padding:5px;
}
#footer p
{
	/*padding:5px;*/
}
#footer a
{
	padding:5px;
	color:#1c1422;
	background-color:transparent;
}
#footer a:link
{
	color:#333333;
	text-decoration:none;
}
#footer a:visited
{
	color:#999999;
	text-decoration:none;
}
#footer a:hover
{
	color:#CC0000;
	text-decoration:none;
}
img
{
	border:none;
}
