body {
	background-image: url(/images/bgsquare.gif);
	background-repeat: repeat-x;
	font-family: trebuchet ms,verdana,arial,helvetica;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	}

.bg {
	background: url(/images/background.jpg) center top fixed;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: trebuchet ms,verdana,arial,helvetica;
	font-size: 12px;
}

h4 { font-size: 12pt; font-family: arial, helvetica; color: #000000;}

h3 { font-size: 14pt; font-family: arial, helvetica; color: #000000;}

td {
	font-family: trebuchet ms,verdana,arial,helvetica;
	font-size: 13px;
	color: #363737;
}

.dotline { background-image: url(/images/dot_bk.gif); background-repeat: repeat-x; width: 100%; height: 3px; margin-top: 6px; }

.content_bk {
	background-image: url(/images/content/content_bk.gif);
	background-repeat: no-repeat;
}

.border {
	border: 3px double #efefef;
}

.imgborder {
	border: 3px double #405151;
}

.shh { color: gray; }
.date { color: #999999; font-size: 11px; font-weight: bold; }
.red { color: maroon; }

.boxheading { background-color: #dddddd; border: 1px solid gray; padding: 6px; color: #000000; }
.box { border: 1px dotted #dddddd; }

.title { font-size:18pt; font-weight: normal; font-family: times,serif; color: #2F5882; background-color: #ffffff; padding: 5px; border-bottom: 1px solid #dddddd; }

.space { height: 1px; }

.heading { font-size:20pt; font-family: book antiqua,perpetua,times new roman,times,arial,verdana,helvetica; color: #365f69; font-weight:bold; }
.subheading { font-size:13px; font-weight: bold; font-family: verdana,arial; color: #056D88; }

.input	{
	background-color: #F7F7F7;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: 1 solid gray;
	}
	
.submit {
	background-color: #F7F7F7;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: 2 outset #dddddd;
}

a {	color: #000000; }
a:hover { color: #004226; }

/* footer */
.footer { font-family: verdana, arial; font-size: 11px; color: #275964; }
a.footer { font-family: verdana, arial; text-decoration: underline; color: #275964; }
a.footer:hover { text-decoration: underline; color: #838686; }
td.footer { padding: 4px; }

.atlas { font-family: verdana, arial; font-size: 10px; }
a.atlas { font-family: verdana, arial; font-size: 10px; color: #666666; text-decoration: none; }
a.atlas:hover {	color: #275964; }
.small { font-size: 10px; }

.callout_bk { background-image: url(/images/callout/callout_bk.gif); background-repeat: repeat-y; height: 250px; }
.callout_bk_sub { background-image: url(/images/callout/callout_bk_sub.gif); background-repeat: repeat-y; height: 250px; }

.callout { border: 3px double gray; background-color: #efefef; padding: 5px; width: 200px; font-size: 10px; font-family: verdana,arial; }

/* Member Tab Nav */
#header {
/*  float:left; */
  width:100%;
  background: url("/images/nav/bg.gif") repeat-x bottom;
  font-size:93%;
  height:33px;
  line-height:normal;
  }
#header ul {
  margin:1;
  margin-left: 0px;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("/images/nav/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("/images/nav/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  font-family: verdana,arial;
  font-size: 10px;
/*  color:#765; */
  color: #6a5f60;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("/images/nav/left_on.gif");
  margin-bottom:0;
  }
#header #current a {
  background-image:url("/images/nav/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
  
  
  
  
  /* Member Tab Nav */
#topnav {
/*  float:left; */
  width:100%;
  background: url("/images/nav/bg.gif") repeat-x bottom;
  font-size:93%;
  height:33px;
  line-height:normal;
  }
#topnav ul {
  margin:1;
  margin-left: 0px;
  padding:10px 10px 0;
  list-style:none;
  }
#topnav li {
  float:left;
  background:url("/images/nav/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#topnav a {
  float:left;
  display:block;
  background:url("/images/nav/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  font-family: verdana,arial;
  font-size: 10px;
/*  color:#765; */
  color: #6a5f60;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topnav a {float:none;}
/* End IE5-Mac hack */
#topnav a:hover {
  color:#333;
  }
#topnav #current {
  background-image:url("/images/nav/left_on.gif");
  margin-bottom:0;
  }
#topnav #current a {
  background-image:url("/images/nav/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
#error { color: #a50d0d; }