@charset "UTF-8";
/* CSS Document */

.style2 {color: #000000}
.style5 {font-size: 24px}
.style7 {font-size: 20px}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}
body {
	text-align: center;
	background-image: url(images/bgslice.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}
#content {
	height: 600px;
	float: left;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	color: #2D3F36;
	padding-top: 0px;
	margin-left: 19px;
}

.quote {
	font-style: italic;
	margin-right: 80px;
	margin-left: 80px;
}.list {
	font-style: oblique;
	line-height: 10px;
	color: #FF0000;
	text-decoration: underline;
	width: 300px;
	background-color: #FFFFFF;
	margin-left: 600px;
}
.horizrule {
	background-color: #FF0066;
	height: 4px;
	width: 900px;
}
.leftcolumn {
	height: 2200px;
	width: 200px;
	background-color: #64839E;
	float: left;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FF3366;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
}
#header {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF3366;
}
.vertrule {
	background-color: #FF0066;
	height: 600px;
	width: 4px;
	clip: rect(auto,auto,auto,200px);
	margin: 0px;
	left: 200px;
	top: 204px;
}

{
	font-size: 16pt;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FF6699;
}
