/****************************************************\

MAIN

\****************************************************/

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
}

br {
	clear: both;
}

p {
	line-height:15px;
	padding-bottom: 10px;
}

h1 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

h2 {
	color: #5D5569;
	font-weight: bold;
	font-size: 14px;
	font-family: tahoma;
	padding-bottom: 5px;
}

h3 {
	color: #495F73;
	font-size:14px;
	font-family: tahoma;
	font-weight: normal;
	padding-bottom: 5px;
}

h4{
	color: #737373;
	font-size:14px;
	font-weight: normal;
	font-family: tahoma;
	padding-bottom: 5px;
}

h5{
	color: #C95100;
	font-weight: bold;
	font-family: tahoma;
	font-size:9px;
	padding-bottom: 5px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #2A5E27;
	font-weight:bold;
}

a:link {
	color: #2A5E27;
}

a:visited {
	color: #2A5E27;
}

a:hover {
	color: #3B9002;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #ff0000;
}

input[type="text"], input[type="password"], select, textarea{
	border-color: #ABADB3 rgb(219, 223, 230) rgb(227, 233, 239) rgb(226, 227, 234);
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

input.button, input[type="button"], input[type="submit"]{
	background-color:#969696;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px 10px 3px 10px;
	border: 1px solid #969696;
	text-align:center;
}

input:active {
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

th {
	background-color: #495F73;
	color: #f7f7f7;
	padding: 3px;
}

th a{
	color: #f7f7f7;
}

th a:link{
	color: #f7f7f7;
}

th a:visited{
	color: #f7f7f7;
}

th a:active{
	color: red;
}

th a:hover{
	color: #f7f7f7;
}

table.td_nopadding td{
	padding: 0px;
}

td, table.td_padding td {
	padding: 5px;
}

/****************************************************\

NOSCRIPT LAYOUT

\****************************************************/
.NOSCRIPT_BG{
	background-color:black;
	height:100px;
	left:0pt;
	position: absolute;
	top:0pt;
	width:100%;
	z-index:9999;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.NOSCRIPT_TEXT{
	font-size:18px;
	left:0pt;
	line-height:1.5em;
	padding-top:0px;
	position:absolute;
	text-align:center;
	top:5%;
	width:100%;
	z-index:10000;
	color:#FFFFFF;
}


/****************************************************\

LAYOUT

\****************************************************/
.im_greenbox{
	border: 2px dashed #C6D880;
	background-color:#E6EFC2;
	padding:5px;
}

.im_yellobox{
	border: 2px solid #FFD324;
	background-color:#FFF6BF;
	padding:5px;
}

#im {
	width: 900px;
	margin: 0px auto;
	background-image: url(img/h-border-leftbg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#im .im_leftborder{
	border-left: 1px solid #BAD3D8;
}

#im .im_rightborder{
	border-right: 1px solid #BAD3D8;
}

#im #im_maincontent{
	background-image: url(img/h-border-rightbg.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#im #im_body{
	margin-left: 75px;
	margin-right: 75px;
	padding-top: 10px;
	background-image: url(img/bgbody.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#FFFFFF;
}

#im #im_body #im_main{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#im #im_head{
	background-color: #E9EDE5;
	height: 27px;
	margin-left: 75px;
	margin-right: 75px;
}

#im #im_logonav{
	border-bottom: 1px solid #1E6A82;
	border-left: 1px solid #1E6A82;
	margin-left: 36px;
	margin-right: 75px;
	height:106px;
	background-color:#FFFFFF;
}

#im #im_logonav img#im_logo{
	float: left;
}

#im #im_logonav #im_nav{
	float:right;
	text-align:right;
	height: 106px;
}

#im #im_logonav #im_nav #im_mainnav {
	margin-top: 35px;
}

#im #im_logonav #im_nav #im_mainnav a.im_mainnav{
	padding: 10px 15px 5px 15px;
	font-weight:normal;
	background-color: #ffffff;
	border-bottom: 3px solid #ffffff;
	text-decoration:none;
	color: #2C6C80;
}

#im #im_logonav #im_nav #im_mainnav a.im_mainnav:hover, #im #im_logonav #im_nav #im_mainnav a.selected{
	color: #000000;
	background-color: #E2EBED;
	border-bottom: 3px solid #C0D3D9;
	text-decoration:none;
}

#im #im_logonav #im_nav #im_mainnav .brd_left{
	border-left: 1px solid #87ABB7
}


/*FOOTER*/
#im #im_footnav{
	background-image: url(img/h-footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 130px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	text-decoration:none;
	text-align: center;
}
#im #im_footnav a {
	color:#656567;
}
#im #im_footnav #im_footnav_content{
	border-top: 1px solid #BAD1D9;
	margin-left:90px;
	margin-right:90px;
}

#im #im_footnav #im_nav{
	margin-left: 76px;
	margin-right: 76px;
	padding-top: 5px;
}

#im #im_footnav #im_foot{
	padding-top: 5px;
	margin-left: 100px;
	margin-right: 100px;
}

#im #im_footnav #im_nav a{
	font-weight: normal;
}

#im #im_footnav #im_nav p{
	line-height: 10px;
}

div.green_container{
	border: 1px solid #7F9B48;
	background-color: #F6F8F5;
}

div.green_container h2{
	color: #F6F8F5;
	background-color: #A2AC91;
	padding: 5px;
}

div.green_container div.content{
	padding: 10px;
}

.bordergreen {
	background-image: url(img/border/brd_frm_l.gif);
	background-repeat:repeat-y;
	background-position: top left;
	height: inherit;
}

.bordergreen .brd_frm_r{
	background-image: url(img/border/brd_frm_r.gif);
	background-repeat:repeat-y;
	background-position: top right;
}

.bordergreen div.top{
	background-image: url(img/border/brd_frm_u.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 55px;
}

.bordergreen div.top div.topdiv{
	height: 48px;
}

.bordergreen div.top div.title{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 16px;
	padding:22px 0px 0px 10px;
	float:left;
}

.bordergreen div.top div.brd_frm_ul{
	background-image: url(img/border/brd_frm_ul.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:21px;
	height: 48px;
	float:left;
}

.bordergreen div.top div.brd_frm_ur{
	background-image: url(img/border/brd_frm_ur.gif);
	background-repeat:repeat-x;
	background-position:top;
	width: 21px;
	height: 48px;
	float:right;
}

.bordergreen .bodycontent {
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 10px;
}

.bordergreen div.bottom{
	background-image: url(img/border/brd_frm_bot.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 22px;
}

.bordergreen div.bottom div.brd_frm_ll{
	background-image: url(img/border/brd_frm_ll.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	width: 18px;
	height: 22px;
}

.bordergreen div.bottom div.brd_frm_lr{
	background-image: url(img/border/brd_frm_lr.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width: 18px;
	height: 22px;
}