body { 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
	background-color: white;
}

a {
	color: #ffa100;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	margin-top: 1em;
	margin-bottom:1em;
}

h2 {
	font-size: 14px;
	margin-top: 1em;
	margin-bottom:1em;
}

h3 {
	font-size: 12px;
	margin-top: 1em;
	margin-bottom:1em;
}

input { 
	border: 1px solid #9a9a9a;
	font-size: 10px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	background-color: white;
}

#header {
	height: 77px;
}

#header #cite {
	float: left;
	border: none;
	width: 500px;
	height: 77px;
	font-family:  "Times New Roman", Times; 
	font-size: 14px;
}

#cite  .cite_text {
	
}

#cite  .cite_auth {
	text-align: right;
}

#header #logo {
	display: inline;
	float: right;
	width: 196px;
}

#menu_bar {
	display: block;
	/*background: url('/_img/MenuBg.gif') repeat-x;*/
	background-color: #ffa100;
	margin-bottom: 5px #fff solid;
	font-size: 14px;
	height: 33px;
}

#menu_bar ul {
	margin: 0px;
	list-style: none;
	padding: 8px 0px 8px 0px;
}

#menu_bar ul a {
	color: #FFF;
	text-decoration: none;
	font-style: oblique;
	font-weight: bolder;
}

#menu_bar li {
	display: inline;
	padding: 8px 15px 8px 15px;
	/*background: url('/_img/MenuItemBg.gif') no-repeat;*/
	background-color: #ffa100;
}

#menu_bar li:hover {
	display: inline;
	/*padding: 8px 15px 8px 15px;*/
	/*background: url('/_img/MenuItemBg_hover.gif') no-repeat;*/
	background-color: #ffd150;
}

#submenu_bar {
	display: block;
	margin: 0px;
	/*height: 23px*/;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
	color: #FFF;
	/*background: url('/_img/SubMenuBg.gif') repeat-x;*/
	background-color: #ffa100;
}

#submenu_bar a {
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#submenu_bar a:hover {
	text-decoration: none;
	border-bottom: #ffd150 solid ;
}

#submenu_bar ul {
	list-style: none; margin: 0px;
}

#submenu_bar li {
	display: inline;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	border-right: 1px solid #FFF;
}

#submenu_bar p { display: inline; }

#contents {
	margin: 1em;
	color: #555;
}

#contents .textElem {
	display: block;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin-bottom: 1em;
}

#contents .imgLeft {
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	height: 112px;
	width: 85px;
	padding: 1px;
	border:  #9a9a9a  solid 1px;
}

#contents .imgRight {
	margin-right: 1em;
	margin-bottom: 1em;
	float: right;
	height: 112px;
	width: 85px;
	padding: 1px;
	border:  #9a9a9a  solid 1px;
}

#contents .newsTitle {
	color: #ffa100;
	font-size: 11px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding-bottom: 1em;
}

#contents .rightBar {
	float: right;
	width: 20em;
	margin-left: 1em;
	margin-bottom: 1em;
}
 
#contents .rightBar .barHead {
	padding: 2px;
	text-align: center;
	font-weight: bold;
	background-color: #ffa100;
	border-top: solid 1px #ffd165;
	border-bottom: solid 1px #cf8100;
}

#contents .rightBar .barContents {
	padding: 2px;
	padding-top: 1em;
	padding-bottom: 1em;
	border: #9a9a9a dashed 1px;
	border-top: none;
}

#contents .rightBar .separator {
	border-top: 1px dashed #9a9a9a;
	margin: 1em;
}

#footer {
	display: block;
	font-size: 10px;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	color: #555;
	background-color: #dadada;
	border-top: #9a9a9a solid 1px;
	border-bottom: #9a9a9a solid 1px;
}

#footer input { 
	border: 1px solid #9a9a9a;
	font-size: 10px;
}

/** **/

#wikicmds { float: right; }

#wikicmds ul {
	list-style: none; margin: 0px;
}

#wikicmds li {
	display: inline;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	border-left: 1px solid #FFF;
	border-right: none;
}

/** wikistyle **/
.frame { border:1px solid #9a9a9a; padding:1px;  }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }

