body {
	background-color: #ffffff;
	color: #000000;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 12px;
}
/********************** Header ***************************/
#header {
	background-image: url(images/headertop.jpg);
	width: 717px;
	height: 255px;
	margin-top: 17px;
}
/********************** Menu ***************************/
#menu {
	top: 150px;
	float: right;
	position: relative;
}
#menu a {
	background-color: #E6DEEB;
	color: #672088;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	display: block;
	width: 200px;
	margin-bottom: 3px;
}
#menu a:hover {
	color:#666666;
}
/********************** Left box***************************/
.sub {
	width: 215px;
	border: 2px solid #E6DEEB;
	background-color: white;
	padding: 0px;
}
.sub div {
	background-color: #E6DEEB;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #672088;
	padding: 5px;
}
p {
	text-align: left;
	color: #000000;
	font-size: 12px;
	line-height: 130%;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	margin-top: 0px;
}
a {
	text-decoration: none;
}

/********************** right box***************************/
.sub2 {
	background-image: url(images/raindow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px solid #E6DEEB;
	background-color: white;
	padding: 0px;
	position: relative;
}
.sub2 div {
	background-color: #E6DEEB;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #672088;
	padding: 5px;
	position: relative;
}
p {
	font-size: 12px;
	padding: 5px;
	margin-top: 0px;
	font-family: verdana, arial, helvetica, geneva, sans-serif;

}
/********************** Content ***************************/
#content {
	margin: 0px auto;
	background-color: #ffffff;
	width: 717px;
	position: relative;
	
}
#left {
	float: left;
	width: 232px;
	margin-top: 20px;
}
#right {
	width: 485px;
	float: left;
	margin-top: 20px;
}

h1 {
	color: #672088;
	font-size: 14px;
	border-color: #E6DEEB; 
	padding: 10px 0px 0px;
	margin: -3px 5px 5px; 
	border-style: solid; 
	border-top-width: 2px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}
h1 a:hover {
	color: #666666;
}

h2{
	color: #672088;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	padding: 10px 0px 0px;
	margin: -3px 5px 5px; 
}
/********************** Banner ***************************/
img {
	border: none;
}
/********************** Footer ***************************/
#footerline {
	clear: both;
	font-size: 1px;
	height: 5px;
}
#footer {
	width: 717px;
	height: 50px;
	bottom: 0px;


}
