body
{
	margin: 0px;
	overflow: hidden;
	background-color:#1e6cac;
}

form{
	padding:0px;
	margin:0px;
	}

#bg_image
{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
	background-image:url('images/load.gif');
}

#contents
{
	z-index: 1;
	position: absolute;
	width:100%;
	
}

#horizon
{
	color: white;
	background-color: #;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
}

#main
{
	margin-left: 0px;
	position: absolute;
	top: 92px;
	left: 18px;
	width: 278px;
	height: 460px;
	visibility: visible;
	background-color: #194a7d;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	/*border-color: #fff;
	border-style: solid;
	border-width: 0px;*/
	z-index: 10;
}


#logo
{
	margin-left: 0px;
	position: absolute;
	top: 0px;
	left: 26px;
	width: 280px;
	height: 90px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-color: #ffffff;

	z-index: 100;
}

#inside
{
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

#inside_inner
{
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

div#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background-color: #7592b3;
	text-align: right;
	padding-top: 7px;
	padding-bottom:2px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	color: #ffffff;
	
}

div#header_inside
{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	padding-right: 25px;
	padding-top: 0px;
	text-align: right;
	text-transform: uppercase;
	
	
}

div#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-color: #194a7d;
	padding-left: 25px;
	padding-top: 22px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	color: #ffffff;
}

/*.form
{	font-size: 11px;
	color: #555555;
	margin-bottom:5px;
}*/

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

.foot
{
	color: #eaeaea;
	font-size: 11px;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica;
}



a.foot:hover
{
	color: #fff;
	text-decoration: underline;
	font-family: Trebuchet MS, Arial, Helvetica;
}

.grey { color: #ddd; }
.grey a { color: #fff; }
.grey a:hover { color: #eee; }
.inveslog { position:absolute;
top:8px;
right:172px;
width:200px;}

#padright { padding-right: 45px; }

.top_bg{
	background:url(../images/top_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:92px;
	}
	
.top_bg_inner{
	background:url(../images/top_bg_inner.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:32px;
	z-index:100;
	}
	
.white_text{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	}
	
.boxborder{
	border:1px solid #b4b0b0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#b4b0b0;
	}
	
.go_btn{
	background:url(../images/go_btn.gif);
	background-repeat:no-repeat;
	height:18px;
	width:29px;
	border:0px;
	cursor:pointer;
	}
	
.link1{	
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#b1b0ad;
	text-decoration:none;
	}
	
a.link1:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#b1b0ad;
	text-decoration:underline;
	}
	
#main_menu{
	width:100%;
	}
	
.menu_bg{
	background:url(../images/menu_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	width:311px;
	height:800px;
	}
