body{
	overflow:hidden;	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h1{
	font-size:1.6em;
	color: #8E8282;
	font-weight:bold;
	margin-bottom:0;
}

/*************************************************************/
/*                 WRAPS EVERYTHING                          */
/*************************************************************/

div#wrapper{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	
	overflow:auto;	
	
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
	background-color:white;
	width: 100%;
	text-align:center;
	height:100%;
}



div#wrapper_center{
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width: 912px;
	text-align:left;
}



/*************************************************************/
/*                 MESSAGE AREA                              */
/*************************************************************/

div#message_wrap{
	/* Use fixed position when the page shall not move down.*/
	/*position: fixed;*/
	z-index:1000;

	margin-top:-40px;
	
	width:100%;
	background-image:url(../images/top-message-bg.gif);
	background-repeat:repeat-x;
	
	line-height:40px;
	height:40px;
}

div#message{

	_margin-top:10px;/*IE*/
	text-align:center;
	line-height:40px;
	height:40px;
	
}

/*************************************************************/
/*                  TOP OF PAGE                              */
/*************************************************************/

div#nomans_land{
	width: 100%;
	height:30px;	
	
}





/*************************************************************/
/*                  TOP MENU SECTION                         */
/*************************************************************/

div#top_menu_wrapper{
	text-align:center;
	width:100%;

	
}

div#top_menu{
	height:27px;
	_height:130px;
	
	padding-top:110px;
	
	font-weight:bold;
	
	background-image:url(../images/header.png);
	background-repeat:no-repeat;


	width: 906px;	
	
}

/*div#top_menu .menu_link_left{
	
	
	float:right;
	line-height:24px;
	margin-left:1em;
	margin-right:1em;


}

div#top_menu .menu_link_right:hover{
	
	background-image:url(../images/top_menu_item_right.png);
	background-repeat:no-repeat;
	background-position:right;
}*/

div#top_menu .menu_link_space{
	text-decoration:none;	
	float:right;
	color:#000000;
	line-height:26px;
	width:15px;
}

div#top_menu .menu_link{
	text-decoration:none;	
	float:right;
	color:#000000;
	line-height:26px;
	width:100px;
}

div#top_menu .menu_link_selected{
	float:right;
	text-decoration:none;	
	color:#999999;
	line-height:26px;
	width:100px;
}

div#top_menu .menu_link:hover{
	text-decoration:none;	
	color:#FFFFFF;
	background-image:url(../images/top_menu_item_100.png);
	background-repeat:no-repeat;
}

div#top_menu .menu_link_selected:hover{
	background-image:url(../images/top_menu_item_100.png);
	background-repeat:no-repeat;
}

div#top_menu .help_link{
	color:white;
	font-weight:bold;
	text-decoration:none;
	
	padding-left:1em;
	padding-right:1em;
	float:right;
}



div#top_menu #help_box{
	position:absolute;
	font-size:0.9em;
	right: 0px;
	top:96px;
	display:none;
	width: 200px;
	background-color:#FCDB00;
	z-index:1000;
	padding: 1em 1em 1em 1em;
	line-height:3ex;
	_filter: alpha(opacity = 80);
		
}

div#top_menu #help_box:hover{
	display:block;
}


div#logo{
	position:absolute;
	display:none;
	left:110px;
	top:300px;
	/* Logo always on top*/
	z-index:1000;
}

/*************************************************************/
/*                  CONTENT SECTION                          */
/*************************************************************/

div#desktop_wrapper{
	margin-left:0px;
	width: 100%;
	

}



div#content_wrapper{
	
	margin-top:15px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	height:700px;
	
	width:897px;
	_width:912px;
	background-image:url(../images/content_bg2.png);
	
	background-repeat:no-repeat;
	text-align:left;
}




#content {
	left: 3px;
	top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	height:420px;
	padding:1px 1px 1px 1px;
	width:882px;
	text-align:left;
	margin-top:-10px;
}

