@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cccc99;
}

div#container  {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	border: thin solid #777;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
} 
div#header  {
	background-color: #660000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
} 
div#header   h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
div#sidebar1 {
	background-color: #f2f2ea;
	height: 100%;
	width: 225px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	float: right;
	background-position: left top;
	border-left-color: #999;
	border-left-style: dotted;
	border-left-width: .5px;
}

/*position:relative;
	float:left;
	width:193px;
	height:100%;
	background-color:DDAA55;
	background-image:url(../images/all/grpNav_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	overflow:hidden;
	padding:0 0 10px 0;*/
	
div#mainContent  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: static;
	overflow: auto;
	width: 492px;
	left: 0px;
} 
div#footer  {
	padding: 0 10px 0 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	background-color: #660000;
} 
div#footer   p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.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: 10px;
}
.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;
}
a:link {
	color: #FF6600;
}
div#sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
}
div#sidebar1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #660000;
}
div #sidebar1 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #666;
}
a:visited {
	color: #ff6600;
	text-decoration: underline;
}
p {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
	font-weight: normal;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	font-weight: bold;
	color: #030000;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #030000;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #030000;
}

