body 	{
	margin:0px;
	padding:0px;
	font-size: 1.0em;
	font-family: arial,tahoma,verdana,helvetica,sans-serif;
	}

div#container {
		position:relative;
		min-width:1000px;
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
		}

div#header  {
	height:210px;
	background-color:#FFFFFF;
	text-align:center;
	margin-top:10px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	}

div#content {
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: black;
	margin:20px 140px 0 250px;
   	padding: 0 1em;
	width: 750px;
	}

div#content table {
	width: 500px;
	}

div#content table th{
	color: red;
	text-align: center;
	}

div#content table td{
	text-align: center;
	}

div#content table td.red{
	color: red;
	text-align: center;
	}

div#content ul {
	list-style: none;
	}

div#content ul li {
	margin: 5px 0 0 0;
	}

div#content ul form {
	margin: 5px 0 0 20px;
	}

div#content ul ul {
	color: red;
	}

div#content h2 {
	padding: 5px 0 0 0;
	color: red;
	}

div#content a:link {
		border:none;
		text-decoration: underline;
		color: blue;
		}

div#content a:visited {
		border:none;
		text-decoration: underline;
		color: blue;
		}

div#content a:hover {
		border: none;
		text-decoration: underline;
		color: red;
		}

div#content a:active {
		border:none;
		text-decoration: underline;
		color: blue;
		}

.edit_form {
	width: 500px;
	float: left;
	margin: 5px 0 0 0;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	}

div#form_locate {
	width: 400px;
	float: left;
	margin: 5px 0 0 0;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	}

div#form_locate p {
	border-color: red;
	border-width: 0 0 2px 0;
	border-style: solid;
	padding: 5px;
	margin: 0 0 0 150px;
	text-align: center;
	}

input.btn{
   color:#000000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:1.2em;
   font-weight:bold;
   background-color:#FFFFFF;
   margin:50px 0 25px 275px;
   width: 200px;
   height: 25px;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	}

p  {
   text-align: justify;
}

.red_note {
	color: red;
	}

.clearthefloats {
		clear: both;
			}

a.quiet_image_link img {
		border:none;
		text-decoration: none;
		}

a.quiet_image_link:link {
		border:none;
		text-decoration: none;
		}

a.quiet_image_link:visited {
		border:none;
		text-decoration: none;
		}

a.quiet_image_link:hover {
		border: none;
		text-decoration: none;
		}

a.quiet_image_link:active {
		border:none;
		text-decoration: none;
		}

.middle_box {
	width: 700px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}

.middle_box h2 a {
	color: red;
	font-size: .95em;
	}

.middle_box a {
	font-size: 1.3em;
	}

.middle_box img {
	margin: 0 2px 0 2px;
	}

.imageleft {
	/* Puts the image on the left and floats text to the right */
	float: left;
	margin: 4px;
	padding: 0px;
}
.imageright {
	/* Puts the image on the right and floats the text to the left */
	float: right;
	margin: 14px 4px 4px 4px;
	padding: 0px;
}

div#news_item {
	border-style: dotted;
	border-color: red;
	border-width: 2px 0 0 0;
	margin: 3px 0 3px 0;
	}

div#news_item h3 {
	text-align: center;
	color: red;
	}

.indent_text {
	text-indent: 20px;
	text-align: justify;
	margin: 10px 0 0 0;
	}

.center_text {
	text-align: center;
	margin: 10px 0 0 0;
	}

.center_text_red {
	text-align: center;
	margin: 3px 0 0 0;
	color: red;
	}

.picture_box {
	float: left;
	}

.bottom_links {
 	margin-left: auto;
	margin-right: auto;
	}

.info_input {
	width: 700px;
}

.form_label {
	width: 175px;
	float: left;
	text-align: right;
	font-size: 1em;
	margin: 10px 0 0 5px;
	}

.input_box {
	float: left;
	text-align: left;
	width: 175px;
	background-color: #ffffff;
	font-size: 1em;
	margin: 10px 0px 0px 5px;
		}

.edit_box {
	float: left;
	text-align: left;
	width: 300px;
	background-color: #ffffff;
	font-size: 1em;
	margin: 10px 0px 0px 5px;
		}

.input_text {
	float: left;
	text-align: left;
	background-color: #ffffff;
	font-size: 1em;
	margin: -15px 0px 0px 185px;
}

.submit_label {
	float: left;
	width: 300px;
	font-size: 1em;
	margin: 20px 0px 0px 200px;
		}

.footer_info {
	font-size: .85em;
	margin: 0 0 0 30px;
	}

#right_box {
	float: right;
	width: 150px;
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#login_box {
	float: left;
	width: 300px;
	margin: 0px 0 10px 10px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#right_box p {
	font-size: 1.1em;
	text-align: left;
	}

.round_box h1 {
	margin:0; 
	font-size:1.2em; 
	padding:0px 10px 5px 10px; 
	border-bottom:1px solid #fa0026;
	}

.login_rbox h1 {
	margin:0; 
	font-size:1.2em; 
	padding:0px 10px 5px 10px; 
	border-bottom:1px solid #fa0026;
	}

.round_box p {
	margin:0; 
	font-size:10px;
	padding:5px 10px 5px 10px; 
	}

.login_rbox p {
	margin:0; 
	font-size:.95em;
	padding:5px 10px 5px 10px; 
	}

.login_rbox input {
	margin:0 0 10px 5px; 
	font-size:.95em;
	}

.round_box {
	width:148px; 
	float:left; 
	margin:10px 3px 0 3px;
	background: transparent; 
	}

.login_rbox {
	width:298px; 
	float:left; 
	margin:10px 3px 0 3px;
	background: transparent; 
	}

.rb_top {
	display:block; 
	font-size:1px;
	background:transparent; 
	}

.rb_bottom {
	display:block; 
	font-size:1px;
	background:transparent; 
	}

.rb1, .rb2, .rb3, .rb4 {
	display:block; 
	overflow:hidden;
	}

.rb1, .rb2, .rb3 {
	height:1px;
	}

.rb2, .rb3, .rb4 {
	background:#fa0026; 
	border-left:1px solid #fa0026;
	border-right:1px solid #fa0026;
	}

.rb1	{
	margin:0 5px 0 5px; 
	background:#fa0026;
	}

.rb2	{
	margin:0 3px 0 3px;
	border-width:0 2px;
	}

.rb3	{
	margin:0 2px 0 2px;
	}

.rb4	{
	height:2px; 
	margin:0 1px 0 1px;
	}

.rbox_main {
	display:block; 
	border:0 solid #fa0026; 
	border-width:0 1px 0 1px; 
	height:auto;
}

* html .rbox_main {
	height:1px;
	}

.rb_color1 {
	background:#fa0026;
	color:#fff;
	}

div#rightcolumn {
	position:absolute;
	width:155px;
	top:210px;
	right:0px;  
	margin:20px 0 0 0;
	}

div#content div#footer {
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: black;
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
	text-align: center;
		}

div#content div#footer ul {
	     list-style-type:none;
	     margin-top:1em;
	     margin-bottom:.8em;
  	     }

div#content div#footer li {
	     margin-bottom:.5em;
	     font-weight:bold;
           font-size:.75em;
  	     }

div#nav {
	  position:absolute;
	  left:0px; 
	  top:20px;
	  width:180px;
	  margin:0 0 0 50px;
	  }

.login_icon {
	margin: 10px 0 0 10px;
	}