body {
	background-color: #FFFFFF;
	font-weight: 100;
	font-stretch: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

h1, h3, h4 {
	padding-left: 15px;
	margin-top: 10px;
}

p {
	padding-bottom: 0px;
}



#container {
	position:relative;
	width: 100%;
}

#head {
	visibility: hidden;
	height: 0px;
}

#leftContainer {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
}
#leftContainerMain {
	width: 100%;
}
#topMenu {
	visibility: hidden;
	line-height: normal;
	margin-top: 0px;
	background-color: #f6db4d;
	height: 0px;
	z-index: 0;
}
#topMenu ul {
	list-style-type: none;
	display: inline;
}
#topMenu li {
	float: left;
	list-style-type: none;
}
#topMenu ul li a {
	display: block;
	padding: 2px 21px 2px 21px;
}
#topMenu ul li a:link {
	color: #666666;
	text-decoration: none;
}
#topMenu ul li a:visited {
	text-decoration: none;
	color: #666666;
}
#topMenu ul li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
#content {
	clear: both;
	z-index: 1;
}
#content p {
	padding: 0px 15px 0px 15px;
}
#bottomMenu {
	clear: both;
	background-color: #bf3333;
	height: 20px;
}

#rightContainer {
	visibility: hidden;
	width: 0px;
	height: 0px;
}
#rightContainer p {
	margin-top: 2px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	font-style: normal;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.leftpic {
	float: left;
}
.textright {
	width: 540px;
	float: left;
}
.blue {
	color: #315EB0
}