a:link { color: rgb(50,100,220); text-decoration:underline; }
a:visited { color: rgb(50,75,140); text-decoration:underline; }
a:active {color:rgb(200,100,50); text-decoration:underline; }
a:hover { color:rgb(200,100,50); text-decoration:none; }

a img {
	border: none;
	padding: 3px;
	vertical-align: middle;
	}

body { 
	margin: 0px;
	font: 12pt "Trebuchet MS",arial,sans-serif; 
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	}

h1 {
   	font: bold 14pt "Verdana",arial,sans-serif;
   	text-align: left;
   	color: rgb(0,0,0);
   	height: 34px;
   	}

h1.title {
   	padding-left: 10px;
	background: url('gat_gfx_msgtitle_bgd.jpg') no-repeat;
	}

h2 {
	margin: 0;
	margin-left: -8px;
	padding: 4px 5px 2px 10px;
   	font: bold 110% "Trebuchet MS",sans-serif;
	}
	
h3 { 
	margin: 0; 
	padding: 0px 0px 0px 0px;
}

h4 {
	font: 100% "Trebuchet MS",arial,sans-serif; 
	text-align: right;
	font-style: italic;
	}

p { 
	font: 12pt "Trebuchet MS",arial,sans-serif; 
	text-align: left;
	color: rgb(0,0,0);
	}
p.copyright {
	color: rgb(255,255,255);
	text-align: center;
	}
	
p.tiny { font-size: 90%; }
p.right { text-align: right; }
p.center { text-align: center; }
p.justify { text-align: justify; }

ul { margin-top: 2px; }
ol.ordered{ list-style-type:lower-alpha; }
li {    
	margin-top: 0px;
	margin-bottom: 2px;
	}

.footnote {
	clear: both;
	margin: 20px 0px 20px 0px;
	border-top: 1px solid rgb(190,200,200);
	}
.footnote p {
	font-size: 90%;
	}
	
.bookreview {
	margin: 20px 30px 10px 30px;
	border-top: 1px solid rgb(190,200,200);
	border-bottom: 1px solid rgb(190,200,200);
	}
.bookreview p {
	font-size: 90%;
	}

.section1 {
	padding: 0px 0px 10px 0px;
	}
.section1 h2 {
	margin-left: 0px;
	background: url('gat_gfx_green_bgd.jpg') no-repeat;
	}
.section2 {
	margin-left: 5%;
	padding: 0px 0px 10px 0px;
	}
.section2 h2 {
	background: url('gat_gfx_yellow_bgd.jpg') no-repeat;
	}
.section3 {
	margin-left: 10%;
	padding: 0px 0px 10px 0px;
	}
.section3 h2 {
	background: url('gat_gfx_blue_bgd.jpg') no-repeat;
	}
.section4 {
	margin-left: 15%;
	padding: 0px 0px 10px 0px;
	}
.section4 h2 {
	background: url('gat_gfx_orange_bgd.jpg') no-repeat;
	}
.section5 {
	margin-left: 20%;
	padding: 0px 0px 10px 0px;
	}
.section5 h2 {
	background: url('gat_gfx_purple_bgd.jpg') no-repeat;
	}

.separatorline {
	width: 90%;
	height: 1px;
	color: rgb(200,200,200);
	}

div#header {
	display: block;
	background: url('gat_gfx_headerbgd.jpg') repeat-x;
	width: 100%;
	height: 130px;
	}
div#container {
	display: block;
	width: 100%;
	background-color: rgb(255,255,255);
	}
div#footer {
	clear: both;
	width: 100%; 
	height: 60px;
	background: url('gat_gfx_footerbgd.jpg') repeat-x;
	}
#footer p {
	padding-top: 30px; 
	color: rgb(255,255,255);
	text-align: center;
	}
	
div#w3c {
	clear: both;
	float: right;
	display: block;
	}

div#menu {
	display: block;
	width: 100%;
	padding: 8px 0px 5px 0px;
    background-color: rgb(230,240,240);
   	text-align: right;
	font-size: 80%;
	}
