@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: #FFF;
	background-image: url(../media/main_grnd.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #F60;
	background-image: url(../media/title_grnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu {
	float: left;
	width: 12.5em; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px; /* top and bottom padding create visual space within this div */
}
#header a {
	color: white;
	text-decoration: none;
	font-size: .8em;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#mainContent {
	background-color: #FFF;
	margin-top: 0 px;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 15em;
	padding-top: 5px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 2em;
	text-align: left;
}
#mainContent p {
	font-size: 0.8em;
}
#mainContent ul {
	font-size: 0.8em;
}

#mainContent ol {
	font-size: 0.8em;
}
.bluebar {
	color: #FFF;
	background-color: #006;
	font-size: 0.7em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	text-transform: capitalize;
}

.orangebar {
	color: #FFF;
	background-color: #F60;
	font-size: 0.7em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	text-transform: capitalize;
}

h3 {
	color: #F60;
	font-size: 0.7em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	text-transform: capitalize;
	border: 1px solid #F60;
	margin-top: 15px;
}
#sidebar3 h3, #sidebar2 h3 {
	margin: 0px;
}
#sidebar2 p, #sidebar3 p, #sidebar2 ul, #sidebar3 ul {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 0.8em;
}
#sidebar2 {
	float: right;
	width: 12em; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar2 strong {
	font-size: .8em;
}
#sidebar3 {
	float: right;
	width: 12em;
}
.greybox {
	border: 1px solid #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color:#FFF;
	font-size: 1em;
	text-align: left;
}
.mediumtxt {
	font-size: 0.8em;
	color: #333;
}
#footer {
	padding:  15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size: 0.7em;
	color: #333;
	text-align:left;
}
#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 */
}
/* Miscellaneous classes for reuse */
.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: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 5px;
}
.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;
}
#intro {
	margin: 10px;
	float: left;
	width: 15em;
	text-align:left;
	background-color: #FFF;
	padding: 3px;
}
.greybar {
	color: #000;
	background-color: #D4D4D4;
	font-size: 0.7em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	text-transform: capitalize;
}
.greytable {
	border: 1px solid #999;
}
.greytable th {
	background-color: #CCC;
	font-size: .8em;
}
.backto {
	font-size: 0.7em;
	color: #FFF;
	background-color: #F60;
	width: 8em;
	padding: 2px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #FFF;
	float: right;
	margin-top: -30px;
}
.backto a:link{
	color: #FFF;
	text-decoration: none;
}
.backto a:visited{
	color: #FFF;
	text-decoration: none;
	}
.orangebox {
	background-color: #FC6;
	padding: 10px;
}
.bluebox {
	background-color: #9CF;
	padding: 10px;
}

.orangeboxrestricted {
	background-color: #FC6;
	padding: 10px;
	width:30%;
	margin-left:10%;
	
}
.blueboxrestricted {
	background-color: #9CF;
	padding: 10px;
	width:30%;
	margin-left:10%;
	
}

