body { 
	text-align: center;	
	font-family: Arial, Verdana, "Microsoft Sans MS"; 	
	font-size:12px; 
	background: url(images/bg.jpg) repeat-x #fff;
	background-attachment:scroll;
	margin-top:0px; 
}

a { 
	color:navy; 
	text-decoration:none;
	font-weight: bold;
}

a:hover { 
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana;
	color:#33741a;
}

td { 
	
	font-family: Verdana, "Microsoft Sans MS", "Trebuchet MS", Arial; 
	
	font-size:11px; 
}

td.a { 
	color:navy; text-decoration:none;
}

#main {
	position: relative;
	width: 852px;/*sets the width for IE5.x's broken box model*/
	w\idth: 850px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0px auto;/* centers the wrapper.*/
	text-align: left;
}

#homeheader {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:206px;
}

#topleft {
	position:absolute;
	left:0px;
	top:0px;
	width:501px;
	height:206px;
}

#topright {
	position:absolute;
	left:501px;
	top:0px;
	width:349px;
	height:162px;
}

#title {
	position:absolute;
	background: url(images/title.jpg);
	left:501px;
	top:162px;
	width:349px;
	height:44px;
}

.title {
	font-weight: bold;
	font-family: Verdana;
	font-size:18px;
	color:#000;
	margin-top:20px;
}

#menubg {
	position:absolute;
	background: url(images/menubg.jpg);
	left:0px;
	top:206px;
	width:226px;
	height:497px;
}

.menu {
	margin-left:20px;
}

#leftvert {
	position:absolute;
	left:226px;
	top:206px;
	width:31px;
	height:497px;
}

#divider {
	position:absolute;
	left:257px;
	top:206px;
	width:557px;
	height:25px;
}

#rightvert {
	position:absolute;
	left:814px;
	top:206px;
	width:36px;
	height:497px;
}

#body {
	position:absolute;
	background: url(images/body.jpg);
	overflow: auto;
	left:257px;
	top:231px;
	width:557px;
	height:472px;
}

#home {
	position:absolute;
	left:226px;
	top:206px;
	width:624px;
	height:497px;
}

#footer {
	position:absolute;
	background: url(images/footer.jpg);
	overflow: auto;
	left:0px;
	top:703px;
	width:850px;
	height:67px;
}

#homefooter {
	position:absolute;
	background: url(images/homefooter.jpg);
	overflow: auto;
	left:0px;
	top:703px;
	width:850px;
	height:67px;
}

.footertext {
	margin-left:20px;
	margin-top:5px;
	color:#fff;
}

#galtop p, #galtop ul {
	display:inline;
	text-align:left;
}
#galtop li {
	display:inline;
	margin-left:10px;
}

#loginmain {
    margin: auto;
	border: 1px solid #cccccc;
	width: 400px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

form {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 270px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 270px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

.text {
	border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  width: 90%;
  margin-left: 0;
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.4em; 
  color : #ffffff; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #fefefe;
  border : 0;
  width: 100%;
  margin-left: 0; 
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fafafa;
  border : 0; 
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #666;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #669900; 
}

/* form label text */
label { 
  color : #669900;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 95% 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cc9000;
  background-color : #fffffa;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #669900;
  background-color : #ffffff;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color : #ffffff;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #ffffff;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 90%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

/* hide the Why? text span */
small.whythis a span { 
  position : absolute; 
  top : -9000px; 
  left : -9000px; 
  display : inline; 
  width : 17.1em; 
  height : auto; 
  border : 1px solid #000; 
  background-color : #eecc11; 
  padding-left : 2px; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  position : absolute; 
  top : 0; 
  left : 6em; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#gb_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}
