body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Georgia, serif;
	font-size: 0.75em;
	background-image : url(pics/back.jpg);
	background-position : top left;
	text-align : center;
}
A:link {
	color : #364163;
	text-decoration : none;
	font-size : 1em;
}
A:hover {
	color : #364163;
	text-decoration : underline;
	font-size : 1em;
}
A:visited{
	color : #364163;
	text-decoration : none;
	font-size : 1em;
}
A:visited:hover{
	color : #364163;
	text-decoration : underline;
	font-size : 1em;
}
H1 {
	color: white;
	background-color: black;
	font-size: 4em;
	font-weight: bold;
	padding-left: 0.3em;
	padding-top : 0.05em;
	padding-bottom : 0.05em;
	margin : 0 0 0 0;
}
H2{
	color: white;
	background-color: #222222;
	font-size: 2em;
	font-weight: bold;
	padding-left: 0.3em;
}
H3{
	color: #3C3C3C;
	font-size: 2em;
	font-weight: bold;
	padding-left: 0.3em;
}
H4{
	font-size: 1em;
	font-weight: bold;
	margin : 0.5em 0 0 0;
}
TR{
	font-size: 0.75em;
}
TD{
	font-size: 1em;
}
.lft {
	float : left;
	margin-right : 0.5em;
}
.rgt {
	float : right;
	margin-left : 0.5em;
}
.clrlft {
	clear : left;
}
.clrrgt {
	clear : right;
}
#main {
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
#content * {
	text-align: left;
}
#content P{
	text-indent : 2em;
	text-align : justify;
	margin : 0.8em 0 0 0;
}
#content P:first-letter{
	font-weight : bold;
}
#content P span{
	text-indent : 0;
	text-align : left;
	margin : 0.5em 0 0 0;
	font-size : 0.9em;
}
#content P span:first-letter{
	color :;
	font-weight : normal;
}
#content span table{
	margin-left : 2em;
	margin-right : 3em;
	margin-top : 1em;
	width : 90%;
}
#content span table td{
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 10px;
}
#content span table td:first-letter{
	font-weight : bold;
}
#news {
	text-align : left;
	float: right;
	width: 250px;
	margin : 10px;
	padding-left : 5px;
	padding-top: 5px;
}
#news h2{
	margin : 5px 0 5px 0;
}
#news h4{
	text-align : center;
}
#news p, a, center {
	font-size : 0.9em;
}
#news p{
	text-indent : 2em;
	text-align : justify;
	margin : 0.5em 0 0 0;
}
#news p:first-line{
	font-weight : bold;
}
#news p span {
	font-weight : bold;
	font-size : 1em;
	text-indent : 0;
}
A.white:link {

	color : White;
	text-decoration : none;
}
A.white:hover {

	color : White;
	text-decoration : none;
}
A.white:visited{

	color : White;
	text-decoration : none;
}
A.white:visited:hover{

	color : White;
	text-decoration : none;
}
hr {
	color : #696969;
	height : 1px;
	background-color : #696969;
	border : none;
}
#footer {
	clear: both;
	text-align : center;
}
fieldset{
	border-left : 2px solid #696969;
	border-top: 2px solid #696969;
	border-bottom-style : none;
	border-right-style : none;
}
legend{
	margin: 0 3px 0 3px;
	background-color : Black;
	color : White;
	font-weight : bold;
	padding : 3px 5px 3px 5px;
}
#header {
	background-image: url(pics/header.png);
	background-repeat: no-repeat;
	width:1000px;
	height: 230px;
	text-align: center;
	margin: 0 auto 0 auto;
}
#menu {
	width: 848px;
	line-height: 35px;
	margin: 0 auto 0 auto;
	top: 193px;
	position: relative;
	display:block;
	text-align: center;
}

#menu ul{
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0;
  display:table;
}

#menu ul li{
  float: left;
  padding: 0px;
  display: block;
  margin-right: 0px;
  width: auto;
}

#menu ul li a{
  display: block;
  overflow: hidden;
  height: 35px;
  width: 35px;
  color: white;
  text-align: left;
}

#menu ul li img{
  position: absolute;
  border: 0px;
}

#menu ul li p{
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
  margin-left: 35px;
  text-align: center;
}