.menuitemselected {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	background-color: rgb(255,255,255);
	border-right: 1px solid rgb(180,190,190);
	border-left: 1px solid rgb(180,190,190);
	border-top: 3px solid rgb(250,150,50);
	}	
#menu a:link { color:rgb(0,0,0); text-decoration:none; }
#menu a:visited { color:rgb(30,60,100); text-decoration:none; }
#menu a:active { color:rgb(50,150,100); text-decoration:none; }
#menu a:hover { color:rgb(195,100,0); text-decoration:none; }

div#contentpane {
	float: left;
	width: 20%;
	padding-bottom: 40px;
	background: rgb(230,240,240) url('gat_gfx_conbtm.gif') no-repeat bottom right;
	}
.contentitem h1 {
	margin-left: 12px;
	}	
.contentitem a {
	margin: 1px 0px 1px 12px;
	text-align: left;
	font: bold 90% "Trebuchet MS",arial,sans-serif;
	}
.contentitemselected {
	font: bold 90% "Trebuchet MS",arial,sans-serif;
	margin-left: 5px;
	padding-left: 3px;
	border-left: 4px solid rgb(250,150,50);
	border-top: 1px solid rgb(160,170,170);
	border-bottom: 1px solid rgb(160,170,170);
	background-color: rgb(255,255,255);
	}	
.contentitem a:link { display: block; color: rgb(0,0,0); text-decoration:none; }
.contentitem a:visited { display: block; color:rgb(30,60,100); text-decoration:none; }
.contentitem a:active { display: block; color: rgb(150,120,0); text-decoration:none; }
.contentitem a:hover { display: block; color: rgb(200,100,80); text-decoration:none; }


div#datapane {
	display: inline;
	float: right;
	width: 78%;
	padding: 10px 0px 30px 0px;
	background-color: rgb(255,255,255);
	}

#datapane table {
	text-align: left;
	width: 100%;
	}

#datapane td {
	padding: 6px 2px 6px 2px;
	vertical-align: top;
	}

.index { width: 8%; }

.line {
	border-bottom: 1px solid rgb(200,200,200);
	}

.top {
	display: inline;
	width: 20%;
	text-align: right;
	font-size: 80%;
	float: right;
	}
.left { padding: 0; float: left; }
.right { float: right; }

#pagenav {
	clear: both;
	}
#pagenav p {
	font: 90% "Trebuchet MS",arial,sans-serif;
	text-align: center;
	}

.scripture {
	margin-left: 30px;
	margin-right: 60px;
	}
.scripture p {
	margin: 15px 0 0 0;
	padding: 5px 0px 5px 0px;
	font: 100% "Trebuchet MS",arial,sans-serif; 
	color: rgb(153,51,0);
	}	
	
.msgtit {
	display: block;
	font: 110% "Trebuchet MS",sans-serif;
	color: rgb(0,0,0);
	}
.msgsum {
	display: block;
	color: rgb(0,0,0);
	}
.msginfo {
/*	display: block;  */
	color: rgb(60,120,60);
	}
.msginfo a:link { color: rgb(115,115,200); text-decoration:underline; }
.msginfo a:visited { color: rgb(55,55,120); text-decoration:underline; }
.msginfo a:active { color: rgb(200,100,0); text-decoration:underline; }
.msginfo a:hover { color: rgb(200,100,0); text-decoration:none; }

.hilite { color: rgb(40,120,0); }
.hilite1 { color: rgb(50,100,200); }
.emphasize { color: rgb(200,100,0);	font-weight: bold; }

div#whatsnewpane {
	display: inline;
	padding-right: 5px;
	float: left;
	width: 66%;
	}

div#recommendpane {
	display: inline;
	padding-left: 10px;
	float: right;
	width: 26%;
	border-left: 1px solid rgb(225,225,225);
	}
