body {
	margin:0;
	padding:0;
	background: #005883 url(../images/bg.png) repeat-y center;
	color:#333333;
	font-size:92%;
	font-family: verdana,helvetica,sans-serif;
	text-align:center;
}
h1 {
	font-size:1.4em;
} 
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1em;
}
#grey h2 {
	width:954px;
	margin:0 auto;
	color:#FFFFFF;
	padding:2em 0em 2em 0em;
	background:#666666 url(../images/table_bottom_grey.png) bottom no-repeat;
}
#header {
	margin:0 auto;width:954px;height:120px;padding-top:20px;
	background:url(../images/title_bg.png) top left no-repeat;}
	#logo {font-size: 36px;color:#ccc;margin:54px 0 0 0;padding:0;}
	#top {margin:0; height:43px; background-image:url(../images/table_top.png); background-repeat:no-repeat; background-position:top;}
	#content {margin:0 auto;width:954px;text-align:left;background-image:url(../images/table_bg.png);}
	#black {width:914px;margin:0 auto; background:url(../images/bumper_top.png) #343333 top no-repeat;}
	#black_bottom {width:914px;margin:0 auto; height:25px; min-height:25px; background:url(../images/bumper_bottom.png) #343333 top no-repeat;}
	#container {margin:0 auto; width:954px;text-align:left;font-size:92%;}
	#sub_left {margin:0 auto;width:57%;float:left;padding-left:5px;padding-right:5px;padding-top:1em;margin-left:5px;
	 margin-top:15px; margin-right:5px;}
	#sub_right {margin:0 auto;width:36%;float:left;padding-top:1em;padding-left:5px;margin-top:15px;}
	#bottom {margin:0 auto;width:954px;height:10px;background-image:url(../images/table_bottom.png); background-repeat:no-repeat;clear:both;}
	#content { background:#FFFFFF url(../images/content_bg.png) repeat-x;}
	.clear {clear:both;font-size:.1em;}
	#footer {margin:-2px auto 0 auto;padding-top:30px;width:954px;height:61px;line-height:15px;font-size:.8em;}

	/*HYPERLINKS*/
  .cool {
		padding:10px 10px 10px 10px;
		line-height:30px;
		font-size:12px;
		margin:auto;
		vertical-align:middle;
		color:#666;
		text-decoration:none;
	}
	.cool:hover {
		color:#CCCCCC;
		background:#a83c0f;
		padding:10px 20px 10px 20px;
	}
	#nav a:link {
		color:#fff;
	}
		#nav a:visited {
		color:#fff;
	}
	#nav {
		text-align:center;
		background:#f12c0e;
		width:954px;
		margin:0 auto;
		height:20px;
		min-height:20px;
				padding-top:20px;
				padding-bottom:15px;
	}
a:link {
	color:#CC0000;
	}
a:visited {
	color:#990000;
	}

a:active, a.selected {
	color: #660000;
	}

a:hover {
	color:#0099FF;
	text-decoration:none;
	}
fieldset { 
border:0;
 }
/*FORMS*/
input {
 color:#333333;
}
textarea {
 color:#333333;
 border:#666 1px solid;
}
select {
 color:#333333;
 border:#666 1px solid;
}
fieldset { 
border:1px solid #666600;
 }
legend {
  padding: 0.5em;
  font-size:90%;
  text-align:right;
  color:#666666;
  }
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
.rescue {
	font-size:125%;
	font-weight:bold;
}



