body {  
  background-image: url(images/background.jpg);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-repeat:no-repeat;
  background-position: center top;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10pt;
  color: #000000;
}

h1 { 
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
  color: #FFFFFF;
  background-color: #6ACDEB;
  text-align: center;
  text-transform: uppercase;
}

h1 a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

h1 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

h2 { 
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  margin: 0;
  color: #FFFFFF;
  text-indent: 10;
  background-color: #6ACDEB;
}

h2 a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

h2 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

h3 {
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 16px;
  color: #0066CC;
}

h3 a:link, a:visited {
  color: #996699;
  text-decoration: none;
}

h3 a:hover {
  color: #990099;
  text-decoration: underline;
}

h4 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #0066CC;
}

h4 a:link, a:visited {
  color: #996699;
  text-decoration: none;
}

h4 a:hover {
  color: #990099;
  text-decoration: underline;
}

h5 { 
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  margin: 0;
  color: #000000;
  background-color: #DAF2FA;
  text-transform: uppercase;
  text-align: center;
}

h5 a:link, a:visited {
  color: #99399;
  text-decoration: none;
}

h5 a:hover {
  color: #990099;
  text-decoration: underline;
}

table {
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
}

table a:link, a:visited {
	text-decoration: none;
}

table a:hover {
	text-decoration: underline;
}
  
div.layout_top {
  background: url(images/layout_top.gif) no-repeat;
  width: 780px;
  height: 30px;
}

div.layout_middle {
  background: url(images/layout_middle.gif) repeat-y;
  width: 780px;
}

div.layout_bottom {
	background: url(images/layout_bottom.gif) no-repeat;
	width: 780px;
	height: 41px;
}

div#footer_wrap {
	margin: 0px 30px;
}

div#footer {
	padding-top: 18px;
}

div#copyright {
	color: #7f7f7f;
	float: left;
	font-size: 11px;
}

div#login {
	color: #666666;
	float: right;
	font-size: 9px;
	position: relative;
}

div#login a{
	color: #336699;
}
