html,
body {
	width: 100%;
	height: 100%; /*Effectively min height for IE5+/Win*/
}
html>body #wrap {
	height: auto; /*Hides IE hack from IE with child selector*/
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color: #7699c4;  to match GT blog */
	background-color: #222;
}

#icopy,
#foot,
.push {
	height: 54px;
}
#padd {
	min-height: 100%;
	height: 100%;
}
#padd #wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px;
	background-color: #FFF;
}
#padd #wrap,
#padd #foot {
	width: 99.99%;
	max-width: 1210px;
	/* [disabled]min-width: 924px; */
	margin-left: auto;
	margin-right: auto;
}
#padd #foot {
	position: relative;
}
#foot {
	background-color: #444;
	-webkit-box-shadow: inset 0px 12px 12px -6px rgba(17,17,17,1);
	-moz-box-shadow: inset 0px 12px 12px -6px rgba(17,17,17,1);
	box-shadow: inset 0px 12px 12px -6px rgba(17,17,17,1);
	overflow: hidden;
	z-index: 9;
}
#centerBox {
	position: relative;
	left: 0px;
	width: 100%;
	border-right: 1px solid #777;
	z-index: 7;
}
#centerSpace {
	height: 100%;
	margin-left: 148px;
	min-height: 860px;
}
#centerIndex {
	height: 100%;
	margin: 0px 0px 0px 148px;
	padding-right: 16px;
	padding-left: 16px;
}
#centerSize {
	height: 100%;
	width: 100%;
}
#cap  {
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#centerSize #right {
	width: 128px;
	padding-right: 14px;
	vertical-align: top;
	font-size: 12px;
	color: #996666;
}
#centerSize #right2 {
	text-align: center;
	vertical-align: bottom;
}
#centerSize #right2 img {
	padding-bottom: 27px;
	border: none;
}
#centerSize #rightCol {
	width: 122px;
	padding-left: 12px;
	border-left: 1px dotted #CC0000;
	margin-top: 124px;
}
#centerSize #rightCol td {
	vertical-align: top;
}
#rightCol #extras {
	margin-top: 14px;
	background-color: #f1f1f9;
	border: 1px solid #7D7DB2;
}
#rightCol #extras td {
	padding: 2px 2px 3px 4px;
	border-top: 1px solid #7D7DB2;
	color: #7D7DB2;
	font-size: 11px;
}
#rightCol #extras td a {
	color: #7D7DB2;
	text-decoration: none;
}
#rightCol #extras td a:hover {
	color: #CC3333;
}
#rightCol #extras .head {
	color: #ebebf9;
	background-color: #7D7DB2;
	padding-top: 0px;
	padding-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	font-weight: bold;
}
#rightCol #extras .tabhead {
	border-style: none;
	font-weight: bold;
	padding-left: 3px;
	background-color: #e3e3f2;
	color: #7575a6;
}
#rightCol #gad {
	height: 600px;
	width: 120px;
}
#rightCol #ama {
	margin-bottom: 12px;
}
#rightCol #amaframe {
	height: 240px;
	width: 118px;
}
#rightCol #ama .pad {
	height: 510px;
}
#rightCol #ama .amarec {
	font-size: 11px;
	font-style: italic;
	color: #7D7DB2;
	text-align: center;
	padding-bottom: 5px;
}
#rightCol .amcode {
	border: 1px solid #a2a2cb;
	padding-bottom: 6px;
	background-color: #f5f5fc;
}
#rightCol .ambann {
}
#rightCol #ihelp {
	width: 120px;
	height: 112px;
	border: none;
	overflow: hidden;
}
#help {
	width: 120px;
}
#help td {
	font-size: 10px;
	color: #665555;
	padding-bottom: 2px;
	line-height: 14px;
}
#help .up {
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
}
#help .dn {
	font-size: 9px;
	font-weight: bold;
	color: #C33;
}

#intro {
	width: 90%;
	max-width: 900px
}
#intro td {
	font-size: 13px;
	line-height: 1.6em;
	color: #272733;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 24px;
}
#intro p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#intro a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
#intro a:hover {
	color: #CC3333;
	border-bottom: 1px dotted #CC3333;
}
#more {
	width: 90%;
	max-width: 900px
}
#more td {
	font-size: 12px;
	line-height: 1.5em;
	color: #2b2b2b;
	text-align: justify;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 10px;
}
#more p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#more ul {
	margin-top: -6px;
}
#more a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
#more a:hover {
	color: #CC3333;
	border-bottom: 1px dotted #CC3333;
}
#more img {
	float: right;
	border: 1px solid #BBBBBB;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 18px;
}
#here {
	width: 90%;
	margin-bottom: 24px;
	max-width: 900px;
}
#here td {
	font-size: 12px;
	padding-left: 12px;
	text-align: left;
	color: #703e3e;
}
#here a {
	color: #703e3e;
	text-decoration: none;
	border-bottom: 1px dotted #703e3e;
}
#here a:hover {
	border-bottom: 1px dotted #CC3333;
	color: #CC0000;
}

