* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	color: #313131;
	font-size: 12px;
}

img {
    border:0;
}
ul {
	list-style-type: none;
}
a {
	color: #1b5790;
	text-decoration: underline;
}
a:hover {
	color: #e85d64;
}
a:focus {
    outline: 0;

}
.quote {
	color: #667200;
}

#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


#side {
	background-image: url(images/gt-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 200px;
	padding-top: 180px;
}

#side a.logo {
	position: absolute;
    top: 0;
	float: left;
	width: 200px;
	height: 173px;
}

#side a h1.logo {
    display: none;
}

#sidecontent {
	background-color: #FFFFFF;
	background-image: url(images/sidebg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
}
#sidecontent h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #313131;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidecontent ul {
	margin-left: 5px;
}
#sidecontent ul li {
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}
#sidecontent ul li a {
	text-decoration: none;
}

#main {
	float: right;
	width: 580px;
}
#header {
	text-align: left;
	height: 92px;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #1b5790;
	letter-spacing: -1px;
	padding-top: 24px;
}
.desc {
	font-weight: bold;
	margin-top: 4px;
}

#maincontent {
	background-color: #FFFFFF;
	background-image: url(images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#maincontent h2 {
	font-size: 24px;
	line-height: 24px;
	color: #e85d64;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px ;
}
#maincontent p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
#maincontent ul {
	line-height: 1.4em;
	list-style-type: disc;
	padding-left: 20px;
	text-indent: 0px;
	list-style-position: outside;
}
#maincontent a {
	text-decoration: none;
}
#maincontent .subtitle {
	line-height: 1.4em;
	font-size: 12px;
	font-weight: bold;
	color: #829200;
	margin-top: 4px;
}
#maincontent .footnote {
	line-height: 1.2em;
	font-size: 10px;
}
#maincontent .super {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}
#maincontent .sub {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}

#footer {
	float: right;
	width: 580px;
	clear: both;
	margin-top: 10px;
	text-align: center;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
}

