@charset "utf-8";
body {
	font: 100% Trebuchet MS, Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #9999CC;
}
a:link {
	color: #FF6699;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0099;
}
a:visited {
	color: #FF6699;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FF0099;
}


p {
	margin: 0;
	padding-top: 0px;
}
.hide {
	display: none;
}

p.textblock {
	padding-top: 15px;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding-left: 20px;
}

.date {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 6px;
}
.TwoColumn #container {
	width: 766px;
	background-color: #000228;
	background-image: url(img/bgr.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.TwoColumn #header {
	background: #DDDDDD;
	background-image: url(img/topbar.gif);
	background-repeat: repeat;
	height: 39px;
}
.TwoColumn #sidebar1 {
	float: right;
	height: 43px;
	padding: 0;
	vertical-align: top;
}
.TwoColumn #photos {
	float: right;
	width: 400px;
	padding: 12px 0 0 0;
	height: 600px;
}
.TwoColumn #mainContent {
	margin: 0 400px 0 25px;
	padding: 0 20px;
	text-align: left;
	background-image: url(img/bgblue.gif);
	background-repeat: repeat;
	vertical-align:top
}
.TwoColumn #scroll {
	height:200px;
	overflow-y:scroll;
}
.TwoColumn #footer {
	width: 766px;
	padding: 0 0 0 0;
	background:#DDDDDD;
	background-image: url(img/footer.gif);
	background-repeat: repeat;
	height: 39px;
}
.TwoColumn #footer p {
	margin: 0;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	padding: 11px 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
