/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
margin: 0px;
padding: 0px;
}

body 
{
    width:100%;
	background: #187AD5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #04718C;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #04718C;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
	padding-top:10px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

.text
{
    font-size:small;
}

.figureListing
{
    text-align:left; 
    list-style-position:inside; 
    list-style-type:square;
}

.figureText
{
    font-weight:bolder;
    text-align:center;
}

.figureTableHeadingText
{
    font-weight:bold;
    text-decoration:underline;
}

.startingLetter
{
    font-weight:900; 
    font-size:xx-large;
    font-style:oblique;
}

a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}



hr {
	display: none;
}

#main
{
    width: 95%;
    margin: 0 auto;
}

#mainContent
{
    width: 1036px;
    margin: 0 auto;
    width: auto; 
    height: auto;
}

/* Header */

#header {
	height: auto;
	width: 1036px;
}

#logo {
    width: auto;
    height: 130px;
    text-align: center;
    background: White url('images/GT%20Logo.jpg') no-repeat;
    vertical-align: middle;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #04718C;
}

#logo a {
	text-decoration: none;
	color: #04718C;
}

#menu {
height: 84px;
padding-top: 30px;
text-align:center;
vertical-align:middle;
}

#menu ul {
	margin: 0;
	list-style:none;
}

#menu li {
	display:inline;
}

#menu a {
	float: left;
	width: 136px;
	height: 32px;
	margin: 0 0 0 5px;
	padding: 14px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	vertical-align:middle;
	font-size: 1.1em;
	font-weight: bold;
	color: #04718C;
	background: url(images/button.gif) no-repeat;
}

#menu a:hover {
    height: 37px;
	margin-top: -4px;
	padding-top: 18px;
}

/* Page */

#page {
	width: auto;
	height:auto;
	background: #ffffff url(images/page_back.gif) repeat-x;	
}

/* Content */

#content 
{
	width: auto;
	margin-left: 10px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post {
	margin-bottom: 15px;
	color: #0D1834;
}

.post a {
	color: #1D74A6;
}

.post a:hover {
	color: #0000FF;
	text-decoration:underline;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 221px;
	margin-top: 10px;
	color: #0D699B;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 6px 0 6px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #0D699B;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0D699B;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(images/title.gif) no-repeat;
	height: 33px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

/* Left Sidebar */

#leftbar {
margin-left: 15px;
}

/* Right Sidebar */

#rightbar {
margin-left: 20px;
}

#leftbar .back, #rightbar .back
{
background: url(images/back.gif) repeat-y;
padding: 10px;
}

#leftbar .bottom, #rightbar .bottom
{
background: url(images/bottom.gif) no-repeat;
height: 6px;
width: 221px;
margin-bottom: 10px;
}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}


#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 62px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}
