@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9FE8FF;
}

#wrapper {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	z-index:1;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	filter: Glow(Color=1, Strength=1);
	vertical-align: middle;
}
#sidebar {
	background-color: #46D1FF;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}


#content {
	height: 800px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#footer {
	font-size: 10px;
	background-color: #CCCCCC;
	text-align: center;
	color: #000000;
}

a:link,a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#header {
	background-image: none;
	height: 125px;
	width: 1000px;
}
#sidebar a {
	display: inline;
	font-size: 14px;
	border-right-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content img {
	margin-right: 20px;
}

.cyan {
	color: #00FFFF;
}
.forestgreen {
	color: #006600;
}
.red {
	color: #FF0000;
}
.maroon {
	color: #990033;
}
.darkgreen {
	color: #008000;
}
.purple {
	color: #800080;
}
.blue {
	color: #0000FF;
}
.orange {
	color: #FF6600;
}
.pink {
	color: #FF00FF;
}
.gray {
	color: #666666;
}
.bold {
	font-weight: bold;
}
