@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #98C1CC;
}
#container {
	margin: 0px auto;	
	width: 900px;
	background-color: #000000;
}

/* Styles for Header */
#header {
	background-color: #000000;	
	float: left;
	width: 900px;
	color: #BBC3D3;
}
#header h1 {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	color: #BBC3D3;
}
#header a {
	font-color: #336667;
	text-decoration: none;
}
#header a:hover {
	font-color: #000000;
}
#header p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/* Styles for Left Sidebar/Links */
#leftsidebar {
	float: left;
	background-color: #000000;
	width: 200px;
	color: #FFFFFF;
	border-bottom: medium solid #000000;

}
#leftsidebar a {
	text-decoration: none;
	color: #BBC3D3;
	font-size: 14px;
}
#leftsidebar a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#leftsidebar p {
	margin-right: 17px;
	margin-left: 17px;
}

/* Styles for Main Content */

#topcontent {
	float: right;
	width: 698px;
	color: #000000;
	border-bottom: medium solid #000000;
	border-right: 2px solid #000000;
	background-image: url("../images/whitebkgd.jpg");
}
#topcontent a {
	color: #006699;
	text-decoration: none;
}
#topcontent a:hover {
	color: #000000;
	text-decoration: none;
}
#topcontent form {
	float: left;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 15px;
}
#topcontent p {
	margin-right: 15px;
	margin-left: 15px;
}	
#topcontent h2 {
	margin-left: 50;px;
}
#topcontent h3 {
	margin-left: 15px;
}
#bottomcontent {
	width: 896px;
	float: left;
	color: #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-image: url("../images/whitebkgd.jpg");
}
#bottomcontent p {
	margin-right: 15px;
	margin-left: 15px;
	font-weight: normal;
}
#bottomcontent a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#bottomcontent a:hover {
	color: #000000;
	text-decoration: none;
}
#bottomcontent form {
	float: left;
	padding-left: 100px;
	padding-bottom: 20px;
	padding-right: 15px;
}
#bottomcontent li {
	margin-right: 15px;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 900px;
	padding: 0;

	margin-top: 0px;
	background-color: #98C1CC;
}
#footer p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.i {
	font-style: italic;
}
.color {
	color: #009900;
}
.b {
	font-weight: bold;
}

.transformation {
	margin-left: 20px;
}
.form1 {
	display: block;
	float: right;
	border: medium groove #333333;
	padding: 25px;
	margin: 10px;
}
.title {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
}
h1 {
	text-align: center;
	font-size: 18px;
	color: #000000;
}
.italicbold {
	text-weight: bold;
	color: #009900;
	font-style: italic;
}
.bolder {
	font-weight: bold;
	font-size: 16px;
}
.top {
	font-size: 10px;
	color: #000000;
}
