
#header {
/*  BELOW GAVE NICE GRADATED BLUE IMAGE BETWEEN MENUS */
/*  background: #4E7DD1 url('_images/menu_bg.gif') bottom left repeat-x; */
/*  REPLACED WITH BORING OFF WHITE ! */
  background: #f9faff;
  margin:0px;
  padding:0px;
}

.headerTitle {
  height: 60px;
  padding:15px;
  background: url('_images/header_bg.gif') top right no-repeat;
  margin:0px;
}

.headerTitle .title {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -1px;
}

.headerTitle .subtitle {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

#content .contentHeading {
  margin-top:5px; 
  margin-bottom: 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #0000FF;
}

#content .author {
  margin-bottom: 6px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #2153AA;
}

#navlist {
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: bold 12px Verdana, sans-serif;
}

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

#navlist li.fullTab a {
  color: #F1F6FE;
  padding: 5px 10px 5px 10px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url('_images/tab_bg.gif') bottom left repeat-x;
  text-decoration: none;
}

#navlist li#active a {
  color: #000;
  background: #f9faff;
  border-top: 1px solid #000000;  
  border-bottom: 1px solid #f9faff;
}

#navlist li span.fullTabSpan:hover {
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}


#navlist li span.fullTabSpan:hover {
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li .tabAction {
  font: bold 10px Verdana, sans-serif;
}

#navlist li span form {
	display: inline;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover {
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

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

#navlist li #current a:link, #navlist li #current a:visited { color: #000; }

.thumbLeft {
	float: left;
	width: 220px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.thumbRight {
	float: right;
	width: 220px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

.thumbLeft img, .thumbRight img {
	width: 200px;
	height: 150px;
}


.storyRight {
	clear: right;
}

.storyLeft {
	clear: left;
}

/* ================================ */
/* = ORIGINAL GT STYLESHEET BELOW = */
/* ================================ */

body {
	background-color: #ccccff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
	font-size: 10pt;
}

a:link {
	text-decoration: none;
	color: #0000FF; 
}

a:visited {
	text-decoration: none; 
	color: #0000FF; 
}

a:active {
	text-decoration: none; 
	color: #0000FF; 
}

a:hover {
	text-decoration: none; 
	color: #008000; 
}

.sitepos {
 	background-color: #f9faff; 
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border: none;
}

.thetable {
	border: none;
}

.thetable td {
	text-align: center;
	vertical-align: top;
	padding: 7px;
}

.style1 {
	font-size: 18pt;
	font-weight: bold;
}

.style2 {
	font-size: 12pt;
	font-weight: bold;
}

.style3 {
	font-size: x-small;
}

.style4 {
	color: #FF00FF;
	font-weight: bold;
}

.style5 {
	color: #FF0000;
	font-weight: bold;
}

.style6 {
	color: #0000FF;
}

.style7 {
    font-size: larger
}
