html{
	font-family: "Trebuchet MS";
	background-color: #000000;
	
	background-image: url('bg-top.png');
	background-repeat: repeat-y;
	background-position: top center; 
}

body {


	
}

#bd {
color: #fff;
font-size: 12px;
font-family: "Trebuchet MS";
padding-top: 16px;
}

#hd {
font-family: "Trebuchet MS";
	color: #fff;
}

#ft {
padding-top: 20px;
font-family: "Trebuchet MS";
	color: #C4C4F2;
	font-size: 12px;
	
}

#doc2 {
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	background-color: #114b78;
	border: 0px solid #000040;
	padding: 10px;
	min-height: 620px;
	overflow: hidden;
}

#home-images img {
	border: 2px solid #DBA763;
}

td {
	border: 0px solid;
	padding: 2px 10px;
}

a {
	color : #fff;
	
}

.active {
	background-color: #165e96;
}

.active  a {
	color: #FF733B;
}

h2 {
color: #FF733B; p-adding-top: 0; margin-top: 0;
}

h3 {
	color: #FF733B;
	}

#bd ul {
	margin: 1em 1em 1em 0;
	
}

#bd li{
   list-style-type:none; 
 
	margin: 0 0 1em 0;
	padding-left: 1em;

}

.yui-u li {
  background-image: url(arrow.gif);
   background-repeat: no-repeat;
   background-position: 4px 3px;
}

ul {
	
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

h4 {
	margin: 0.5em 0 0.3em 0;
	padding: 0;
	font-size: 1.1em;
}

#menu h3 {
padding-top: 3px; padding-bottom: 4px;
margin: 0;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu img {
	padding-bottom: 3px;
	padding-left: 2px;
}

.niceform {
	text-align: center;
	color: #fff;
}

.niceform form {
	background-color: transparent;
	padding: 0px;
	border: 0px solid #a84ec4;
	font-family: Trebuchet MS;
	
}

.niceform fieldset {
	background-color: transparent;
	border: 0px solid #FF733B;
	border-color: rgba(255, 120, 40, 0.3);
	padding: 1em;
	margin-bottom: 1.5em;
	text-align: left;
}

.niceform legend {
/*	background-color: #FF733B;*/
	background-color: rgba(255, 120, 40, 0.3);

	color: #fff;
	font-weight: bold;
	padding: 1px 4px;
	text-transform: uppercase;
}

.niceform label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

.niceform .required-field, .niceform .optional-field {
	clear: left;
	margin-bottom: 0.5em;
}

.niceform .required-field label {
	font-weight: bold;
}

.niceform .optional-field label {
	font-weight: normal;
}

.niceform .field-content {
	margin-left: 150px;
}

.niceform input, select, textarea {
	background-color: #071f31; /* for Opera */
}

.niceform input, select, textarea {
	border: 1px solid #FF733B;
	font-family: Trebuchet MS;
	/*background-color: rgb(0, 0, 0);*/
	background-color: rgba(0, 0, 0, 0.4);
	font-weight: bold;
	color: #fff;
}

.niceform .radio {
	border: 0px;
}

.submit {
	padding: 2px 10px;
}

.error {
	color: #f00;
	font-weight: bold;
}

input[type="checkbox"] { position: relative; top: 2px; border: 0px; }
input[type="radio"] { position: relative; border: 0px; background-color: transparent; }

#linkbanner { 
font-family: Trebuchet MS; border-top: 1px solid #FF733B; text-align: center; background-color: #114b78; position: fixed; bottom: 0; left:0; right:0; z-index: 10000; padding-bottom: 5px; 	color: #C4C4F2;
}

#linkbanner  a {
	color: #fff;
	text-decoration: none;
}

.done {
	/*background-color: #dfd;*/
	background-color: rgba(150, 255, 150, 0.4);
	border: 1px solid #8d8;
	padding: 0.5em;
	margin-bottom: 1em;
}