#extra {
	width: 96%;
	border-left: 1px dotted #CCCCCC;
}
#extra td {
	font-size: 12px;
	line-height: 1.5em;
	color: #2b2b2b;
	text-align: justify;
	padding: 0px 12px 12px;
}
#extra p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#extra ul {
	margin-top: -6px;
	margin-right: 18px;
	list-style-type: square;
}
#extra li {
	margin-bottom: 2px;
	text-align: left;
}
#extra a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
#extra a:hover {
	color: #CC3333;
	border-bottom: 1px dotted #CC3333;
}
#extra img {
	float: right;
	border: 1px solid #BBBBBB;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#extra .emph {
	font-style: italic;
	font-weight: bold;
	color: #444444;
}
#extra .exsub {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
}
#extra #gab {
	background-color: #F5F5F5;
	height: 60px;
	width: 468px;
	margin-top: 21px;
	margin-left: 1px;
	margin-bottom: 9px;
}
#extra #gab td {
	padding: 0px;
}

#header {
	width: 96%;
	max-width: 900px;
	margin-top: 21px;
}
#header td {
	text-align: center;
}
#header img {
	border: 1px solid #AAAAAA;
	margin-top: 24px;
}
.pagehead, h1 {
	font-size: 18px;
	font-weight: normal;
	color: #444477;
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 18px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pagehead a, h1 a {
	color: #444477;
	text-decoration: none;
}
.pagehead a:hover, h1 a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #444477;
}
.title {
	font-size: 14px;
	color: #444477;
	height: 45px;
	padding-top: 3px;
	font-weight: bold;
}
#logo {
	width: 120px;
}
#logo .pagehead {
	height: 59px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #9999BB;
}
#logo .pagehead a {
	color: #9999BB;
	border-bottom: 1px dotted #9999BB;
	padding-bottom: 1px;
}
#logo .pagehead a:hover {
	color: #444477;
	border-bottom: 1px dotted #444477;
}
#tweet {
	width: 108px;
	margin-top: 41px;
	margin-left: 12px;
	visibility: visible;
}
#tweet td {
	height: 56px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	padding-right: 0px;
	padding-left: 2px;
}
#leftBox
	{
	position: absolute;
	top: 0px;
	width: 148px;
	z-index: 9;
	}
#leftSpace
	{
	text-align: left;
	margin-right: 0px;
	padding-top: 96px; 
/*	padding-top: 18px; */
	padding-left: 24px;
	font-size: 12px;
	color: #CCCCCC;
	}

#rightBox
	{
	position: absolute;
	left: 90%;
	z-index: 8;
	}
/* NN4 collapses the right column if the width is specified
Other bowsers collapse if it isn't */
#rightBox
	{
	width: 148px;
	}
#rightSpace
	{
	font-size: 12px;
	padding-top: 120px;
	color: #996666;
	margin: 0px 14px 0px 0px;
	}
#rightSpace a {
	color: #996666;
	text-decoration: none;
}
#rightSpace a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#inav {
	height: 960px;
	width: 120px;
	border: 0px;
	scrolling: no;
	frameborder: 0px;
	marginwidth: 0px;
	overflow: hidden;
}

#nav {
	font-size: 12px;
	line-height: 11px;
	color: #8989aa;
	white-space: nowrap;
	font-weight: bold;
	scrolling: no;
	overflow: hidden;
}
#nav a {
	color: #8989aa;
	text-decoration: none;
}
#nav .navdim a {
	color: #CACACA;
}
#nav a:hover {
	color: #CC3333;
	border-bottom: 1px dotted #CC3333;
}
#nav .navsub0 {
	margin-bottom: 14px;
}
#nav .navsub, #nav .navsub2 {
	font-weight: normal;
	padding-left: 5px;
	margin-top: -7px;
	margin-bottom: 11px;
	line-height: 14px;
}
#nav .navsub a, #nav .navsub2 a {
	color: #757591;
}
#nav .navsub a:hover {
	color: #CC3333;
	font-weight: bold;
}
#nav .navsub2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #CC3333;
} /*Narrower font for long links */

#nav .navsub1 {
	padding-top: 12px;
	border-top: 1px solid #D9D9D9;
	margin-top: 0px;
	margin-right: 2em;
} /*Rule between sections */

#nav #expand {
	display: none;
	margin-top: -6px;
	margin-bottom: -6px;
}
#nav #expand .first {
	margin-top: 0px;
}
#nav #expand .last {
	margin-bottom: 5px;
}
#nav #shrink {
	margin-top: 15px;
}

#icopy {
	width: 96%;
	height: 60px;
	border: 0;
	scrolling: no;
	frameborder: 0px;
	marginwidth: 0px;
}
#copy td {
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
	border-top: 1px solid #999999;
}
#copy #spacer {
	height: 18px;
	padding: 0px;
	border: 0;
}
#copy a {
	font-weight: bold;
	text-decoration: none;
	color: #555555;
	border-bottom: 1px dotted #555555;
}
#copy a:hover{
	border-bottom: 1px solid #555555;
}
.gttitle {
	font-size: 24px;
	color: #e6e6ff;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #030303;
	background-image: url(graphics/montage6b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-shadow:#666 1px 2px 0.3em;
}
.gttitle a {
	color: #f2ece6;
	text-decoration: none;
}
.gttitle a:hover {
	border-bottom: 1px dotted #e0e0f4;
}
.nobreak {
	white-space: nowrap;
}
.notbold {
	font-weight: normal;
}
.redbold {
	font-weight: bold;
	color: #CC3333;
}
.redplus {
	color: #cc3636;
	padding-left: 2px;
	padding-right: 6px;
}
 
@media screen and (max-width: 996px) {
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

#leftSpace {
	padding-top: 156px;
}
#centerSize {
	width: 96%;
}
#right,
#right2 {
	display: none;
}
#header {
	margin-right: 9.6%;
}
#extra td {
	font-size: 14px;
}

}