/** GENERAL STYLES **/
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #1d4c65;
	text-align:center;
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.sep-hor {
	background-image: url(../images/sep-line.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	background-position: center;
}
body,td {
	font-size: 11px;
}
* {
	margin: 0;
}
/** MAIN LINKS **/
a:link {
	color: #1d4c65;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1d4c65;
}
a:hover {
	text-decoration: underline;
	color: #358CBB;
}
a:active {
	text-decoration: none;
	color: #358CBB;
}
/** MAIN CONTENT **/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -27px;
	width: 760px;
	text-align: left;	
}
/** FOOTER PUSHER **/
.push {	
	height: 27px;	
}
.footer {	
	height: 27px;	
	background-color:#1e4c64;	
}
.footer-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:740px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-color:#1e4c64;
	color: #FFF;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d4c65;
	line-height: 120%;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: justify;
}
.text-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #1d4c65;
}
.text-content strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #1d4c65;
}
.text-content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #1d4c65;
	margin: 0 0 0 20px;
	padding:0;
}
.text-content ul li {
	list-style-type: disc;
	margin: 1em;
}
.text-content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #1d4c65;	
	margin: 0 0 0 10px;
	padding:0;
}
.text-content ol li {
	margin: 1em;
	list-style-type: decimal;
	list-style-position: inside;
}
ol.alpha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #1d4c65;	
	margin: 0 0 0 10px;
	padding:0;
}
ol.alpha li {
	margin: 1em;
	list-style-type: lower-alpha;
	list-style-position: inside;
}
#mr-image {
	padding-left:15px;
	padding-bottom: 15px;
}
.bold {
	font-weight:bold;
}
p {
	line-height: 140%;
	margin-bottom: 16px;
}
#menuh {
	font: 10px Arial, Helvetica, sans-serif;	
}
#menuh ul, li {
	list-style-type: none;
}
#menuh ul {
	margin: 0;
	padding: 0;
}
#menuh li {
	float: left;
}
#menuh a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 15px 17px;
	text-align: center;
	background-color: #1d4d64;
	background-image: url(../images/menu-a.gif);
	background-repeat: repeat-x;
}
#menuh a#current {
	text-decoration: none;
	color: #1e4c64;	
	background-color: #d5e0e6;
	background-image: url(../images/menu-hover.gif);
	background-repeat: repeat-x;
}
#menuh a:hover {
	text-decoration: none;
	color: #1e4c64;	
	background-color: #d5e0e6;
	background-image: url(../images/menu-hover.gif);
	background-repeat: repeat-x;
}
.page-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 120%;
	color: #1D4C65;
}
.member-name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1D4C65;
	line-height: 120%;
}
.member-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D4C65;
}
.form-input {
	border: 1px solid #d5e0e6;
	background: url(../images/bg-input.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:400px;
	color: #1d4c65;
	padding: 3px;
}
.form-button {
	border: 1px solid #d5e0e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	width:150px;
	color: #1d4c65;
	padding: 3px;
	background-color: #D6E0E5;
}
.form-textarea {
	border: 1px solid #d5e0e6;
	background: url(../images/bg-input.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:400px;
	color: #1d4c65;
	padding: 3px;
	overflow-x: hidden;
}
.form-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d4c65;
	font-weight: bold;
	margin: 0 0 0 20px;	
}
.form-input:hover, .form-textarea:hover {
	border: 1px solid #a6bdc9;
	background: url(../images/bg-input.png) repeat-x #ffffff;
	color: #1d4c65;
}
.form-input:focus, .form-textarea:focus {
	border: 1px solid #a6bdc9;
	background: url(../images/bg-input.png) repeat-x #ffffff;
	color: #1d4c65;
}
.input-simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:250px;
	color: #1d4c65;
	padding: 3px;
}
.list-simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:259px;
	color: #1d4c65;
	padding: 3px;
}
/** SLIDESHOW **/
#slideshow {
    position:relative;
	width:760px;
	height:205px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
/** HIGHLIGHT CELL **/
#hlight tr:hover td
{
	background-color:#F0F8FB
}
/** SUBMENU STYLE **/
.submenu {
	width: 168px;
}
.submenu ul {
	list-style: none;
	padding: 0em;
}
.submenu li {
	line-height: 120%;
	background-image: url(../images/arrow-green-right.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 16px;
	background-position: left 1px;
}
.newsticker-title {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
}
.newsticker ul, li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.newsticker li {
	font-size:12px;
	height: 50px;
}
