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

#header {
	margin:0px;
	background-color: #5498dd;
	height: 58px;
	}
	body {
		margin:0px;
		padding:0px;
		height:100%;
	}
#menuBar {
	background-color: #b2b53a;
	text-align: center;
}
#header2 {
	margin:0px;
	background-color: #5498dd;
	height: 58px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}
#menuBar2 {
	background-color: #b2b53a;
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#5498dd;
}
#upperLeft {
	height: 300px;
	width: 400px;
	float:left;
}
.menuOpt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	height: 28px;
	margin-top: 10px;
	float: left;
	margin-left:26px;
	margin-right:26px;
	white-space: nowrap;
}
.menuOpt a {
	text-decoration:none;
	color:#000;
}
.menuOpt a:hover {
	color:#900;
}
#upperRight {
	background-color: #5498dd;
	background-image:url(images/logoBig.jpg);
	height: 300px;
	width: 500px;
	float:right;
	background-repeat: no-repeat;
	background-position: center;
}
#lowerLeft {
	background-color: #408f92;
	padding-left:5px;
	height: 325px;
	width: 395px;
	float:left;
	clear:left;
	font-size:15px;
	//font-family:Verdana, Geneva, sans-serif;
}
#lowerRight {
	background-color: #808080;
	height: 275px;
	width: 500px;
	float:right;
	clear:right;
	padding-top:50px;
	text-align:center;
}
.clearAll {
	clear:both;
}
#menuBox {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#outerContainer {
	width:880px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#408f92;
}
.thumBox {
	width:105px;
	text-align:center;
	float:left;
}
.thumBox img {
	padding:5px;
}
.mainText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF5DE;
	letter-spacing:.1em;
}
.mainTextAriel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF5DE;
	letter-spacing:.1em;
}
.titleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #620E0E;
}
#titleBar {
	background-color:#408f92;
	padding:15px;
}
.subTitleText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#FFEEBB;
	letter-spacing:.1em;
}
.redText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#AA2222;
	letter-spacing:.1em;
}
.brightRed {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FF5555;
	letter-spacing:.1em;
}
.leftImage {
	float:left;
	margin-right:9px;
}
.rightImage {
	float:right;
	margin-left:9px;
}
#vidDiv {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align:center;
}
.mainTextAriel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF5DE;
	letter-spacing:.1em;
}
#reviewLeft {
	width: 420px;
	text-align: left;
	float: left;
}
#reviewRight {
	width: 420px;
	text-align: right;
	float: right;
}
#bottomThumb {
	text-align: center;
}
#bottomThumb img {
	margin:4px;
}
.tinyCap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #999;
	text-decoration: none;
}

