body {
	background-image: url(images/bg.jpg);
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;	
}
li {
	list-style-image: url(images/bullet.png);
	list-style-type: disc;
	list-style-position: inside;	
	margin: 5px 0px 5px 0px;
	padding: 0px;	
}
ul {
	margin: 0px 0px 20px 15px;
	padding: 0px;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

h1, h2, h3, h4
{
	color: #0066cc;
}

#right p
{
	line-height: 22px;

}

strong
{
	color: #0066cc;
}

#wrapper {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#head {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 124px;
}
#nav {
	background-image: url(images/navBg.png);
	height: 29px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 29px;
	background-position: top;
	background-repeat: no-repeat;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav li {

	float: left;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;

	background-image: url(images/navBullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 18px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
#nav li:hover {
	background-image: url(images/navBgOver.png);
	background-position: center;
}

#main {
	background-image: url(images/mainBg.png);
	background-repeat: repeat-y;
	float: left;
	width: 901px;
}
#left {
	width: 140px;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 5px;
}
#right {
	float: left;
	width: 650px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 20px;
}

#foot {
	background-image: url(images/footBg.png);
	background-position: bottom;
	font-size: 10px;
	padding: 15px;
	clear: both;
	text-align: center;
}
#copy {
	width: 881px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	text-align: right;
}
#copy a {
	color: #FFFFFF;
}

.lowerDiv {
	background-image: url(images/lowerBg.png);
	background-repeat: no-repeat;
	background-position: top;	
	width: 627px;
}

.lowerDiv .lowerContent {
	padding: 5px 45px 5px 45px;
	width: 527px;
}

.lowerDiv .lowerFoot {
	background-image: url(images/lowerBg.png);
	background-position: bottom;
	height: 20px;
}

.sampImage
{
	float: right;
}