@charset "UTF-8";
body {
	font-family: verdana, 'Lucida Grande', arial, sans-serif; font-size:12px; line-height:1.5385;
	background: #ffffff;
	margin: 27px 0px; /* 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: #281401;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 10px;  /* 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. */
}
.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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	clear:left;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	color: #000000;
	font-size: 36px;
	line-height: normal;
	font-variant:small-caps;
	font-family:'trebuchet MS', verdana, arial, sans-serif;
	line-height:100%;
	margin: 0 0 0 0;
}

h2 {
	color: black;
	font-size: 22px;
	font-family:'trebuchet MS', verdana, arial, sans-serif;
	line-height: normal;
	
}



img {

padding:2px;
}



.description{
	color:#666;
	margin-top:-5px;
	padding:0 0 0 0;
	font-size:13px;
	line-height:1;
}
.h_underline {  
border-bottom: 1px solid #cccccc;
}

a {color:#003399; text-decoration:underline; font-weight: bold;}
a:hover{text-decoration:none; color:#003399; font-weight: bold;}
a:visited {color:#003399; font-weight: bold;}
a:active {color:#003399; font-weight: bold;}







/*navlist - for menu - About Instruction GTC Contact LGC */

#navlist
{
  margin-top:1px;
  margin-bottom:5px;
  text-align:right;
  padding: 5px 0;
  margin-right: 0;
  border-bottom: 1px solid #ccc;
  font: bold 10px 'trebuchet MS', Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #ffffff;
  padding: 5px 5px;
  margin-left: 1px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #336666 ;
  text-decoration: none;
}

#navlist li a:link 
{ 
  color: #ffffff; 
}


#navlist li a:visited 
{ 
  color: #ffffff; 
}


#navlist li a:hover
{
  color: #FFFFFF;
  background: #888;
  border-color: #336666;
  
}

#navlist li a#current
{
  color: #000;
  background: #ccc;
  border-bottom: 1px solid #FFFFFF;
}


.picture { background-color: #F9F9F9; border: 1px solid #CCCCCC; padding: 3px; font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #FFFFFF; vertical-align: middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
