* {
	margin: 0;
	padding: 0;
}

#content {
	width: 780px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	padding-bottom: 40px;
}

#gst-logo {
	float: left;
	position: relative;
	top: 15px;
	left: 20px;
	margin-right: 25px;
}

#main {
	margin-left: 110px;
}

img {
       border: 0px;
}

h1 {
	font-size: 28px;
	line-height: 1.4em;
	color: #5ab4d8;
	width: 560px;
	margin-top: 35px;
	border-bottom: 2px solid #5ab4d8;
}

h2 {
	font-size: 24px;
	line-height: 1.4em;
	color: #f6921d;
	margin-top: 5px;
}

#bottom_nav {
	clear: both;
	font-size: 0.95em;
	color: #f6921d;
	margin-top: 20px;
	border-top: 1px solid #f6921d;
	margin-right: 110px;
}

#footer {
	clear: both;
	font-size: 0.95em;
	color: #f6921d;
	margin-top: 20px;
	text-align: center;
}

html {
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	background-color: #c8e7f4;
}

body {
	font-size: 1.3em;
	line-height: 1.8em;
}

p {
	line-height: 1.6em;
	font-weight: normal;
	width: 560px;
	margin-top: 15px;
}

h3 {
	font-size: 18px;
	margin-top: 20px;
	color: #5ab4d8;
}

ul  {
  width: 560px;
	list-style: square outside;
	margin-left: 25px;
}

em {
	font-style: normal;
	font-weight: bold;
}

table {
	width: 560px;
	margin-top: 10px;
	border-collapse: collapse;
}

caption {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
	color: #4993b0;
}

thead {
	font-weight: bold;
	color: #4993b0;
}

td {
	width: 50%;
	vertical-align: top;
	border-bottom: 1px solid #999;
	padding: 0 0.5em;
}

thead td {
	border-top: 1px solid #999;
	background-color: #c8e7f4;
}

td+td {
	border-left: 1px solid #999;
}

dl {
	margin-top: 25px;
	width: 560px;
	border-bottom: 1px solid #999;
}

dt {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	border-top: 1px solid #999;
	color: #5ab4d8;
}

dd {
	float: left;
	width: 379px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

ul#menu {
  width: auto;
	color: #5ab4d8;
}

ul#menu li {
	margin-top: 80px;
	margin-bottom: 10px;
	padding-left: 10px;
	height: 50px;
	width: 133px;
	display: inline;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

ul#menu li+li {
	border-left: 1px solid #c8e7f4;
}

ul#menu a:link {
	color: #5ab4d8;
	text-decoration: none;
	font-weight: normal;
}

ul#menu a:visited {
	color: #5ab4d8;
	text-decoration: none;
	font-weight: normal;
}

ul#menu a:hover {
	color: #f6921d;
	text-decoration: underline;
	font-weight: normal;
}

#reg-form label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	clear: left;
	margin-bottom: 10px;
	font-weight: bold;
	padding-right: 10px;
	color: #f6921d;
}

#reg-form input.text {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 250px;
	border: 1px solid #999;
	border-style: inset;
	padding: 2px;
	background-color: #DDE8F3;
}

.button {
	clear: both;
	width: 414px;
	text-align: right;
}

.button input {
	width: 80px;
}

a:link {
	color: #5ab4d8;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #5ab4d8;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #f6921d;
	text-decoration: underline;
	font-weight: normal;
}

.menuitem {
	position: relative;
	top: 25px;
	width: 100%;
}

ol {
	list-style: decimal outside;
	margin-left: 20px;
	margin-right: 50px;
}
