/* (c) 2005 - John D. Hays
 * 
 * This stylesheet was designed exclusively for GLTS for use on their website.
 */

body {
	background-color: #D3E2FF;
	color: #000066;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

hr {
	margin: 10px 0px 10px 0px;
}

/* link effect */

a:link {
	color: #000066;
	text-decoration: underline;
	border-bottom: 0px dashed;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	color: #000066;
	text-decoration: none;
	border-bottom: 0px solid;
}

/* content */

div#content {
	background-color: #ffffff;
	background-position: center top;
	background-image: url(background.jpg);
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: static;
	top: 200px;
/*	font-size: small; */
	font-size: 100%;
}

div#content a.footnote {
	color: #bb2233;
}

div#content h1 {
	font-size: 175%;
}

div#content h2 {
	font-size: 150%;
}

div#content h2.emph {
	color: red;
}

div#content h3 {
	font-size: 125%;
}

div#content h3.emph {
	color: red;
}

div#content h4 {
	font-size: 100%;
	font-style: italic;
}

div#content h5 {
	font-size: 100%;
	text-decoration: underline;
}

div#content p {
	margin-top: 0px;
}

div#content img.floatleft {
	float: left;
	margin: 5px 5px 5px 0px;
}

div#content img.floatright {
	float: right;
	margin: 5px 0px 5px 5px;
}

div#content img.nofloat {
	float: none;
	margin: auto;
}

div#content img.icon {
	float: none;
	display: inline;
	margin: 0px;
}

div#content div#image img {
	float: right;
	margin: 0px 0px;
	display: block;
}

div#content .bold {
	font-weight: bold;
}

div#content .columnwrapper {
	width: 100%;
}

div#content .column {
	display: block;
	float: left;
	width: 49.9999%;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

div#content .column img {
	padding: 0px 10px 10px 0px;
}

div#content .directory {
	font-weight: bold;
	background-color: #037596;
	color: #fff;
	text-align: center;
	padding: 1px;
}

div#content .center {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#content .center h2 {
	border-bottom: 1px solid;
	margin: 10px 2em 0 2em;
}

div#content .center ul {
	margin: 0px;
	padding: 0px;
}

div#content .center li {
	list-style-type: none;
	padding-bottom: 5px;
}

div#content .serif {
	font-family: Book Antiqua, Times New Roman, serif;
}

div#content table {
	font-size: 100%;
}

div#content table.centre {
	text-align: center;
}

div#content table.wide {
	width: 780;
}

div#content table.widecentre {
	width: 780;
	text-align: center;
}

div#content td {
	vertical-align: middle;
}

div#content td.topleft {
	vertical-align: top;
	text-align: left;
}

div#content td.topright {
	vertical-align: top;
	text-align: right;
}

div#content td.top {
	vertical-align: top;
}

div#content td.centre { 
	text-align: center;
}

div#content td.left {
	text-align: left;
}

div#content td.right {
	text-align: right;
}

div#content td.justify {
	text-align: justify;
}

div#content td.smallcaps_lg {
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 125%;
}

div#content td.smallcaps_sm {
	text-align: center;
	font-variant: small-caps;
/*	font-weight: bold; */
	font-size: 105%;
}

div#content td.caption {
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 95%;
}

div#content td.subject {
	font-style: italic;
	font-weight: bold;
	font-size: medium;
}

div#content td.headings {
	text-align: center;
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
}

div#content td h2 {
	text-align: center;
}

div#content tr.headings {
	font-weight: bold;
}

div#content tr.bkgd0 {
	background-color: #000066;
}

div#content tr.bkgd1 {
	background-color: #BACDF4;
}

div#content tr.bkgd2 {
	background-color: #DDEEFF;
}

/* Main page content styling */

div#image {
	margin: auto;
	text-align: center;
}

/* header */

div#header {
	width: 100%;
	position: static;
	margin: 0em;
	padding: 0px;
	z-index: 0;
	background-repeat: no-repeat;
	background-color: #000066;
	background-position: left center;
	font-family: Book Antiqua, Times New Roman, serif;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 160px;
}

div#header h1 {
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 25px 0px 10px;
	top: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	z-index: 2;
	height: 64px;
	left: 0px;
}

div#header h1.bold {
	font-size: 35px;
}

div#header h2 {
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 15px 0px 10px;
	top: 64px;
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	z-index: 2;
	height: 32px;
	left: 0px;
}

div#header h2.bold {
	font-size: 25px;
}

div#header h3 {
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 10px 0px 20px;
	top: 112px;
	color: #fff;
	font-size: 15px;
	font-weight: lighter;
	z-index: 2;
	height: 32px;
	left: 0px;
}

div#header h3.bold {
	font-size: 20px;
}

div#header h4 {
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 3px 0px 5px 6px;
	top: 160px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	z-index: 3;
	height: auto;
	background-color: #bb2233;
	text-align: left;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url(headers/GLTS_h4.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

div#header a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}

div#header a:hover {
	background-color: #bb2233;
	color: #FF99AA;
	font-weight: normal;
}

div#header img.floatleft {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0px;
	float: left;
	vertical-align: middle;
	top: 0px;
}

div#header img.floatright {
	display: block;
	position: absolute;
	float: right;
	top: 0px;
	z-index: 1;
	right: 0px;
	vertical-align: middle;
}


/* sidebar */

div#sidebar {
	color: #0000aa;
	float: left;
}

div#sidebar ul {
	padding: 0px 0px 0px 1em;
	margin: 0px;
}

div#sidebar ul.category {
	margin: 0px;
	padding: 0px;
	text-indent: 4px;
}

div#sidebar td {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 28px;
}

div#sidebar td.event {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div#sidebar img {
	padding: 3px 3px 3px 1px;
	margin: 3px 6px 3px 2px;
	border: 0px;
}

div#sidebar a {
	display: block;
	color: #0000aa;
	text-decoration: none;
	border: 0px;
}

div#sidebar a:hover {
	display: block;
	color: #bb2233;
}

/* footer */

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

div#footer table {
	width: 780;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

div#footer td {
	vertical-align: middle;
}

div#bbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

div#bbar .lft {
	text-align: left;
	padding-left: 0px;
}

div#bbar .rgt {
	text-align: right;
	padding-right: 15px;
}

div#bbar h4 {
	width: 100%;
	margin: 0px;
	padding: 3px 0px 5px 6px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	z-index: 3;
	height: auto;
	background-color: #bb2233;
}

div#bbar h5 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 4;
	height: 80px;
	left: 0px;
	background-image: url(headers/collage.jpg);
	background-repeat: repeat-x;
}

div#bbar h6 {
	width: 100%;
	margin: 0px;
	color: #000066;
	font-size: 4px;
	z-index: 3;
	height: auto;
	background-color: #000066;
}

div#bbar a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}

div#bbar a:hover {
	background-color: #bb2233;
	color: #ff99aa;
}

div.clearer { 
	clear: left; 
	line-height: 0; 
	height: 0; 
}

div#iw {
	color: #2222ff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

div#iw .date {
	font-size: 11px;
	font-weight: normal;
}

div#iw img {
	float:left;
	margin-top: 2px; 
	margin-right: 10px;
}

div#side_bar {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 0px 7px;
	margin: 5px 0px 0px 7px;
}

