body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img1.gif) repeat-x;
	x-text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}

.blue{
  color: #09109e;
  font-weight: bold; 
}

table{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}

#line{
  color: #8F8F8F;
  border-top: thin #8F8F8F solid; 
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #09109e;
	x-text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 em {
	font-weight: bold;
	font-style: normal;
	x-text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	x-text-transform: lowercase;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, ol, ul {
	line-height: 150%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #6B6B6B;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.leftmenu {
	padding: 0 20px 20px 20px;
}

.leftmenu li{
  border-bottom:#8F8F8F 1px solid;
  text-align: center;
  font-size: 12px;
}

.leftmenu a{
  text-decoration: none;
}

.leftmenu li a :hover{
  text-decoration: none;
  color: black;
}

.bg2 {
	padding: 20px;
}

.button{
  background-color: #09109e;
  border: thin #ffd300 solid;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;   
}

/* Header */

#topimage{
  margin-top: 10px;
  x-margin-left: 187px;
  x-width: 892px;
}

#header {
	width: 892px;
	height: 115px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 50px 0 0 10px;
	font-size: 34px;
}

#header h2 {
	float: left;
	padding: 65px 0 0 10px;
	font-size: 16px;
	font-weight: normal;
}

/* Content */

#content {
	width: 892px;
	margin: 0 auto;
	x-border: thin red solid;
}

#colOne {
	float: left;
	width: 186px;
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	padding: 5px 0;
}

#colTwo {
	float: right;
	width: 686px;
}

/* Footer */

#footer {
	clear: both;
	width: 892px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(/images/img7.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	x-text-transform: lowercase;
}