@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CC99;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	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: #333333;
}

#biggrid {
	background-image: url(images/biggrid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.oneColFixCtrHdr #container {
	width: 700px;
	/*	border: 1px solid #EBEEF5; 
	background-color: #99CC99;
	background-color: #ffffff; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #66CC66;
	border-right-color: #66CC66;
	border-left-color: #66CC66;
	border: 1px solid #339933; */
}
.oneColFixCtrHdr #header {
/*	background-color: #ffffff;
*/	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #336633;
	border-bottom-color: #336633;
	font-style: italic;
	color: #666666;
/*	background:#DDDDDD; */
}
.oneColFixCtrHdr #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: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*------------Navbar and Global Link Styles ------------- */

a:link {
	text-decoration: none;
	color: #CC3300;
}

a:visited {
	text-decoration: none;
	color: #CC3300;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}


.homenav a:link {
	font-size: 10px;
/*	color: #336633; */
 	text-decoration: none;
}

.homenav a:visited {
	font-size: 10px;
	text-decoration: none;
}

.homenav a:hover {
	font-size: 10px;
	background-color: #ffFFFF;
	background-repeat: no-repeat;
	color: #336633;
	background-position: left center;
}


/*------------ My Other Additions ------------------- */

#navbar {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/*	background:#ebeef5;
	background-image: url(images/navbkgd.gif);
	background-repeat: no-repeat;
	background-position: right center;
 	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #ebeef5;	*/
}

#topimage {

	float: right;
}
.imgspacert {
	margin-right: 10px;
}
.imgspacelft {
	margin-left: 10px;
}
.head2 {
	font-size: 16px;
	font-weight: bold;
}
.outline {
	border: 1px solid #006633;
}

.sub {
	font-size: 10px;
}


/*------------ Project Pages ------------------- */


#sidebar1 {
	font-size: 11px;
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #6699CC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 2px 15px;
	color: #FFFFFF;
}
#rtContent {
	margin: 0 0 0 220px;
}

li {
margin-left: 0px; 
padding-left:0px;
}

ol {
margin-left: 12px; 
padding-left:12px;
}.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