#recommendpane p {
	margin: 6px 0 6px 0;
	padding: 0;
	font-size: 90%;
	}
	
div#ponderpane {
	display: block;
	float: right;
	width: 78%;
	margin: 15px 0px 10px 0px;
	border: 1px solid #000000;
	background-image: url('gat_gfx_quote_hdr.jpg'); 
	background-repeat: no-repeat;
	background-color: rgb(250,250,125);
	}
div#pondertext {
	padding: 15px 5px 15px 5px;
	margin-left: 140px;
	background-position: bottom right;
	background-repeat: no-repeat;
	}



/* Message styles */
div#msgdatapane {
	display: inline;
	float: right;
	width: 72%;
	margin: 0px 3% 0px 3%;
	padding: 10px 0px 20px 0px;
	background-color: rgb(255,255,255);
	}

div#msgtree p {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
	}
	
div#msgheader {
	margin-top: 10px;
	padding: 10px;
	border-right: 1px solid rgb(100,100,100);
	border-bottom: 1px solid rgb(100,100,100);
	background-color: rgb(250,250,180); 
/*	background: url('gat_gfx_msgheaderbgd.jpg') repeat-x bottom right; */
	}
#msgheader h1 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	text-align: center;
   	font-size: 125%;
	}
#msgheader p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 90%;
	}
	
div#msgsections p {
	padding: 2px 0px 2px 0px;
	text-align: left;
	font-size: 90%;
	}
	
.msgsect {
	padding: 25px 0px 5px 0px;
	}
.msgsect h2 {
	margin-left: 0px;
	background: url('gat_gfx_green_bgd.jpg') no-repeat;
	}
	
div#messagetext p {
	text-align: justify;
	}

#messagetext li {    
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: justify;
	}
#messagetext h3 {
	padding: 0px 0px 5px 0px; 
	margin: 15px 0px -15px 0px;
	text-align: left;
	font-weight: normal;
   	font-style: italic;
   	font-size: 110%;
	}
	
.msgindent1 {
	padding-left: 30px;
	}	
.msgindent2 {
	font-style: italic;
	padding-left: 30px;
	}

.msgtable {
	display: block;
	margin-left: 8%;
	width: 80%;
	}
.msgtable table {
	vertical-align: top;
	border: 1px solid rgb(190,200,200);
	}
.msgtable td, tr {
	padding: 6px 2px 6px 2px;
	vertical-align: top;
	border: 1px solid rgb(160,160,160);
	}	
.halfwidth { width: 50%; }
.col60pwidth { width: 60%; }
.col40pwidth { width: 40%; }
.col20pwidth { width: 20%; }

.msgnavpane {
	display: block;
	padding: 0px 5px 0px 0px;
	margin: 5px 0px 5px 0px;
	background-color: rgb(255,255,255);
	}
.msgnavpane p {
   	font: normal 90% "Trebuchet MS",sans-serif;
	text-align: right;
	}

div#guestbookpane {
	width: 98%;
	display: block;
	padding: 20px 10px 20px 10px;
	background-color: rgb(255,255,255);
	}

div#indexbtmpane {
	clear: both;
	display: block;
	}

div#rightbox {
	display: inline;
	padding-left: 10px;
	float: right;
	width: 30%;
	border-left: 1px solid rgb(200,200,200);
	}
#rightbox p {
	margin: 8px 0px 8px 0px;
	padding: 0px;
   	font: normal 90% "Trebuchet MS",sans-serif;
	}

div#leftbox {
	display: inline;
	padding-right: 5px;
	float: left;
	width: 63%;
	}

.artopics {
   	font: bold 90% "Trebuchet MS",sans-serif;
	font-style: italic;
	background-color: rgb(250,225,100);
	}

/*/*/a{}
body,
table,
body td,
body th,
body p,
body ol,
body ul {
  font-size: 11pt;;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 12pt;
}
html>body, html>table, html>body td, html>body th html>body p  {
  font-size: 11pt;
}
/* */



/* ---end of webstyle.css --- */