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

body  {	
	background: #FFFFFF;
	margin: 0; /* 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 */	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.top {
	vertical-align: top;
}

.main #container { 
	width: 900px;	
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 284px;
	margin: 0;
	background: url(images/main_bg_sidebar.jpg) no-repeat;
}
.main #mainContent { 
	margin: 0 0 0 284px;	
	width: 402px;	
}
.main #navMenu {
	padding: 53px 0 0 0;
	width: 402px;
}
.main #txtArea {
	width: 402px;	
}
.main #txt {	
	width: 378px;
	padding: 0 10px 10px 0;
	margin: 0 0 0 10px;	
	border-right: solid 1px #5acd18;
	border-bottom: solid 1px #5acd18;
	background-image: url(images/main_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 12px;	
	color: #232323;
	text-align: justify;
	line-height: 16px;
}
.main #pgHeader h1 {
	font-size: medium;
	color: #009100;
	font-weight: bold;
}
.main #pgHeader {
	width: 402px;
	padding: 10px 0 0 8px;
}

.main #highlight {
	font-weight: bold;
	color: #BB1335;
}

.main #galNavR, a {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #ff5113;
	text-decoration: none;
}
.main #galNavL {
	font-size: 11px;
	font-weight: bold;
	color: #ff5113;
	text-decoration: none;
}
.main #galNavR, #galNavL, a:hover {
	color: #8B0000;
}
.main #footer { 
	font-size: 10px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: x-small;	
}
.main #footer a {
	font-size: 10px;
	color: #ff5113;
	text-decoration: none;
	font-weight: bold;
}
.main #footer a:hover {
	color: #8B0000;
	text-decoration: none;
}
.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;
}

