body,textarea{
	font: small times new roman,times,serif!important;
	font /**/: x-small times new roman,times,serif;
}
body{
	background-color: #eef;
	line-height: 1.1;
	color: blue;
}
img	{	border: 0 none #fff;	}
p	{	line-height:130%	}

a {	color: blue; }
a:hover {
	color: #f0f;
	text-decoration: none;
	border-bottom: 2px solid #f0f;
	padding-bottom: 0px;
}
#hd4 a:visited {
	font-weight: normal;
}
.highlight a {
	color: #f0f;
	font-weight: normal;
}
.highlight a:hover {
	color: blue;
	border-bottom: 2px solid blue;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #f0f;
}
h3 {
	font-size: 14pt;
	font-weight: normal;
}
h4 {
	font-size: 14pt;
	color: #f0f;
	border-top: 1px solid #f0f;
	font-weight: normal;
}
.textblock {
	position:relative;
	display: block;

	padding: 5px 5px 5px 5px;
	border: 1px solid #aab;
	margin: 0px 0px 5px 0px;
	background: #fff;
}
.highlight { color: #f0f; }
.wrap-left  { float: left; padding: 0px 5px 5px 0px; }
.wrap-right  { float: right; padding: 0px 0px 5px 5px;  }

#container
{
	position: relative;
	width: 760px;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccd;
}

/* #col1, #col3, #hd, #ft, #feedback
{
	border: 1px solid #aab;
} */

#hdo {
	position:relative;
	clear:both;
	padding: 0px 0px 5px 0px;
	height: 75px;
}

#hd {
	background-color:#fff;
	height: 75px;
	text-align: center;
	font-size: 28pt;
}

#col1o
{
	float: left;
	position: relative;
	/* overflow:hidden; */

	width: 180px;
	/* right: 440px; */
	z-index: 10;
}

#col2o
{
	float: left;
	position: relative;

	width: 420px ;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid green;
}

#col3o
{
	float: left;
	width: 160px;
}

#col4o
{
	float: left;
	position: relative;
	overflow: hidden;

	width: 550px ;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #ccd;
}

#feedbacko
{
	float: left;
	position: relative;
	overflow: hidden;

	width: 545px ;
	padding: 0px 0px 0px 5px;
}

#col3, #feedback
{
	background-color: #fff;
}

.break{
	clear:both;
	font-size:5px;
	padding: 0px;
	margin: 0px;
	border-bottom: 5px;
}

#fto
{
	text-align: right;
	padding-top: 1px;
	font-size: xx-small;
}

/*** MENUS ***/


/* CMS Menu */
.clsTopLink
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: black
}

#nav1 {
	width: 180px;
}

#nav1 ul {
	float: left;
	margin: 0;
	padding: 0; 
	list-style-type: none; 
}

/* === level 1 items */
#nav1 li {
	float: left;
	clear: left;
	list-style: none;
}

#nav1 li a {
	display: block;
	width: 178px;
	color: blue;
	background-color: #ffffff;
	text-decoration: none;
	font-family: times new roman,times,serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 2px;
}
#nav1 li a:hover {
	padding-bottom: 0;
}

#nav1 li li a {
	color: #66C;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 2px;
}

.menuCMS, .subMenuCMS {
	width: 180px;
}

.menuCMS {
	position: relative;
}
/* .menuCMS a {
	font-weight: normal;
} */

.subMenuCMS {
	visibility: hidden;
	position: absolute;
	left:165px;
}

.itemCMS1 {
	display: block;
	width: 178px;
	color: blue;
	background-color: #ffffff;
	text-decoration: none;
	font-family: times new roman,times,serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 2px;
}

.itemCMS2 {
	display: block;
	width: 178px;
	color: #66C;
	background-color: #ffffff;
	text-decoration: none;
	font-family: times new roman,times,serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 2px;
}
.itemCMS2 a {
	font-weight: bold;
}

/* Text next to an edit box or other form control that indicates what should be entered. */
.cssPrompt
{
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: right
}

/* Edit box which is disabled & read-only */
.cssInputDisabled
{
	FONT-WEIGHT: bolder;
	COLOR: #000000;
	BACKGROUND-COLOR: #aaa;
}

/* Error messages, e.g. when data entered in a form is invalid */
.cssError
{
	position: relative;
	display: block;
	FONT-WEIGHT: bold;
	COLOR: #000000;
	BACKGROUND-COLOR: #ff0000;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #000000;
}

/* Message for information only e.g. to confirm the action taken after form processing */
.cssMessage
{
	position: relative;
	display: block;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #323266;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #000000;
}

.poweredby { color: #888;
	font-weight: normal;
