html {
	font-family: "Trebuchet MS", sans;
	background-color: #afd0ef;
	/*background-image: url('images/pagebg.gif');*/
}

body {
	font-family: "Trebuchet MS", sans;
	padding: 0 1em;
}

a {
	color: #000;
}

a:hover {
	background-color: #a1c6f8;
}

#bd {
	background-color: #fff;
	padding: 0 0em;
}

#ft {
	text-align: center;
	color: #fff;
}

#ft a, #hd a {
	color: #fff;
}

#ft a:hover {
	background-color: #096bc6;
}

#hd a:hover {
	background-color: #a1c6f8;
}

#hd {
	font-family: "Trebuchet MS", sans;
	background-color: #4c95d8;
	background-image: url(images/hd_bg.gif);
	background-position: 0 50px;
	background-repeat: repeat-x;
	/*height: 150px;*/
	color: #fff;
	text-align: left;
}

.yui-b {
	padding: 0 10px;
}

.ad {
	text-align: center;
}

td {
	
	text-align: left;
	border: 0px;
	vertical-align: top;
	
	padding: 6px 6px 6px 6px;
	
	
}

table {
	border: 0px solid;
}

li {
	margin-bottom: 0.3em;

}

ul  {
	
	margin:0;
	padding:0;
}

img {
}

.topic {
	background-color: #afd0ef;
	background-image: url(images/topic_bg.gif);
		background-position: bottom left;
		background-repeat: repeat-y;
	vertical-align: bottom;
	height: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 6px;
}

.topic a {
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS;
	/*font-family: Palatino Linotype, Georgia, Times New Roman;*/
	font-size: 13px;
	color: #fff;
}

#menu {
	background-color: #e7f5ff;
}

#menu a {
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#mainmenu a {
	padding-bottom: 1px;
	text-transform: uppercase;
}

#mainmenu a:hover {
	background-color: #FFC573;
}

#mainmenu .active {
	background-color: #e7f5ff;
	color: #000;
}

#submenu a {
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
}

#submenu .active {
	color: #ff9500;
}

.rhs-ad {
	float: right;
	text-align: right
}

p  {
	margin: 0.4em 0;
}

.nfm_article {
	font-size: 6px;
	background-repeat: no-repeat;
	background-image: url('images/arrow.gif');
	background-position: 0 7px;
}

.nfm_article_title {
	color:#000000;
}

.nfm_article_source {
	color:#999999;
}

.nfm_article_date {
	color:#999999;
}

.nfm_article_abstract {

}



.niceform {
	text-align: center;
	color: #000;
}

.niceform form {
	padding: 0px;
	border: 0px solid #a84ec4;
	font-family: Trebuchet MS;

}

.niceform fieldset {
	
	border-left: 0px solid #a84ec4;
	border-right: 0px solid #a84ec4;
	border-top: 0px solid #a84ec4;
	border-bottom: 0px solid #a84ec4;
	padding: 1em;
	margin-bottom: 1.5em;
	text-align: left;
}

.niceform legend {
	
	color: #000;
	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;
	text-align: left;
}


.niceform input, select, textarea {
	border: 1px solid #ff9500;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #000;
}

.niceform .radio {
	border: 0px;
}

.submit {
	padding: 2px 10px;
}

.error {
	color: #f00;
	font-weight: bold;
}

.note {
	color: #888;
}

input[type="checkbox"] { position: relative; top: 2px; border: 0px; }
input[type="radio"] { position: relative; border: 0px; }
