body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-weight: bold;
}
#wrapper {
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 740px;
}
#top {
	height: 20px;
	background-color: #FFFFFF;
}
#top p {
	color: #003399;
	text-align: right;
	margin-left: 0px;
	font-size: 14px;
	margin-top: 0px;
	padding: 2px 0px 0px;
}

#logo {
	background-image: url(images/header.jpg);
	height: 155px;
}

#left {
	width: 190px;
	float: left;	
}
#left p {
	text-align: left;
	margin: 0px;
	padding-left: 15px;
}
#left ul {
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 14px;
	text-align: left;
}
#left ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#left ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	letter-spacing: 1px;
	width: 170px;
}
#left ul li a:link, #left ul li a:visited, #left ul li a:active {
	color: #FFFFFF;
}
#left ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#right {
	float: right;
	width: 550px;
}
#right img{
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	
}
#right h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	padding-bottom: 2px;
	margin: 0px 0px 5px;
		
}
#right p {
	text-align: justify;
	padding: 0px 10px 0px 0px;
	margin: 0px;

	
}

#right h3 {
	font-size: 14px;
	font-style: italic;
	color: #CC0000;
	text-align: left;
	margin: 5px 0px;

}

#footer {
	background-image: url(images/footer.jpg);
	height: 50px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	background-repeat: no-repeat;
	clear: both;
	padding: 0px;

}

#footer p{
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 0px;
	padding-top: 20px;

}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
