﻿/* CSS layout */
hr {
	margin-top: 1px;
	margin-bottom: 1px;
}

/* visited, link, active, hover */
a:visited {
	color: #5500aa;
}
a:link {
	color: #0000aa;
}
a:active {
	color: #0000dd;
}
a:hover {
	color: #0000ff;
}

a.inverted:visited {
	color: #ddddff;
}
a.inverted:link {
	color: #ddddff;
}
a.inverted:active {
	color: #dddddd;
}
a.inverted:hover {
	color: #ffffff;
}

#custom_h4 {
	background-image: url('images/GTIcon16.gif');
	background-repeat: no-repeat;
	padding-left:16px;
}

#masthead {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #eeeecc;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	padding: 10px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #558866;
	color: #ffffff;
}

#page_content {
	padding: 10px;
	border-style: none;
	border-color: #eeeecc;
	border-width: inherit;
	margin-right: 220px;
	margin-left: 220px;
	background-color: #eeeecc;
	font-family: Arial, Helvetica, sans-serif;
}
#right_col {
	padding: 10px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #558866;
	color: #ffffff;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-align: center;
}
