@charset "UTF-8";

img {border: 0;}

#nav {
	width: 200px;
	float: left;
}
#wrapper {
	width: 960px;
	margin-right:auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/css/wrapperBackground.gif);
}
#footer {
	clear: both;
	width: 960px;
}
#content {
	width:760px;
	float: right;
	clear: none;
	
}
.left {
	float: left;
	width: 340px;
	margin-left: 10px;	
}
.right {
	float: right;
	width: 340px;
	margin-right: 20px;	
}
body {
	background-color: #bad4e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#row1 {
	float: left;
	clear: none;
	width: 760px;
	height: 180px;
}


#row2 {
	float: left;
	clear: none;
	width: 760px;
	height: 180px;
}


#textCol {
	float: left;
	clear: none;
	width: 240px;
	height: 370px;
	
}
#textCol p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 10px;
	line-height: 150%;	
}

#mainImage {
	float: right;
	clear: none;
	display: block;
}

body p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.contentImg  {
	float: left;
	margin-right: 10px;
}
#nav p {
	font-size: 11px;
	margin-top: 15px;
	margin-left: 25px;
}
#subContent {
	width: 760px;
}

#subContent p{
margin-left: 0px;
padding-left: 0px;
}

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

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


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

#textCol a:active {
	color: #FF0000;
	text-decoration: underline;
}
