/* CSS Document */
*a {position:relative;}

* {
  margin:0;
  padding:0;
}
a:link {
	color: #970033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006417;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #92C2E4;
}
.BodyHeaders14 {color: #970033; font-weight: bold; font-size: 14px; }
.BodyText {font-size: 12px; color: #000000;}
body,td,th {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: white;

}

p {
  margin-bottom:8px;
     line-height:18px;
}

#wrapper {
  width:800px;
  margin: 0 auto;
  background: url('img/bg.jpg');
  padding-left:10px;
  padding-right:10px;
}
.header {
  width:800px;
  height:150px;
  background: url('img/header.jpg');
  font-size:20px;
  font-weight:bold;
  color:#980030;
}

.header img {
  border:none;
  float:left;
}
.header .page_title {
  float:right;
  margin-right:90px;
  margin-top:100px;
}

.left_nav {
  width:210px;
  height:419px;
  background: url('img/left_sub.jpg') no-repeat;
  background-color:white;
  padding-top:30px;
}


.right_content {
  width:590px;
}
.left_link {
  line-height:23px;
  font-size:12px;
  font-weight:bold;
  color:#970033;
  margin-left:60px;
}

.sub_link a {
  margin-left:70px;
  color: #006417;
}

.left_link a {
   color:#980030;
}

.left_link a:visited {
   color:#980030;
}

#content {
 background:url('img/TxtArea.jpg') no-repeat;
 padding-left:20px;
 padding-right:20px;
 padding-top:20px;
 margin-bottom:10px;
}

.mid {
 display:block;
 margin: 0 auto;
}

.field_name {
  padding-right:70px;
}


.bot-links {
 background-color:#E5BF4B;
 height:32px;
}

#edit_bar {
  padding-top:6px;
  margin-bottom:10px;
  background-color:lightgrey;
  border-bottom:1px solid black;
  height:33px;
  padding-left:5px;
  padding-right:5px;
}

.alignleft {
 float:left;
}

.alignright {
 float:right;
}

#side_flash {
  margin-top:180px;
  margin-left:5px;
  margin-bottom:10px;
}

#link_area {
  height:250px;
}

.header .flash_home {
  float:right;
  margin-right:50px;
  margin-top:65px;
  font-size:9pt;
}