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

body {
	background-color: #CCCCCC;
}
.container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif", sans-serif, verdana;
/*	position: relative;*/
	padding-left: 10px;
	padding-right: 10px;
}
.content h1 {
	color: #C61C2C;
	font-size: 1.8em;
	margin-bottom: -5px;
}
.content p {
	font-size: 0.9em;
	line-height: 1.3em;
}

.topStripe {
	background-color: #000000;
	height: 25px;
	width: 765px;
	color: #FFFFFF;
	text-align: right;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif", sans-serif, verdana;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 15px;
}

.topStripe a {
	color: #FFFFFF;
	text-decoration: none;
}

.mast {
	height: 216px;
	width: 780px;
}

.redStripe {
	background-color: #C61C2C;
	height: 27px;
	width: auto;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif", sans-serif, verdana;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
}

.redStripe a {
	color: #FFFFFF;
	text-decoration: none;
}


.redStripe a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.PhotoBox {
	width: auto;
	float: left;
	color: #666666;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif", sans-serif, verdana;
	font-size: .8em;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 15px;
	visibility: visible;
	display: inline;
}

.rightSidebar {
	float: right;
	height: auto;
	width: 202px;
	border: 1px solid #C61C2C;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: .9em;
	position: relative;
}
.rightSidebar h1 {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C61C2C;
	color: #000000;
}

.bottomStripe {
	background-color: #000000;
	height: 10px;
	color: #FFFFFF;
	position: relative;
}

.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;
}
