@charset "UTF-8";
body  {
	font: 80% "New Times Roman", Times, sans-serif;
	background: #fff;
	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;
}
h1, h2{
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	}
p {
	letter-spacing: 1px;
	line-height: 190%;
	text-align: left;
	}
tr, td {
	padding: 1px;
	}
.formhead {
	padding: 12px 0 -6px 2px;
	font-size: 110%;
	color: #004400;
	}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(images/structure/header_bkgd.gif);
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	1border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColFixRtHdr #header { 
	background-image: url(images/structure/GClogoheadL.gif);
	background-repeat: no-repeat;
	height: 120px;
}
#nav {
	position: absolute;
	margin-top: 98px;
	text-align: right;
	right: 18px;
	top: 2px;
	width: auto;
}
#nav a{
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	color: #821c1d;
}
#nav a:hover {
	color: #000000;
	}
#subhead {
	background-color: #821c1d;
	}
#subnav {
	text-align: left;
	font-size: 90%;
	float:right;
	width: 190px;
	letter-spacing: 1px;
	padding-right: 15px;
}
#subnav a{
	text-decoration: none;
	color: #f3ebdd;
}
#subnav a:hover {
	color: #b0c578;
	}
#subnav { 
	height: 201px;
	background-color: #821c1d;
	background-image: url(images/structure/redcorner.gif);
	background-position: bottom right; 
	background-repeat: no-repeat;
	padding-top: 15px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 30px;
	padding: 0px 15px;
}
#sidebar1 p, h3 {
	font-style: italic;
	letter-spacing: 1px;
}
#sidebar1 a {
	text-decoration: none;
	font-weight: bold;
	color: #859b49;
	}
#sidebar1 a:hover {
	color: #821c1d;
	}	
#mainContent { 
	margin: 35px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a { 
	text-decoration: none;
	font-weight: bold;
	color: #821c1d;
	}
#mainContent a:hover { 
	color: #b0c578;
	}

#footer { 
	font-size: 90%;
	padding: 20px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	letter-spacing: 0px;
} 
#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 */
}
#footer a{
	text-decoration: none;
	color: #821c1d;
}
#footer a:hover {
	color: #b0c578;
	}
.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: 8px;
}
.footerfltrt {
	float: right;
	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;
}
.emph {
	font-weight: bold;
	color: #821c1d;
	}
.green {
	color: #b0c578;
	font-style: normal;
	padding-top: 5px;
	}
.indent {
	padding-left: 15px;
	}
.caption {
	font-size: 90%;
	font-style: italic;
	letter-spacing: 0;
	}
	
	/* form */
.form {
	margin: 0 0 35px 30px;
	width: 450px;
	border: 1px solid #AAAAAA;
	padding: 15px 20px 15px 20px;
	position: relative;
	}
.form .heading {
	font-size: 120%;
	font-style: italic;
	background-color: #fff;
	padding: 0 10px 0 10px;
	position: absolute;
	top: -14px;
	right: auto;
	left: 10px;
	margin-left: 5px;
	}
.form .floatnote {
	clear-float: both;
	border: 1px solid #AAAAAA;
	width: 120px;
	float: right;
	padding: 5px;
	margin-left: 15px;
	line-height: 1.2em;
	}
.form .floatnote .redlight {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	color: #990000;
	}
.form .floatnote .yellow {
	background-color:#FFFFCC;
}

	/* new form */

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  font-size: 1.2em;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.6;
  vertical-align: top;
    float: left;
  text-align: right;
  padding-right: 4px;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
	list-style-type: none;
	padding: 2px 0;
	}
form.cmxform fieldset input {
	margin-left: 0;
	width: 200px;
	}
form.cmxform fieldset span {
	vertical-align: top;
	}
form.cmxform fieldset input.tight {
	margin-left: 12px;
	width: auto;
	}
form.cmxform fieldset input.short {
	margin-left: 2px;
	width: 5em;
	}

form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: inline-block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #b30404;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform input.50 {
  width: 50px; 
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform label.narrow {
  width: auto;
  margin-left: 5px;
  float: none;
  text-align: left;
}
form.cmxform .floatnote {
	clear-float: both;
	border: 1px solid #AAAAAA;
	width: 100px;
	float: right;
	padding: 5px;
	margin-left: 10px;
	line-height: 1.2em;
	background-color: #f3ebdd;
	}
