body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
ul {
	margin-top: 8px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 4px;
	margin-top: 4px;
	list-style-type: circle;
}
p {
	margin-bottom: 8px;
	margin-top: 8px;
}
h1 {
	margin-bottom: 16px;
	font-weight: 500;
}
h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 600;
}

.centered {
	text-align: center;
}

.leftjustified {
	text-align: left;
}

.citer {
	margin-top: -5px;
	margin-left: 30%;
}

#container {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#frame {
	border: 2px solid #000;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../Images-tsg/mainbg.png);
	background-repeat: repeat-y;
}

#header {
	color: #FFF;
	background-color: #193D69;
	height: 100px;
	position: relative;
	margin: 0px;
}

#header h1 {
	font-size: 180%;
	font-weight: normal;
	position: relative;
	top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#header p {
	font-size: 92%;
	position: relative;
	top: 25px;
	line-height: normal;
	margin-left: 20px;
}

#toplogo {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100px;
	width: 200px;
}

#topnav {
	background-color: #0F243E;
	height: 30px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topnav a {
	color: #F2F2F2;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	top: 8px;
	margin-right: 25px;
	margin-left: 25px;
	bottom: 0px;
}

#topnav a:hover {
	color: #D1D1D1;
}
#main {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainleft {
	float: left;
	width: 205px;
	position: relative;
}

#mainleftBody {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	font-size: 92%;
	margin-top: 15px;
	position: relative;
}

#mainleftBody img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainright {
	margin-left: 240px;
	position: relative;
	margin-right: 25px;
}

#mainrightBody {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	position: relative;
	text-align: justify;
}

#mainright h1 {
	font-size: 140%;
}

#mainrightBody h2 {
	font-size: 110%;
}

#footer {
	color: #CCC;
	text-align: right;
	clear: both;
	position: relative;
	margin-left: 215px;
	margin-right: 10px;
}

#footer h1 {
	font-size: 110%;
	margin-top: 3px;
	margin-bottom: 0px;
}

#footer p {
	font-size: 84%;
	margin-top: 0px;
}

