@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	height:45em;
	width: 60em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	height:100%;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	float:left;
	height:163px;
	width:925px;
	padding-bottom:20px;
}

#navcontainer {
	float:left;
	width: 170px;
	height:440px;
	background-color:#CD2026;
	background-image:url(../images/nav_cross.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family:"Century Gothic", Century;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #CD2026;
	border-bottom: 1px solid #FFFFFF;
}

#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #FFFFFF;
	color: #CD2026;
}

#leftPadding {
	float:left;
	width: 10px;
	height: 410px;
}

#textArea {
	float:left;
	border:solid 1px #999999;
	padding-left:5px;
	width: 500px;
	height: 398px;
	overflow-x:hidden;
	overflow-y:scroll;
}

#rightBar {
	float:right;
	height:393px;
	width:216px;
	max-width:216px;
	overflow:visible;
}

#footer {
	float:left;
	height:25px;
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Century Gothic", Century;
}
.LargeHeader {
	font-family: "Century Gothic", Century;
	font-size: 36px;
	color: #CD2026;
}
.LargeHeaderGreen {
	font-family: "Century Gothic", Century;
	font-size: 36px;
	color:#00CC00;
}
.LargeGrey {
	font-size: 24px;
	color:#666666;
	font-family: "Century Gothic", Century;
}
.LargerGrey {color: #666666; font-family: "Century Gothic", Century; font-size: 36px;}
.smallGrey {
	font-size: 14px;
	color: #666666;
	font-family: "Century Gothic", Century;
}

.white {
color:#FFFFFF;
font-family:"Century Gothic", Century;
}

.indent {
text-indent:20px;
}