/* Shadows */
#content .container {

	background: #ffffff;
	padding: 10px;
	height:450px;
	_text-align:center;
	text-align:left;
}
/*
#content .shadow1,
#content .shadow2,
#content .shadow3{
	padding:1px 1px 1px 1px;
}

#content .shadow1 {
	background: #F1F0F1;
}

#content .shadow2 {
	background: #DBDADB;
}

#content .shadow3 {
	background: #B8B6B8;
}
*/

#main_contents{
	height:350px;
}

.main_contents_footer{
	border-top:1px dotted #DDDDDD; 
	padding:1em 1em 1em 1em;
}

#main_contents h1{
	font-size:1.2em;
	color:#4C63C8;
	font-weight:bold;
	border-bottom: 2px solid #DDDDDD;
	
}

#main_contents_footer h1{
	position:absolute;
	font-size:1.2em;
	color:#4C63C8;
	font-weight:bold;
}


#main_contents .subheading{
	font-size:1.0em;
	font-style:italic;
	font-weight:normal;
	color:black;

}

#main_contents .body{
	font-size:1em;
	color:black;
}

#main_contents a{
	font-size:0.9em;
}

/*************************************************************/
/*                  FOOTER                                   */
/*************************************************************/

#footer{
	
	display:none;
	color:white;
	
	line-height:20px;
	text-align:center;
	
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	
	opacity:0.8;
	_filter: alpha(opacity = 80);
}

/*************************************************************/
/*                  UTILITY SECTION                          */
/*************************************************************/


/************** TABLES *********************/


div.ms{
	margin-left:20%;
	_margin-left:0;
}


.tables{
	font-size:1em;
	margin-top:2ex;
	background:url(../images/table-head.gif) repeat-y top left;
	background-color: #D49104;
	width:100%;
	_width:96%;
	
}



.table-head{
	color: white;
	font-size: 1em;
	height:4ex;
}




.class_tr{
	padding:0 0 0 0;
	font-size: 1em;
	height: 3.5ex;

	background-image: url(../images/table-td-bg.png);
	background-repeat:repeat-x;
}



.tr_hover{
	padding:0 0 0 0;
	font-size: 1em;
	height: 3.5ex;
	background-image: url(../images/table-td-hover-bg.png);
	background-repeat:repeat-x;	
}

tr> td{

}

.tr_hover > td{
	background-color: transparent;
	background-image: url(../images/table-td-hover-bg.png);
}


/************** BUTTONS *********************/

button { 
  border:0; 
  cursor:pointer; 
  
  padding:0 20px 0 0; 
  _padding:0 5px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
  _padding:0 0 0 15px; 
}

button.submitBtn { 
  background:url(../images/button-right.png) right no-repeat; 
  font-size:1.1em; 
  border:0;
}
button.submitBtn span { 
  height:31px; 
  line-height:31px;
  background:url(../images/button-left.png) left no-repeat;
  color:#fff; 
}

button.submitBtnhover { 
  background:url(../images/button-right-hover.png) right no-repeat; 
  font-size:1.1em; 
}
button.submitBtnhover span { 
  height:31px; 
  line-height:31px;
  background:url(../images/button-left-hover.png) left no-repeat;
  color:#fff; 
}


div#interaction{
	border-bottom: #EEEEEE solid 2px;
}

/*************************************************************/
/*                 MESSAGE OVERLAY                           */
/*************************************************************/

.overlay_message{
	z-index:1000; 
	display:none; 
	_text-align:center; 
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(../images/overlay_bg.png);
}
.overlay_message h1{
	color:#8E8282;
}

.overlay_message h2{
	font-size:1em;
	color:#4C63C8;
}

.overlay_message .message_wrapper{
	margin:200px auto auto auto; 
	height:400px; 
	width:600px;
}

.overlay_message .message_head{
	margin-bottom:5px;
	background-image:url(../images/overlay-head-left.png); 
	background-position:left;
	background-repeat:no-repeat; 
	height:25px; 
	width:600px;
}

.overlay_message .message{
	padding: 1em 1em 1em 1em; 
	background-image:url(../images/overlay-body.png); 
	background-repeat:no-repeat;  
	height:320px; 
	_height:350px; 
	width:600px;
}


