@charset "UTF-8";
body  {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	text-align: left;
}

#pageheading   {
	background: #336600;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/graphics/GCDHeader.jpg);
	height: 99px;
	float: none;
}
blockquote {
	font-style: italic;
}
#gcd  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu  {
	background: #336600;
	text-align: left;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #CCFF00;
	text-decoration: none;
}
#menu a:active {
	color: #66FF00;
	text-decoration: none;
	font-weight: bold;
}
#header  { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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 */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	color: #336600;
	background-color: #99CC66;
	height: 400px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 a:link, #sidebar1 a:visited {
	color: #336600;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #CCFF00;
	text-decoration: none;
}
#sidebar1 a:active {
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1   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: #336600;
	font-size: 12px;
	text-align: left;
}
#mainContent  {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	color: #333333;
	background-position: top;
	text-align:left;
} 
#mainContent a:link, #mainContent a:visited {
	color: #336600;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: none;
	font-weight: bold;
}
#footer  {
	padding: 10px;
	background-color: #336600;
} 
#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;
	font-size: 10px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCFF00;
	text-decoration: none;
}
#footer a:active {
	color: #66FF00;
	text-decoration: none;
}
#subtable p {
	font-size: 10px;
}
#subtable h2 {
	font-size: 12px;
}
#centerContent {
	text-align: center;
}
