@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000066;
	margin:0px;
}

#container { 
	width:1050px;
	margin:0px auto;
	position:relative;
}

#body_container { 
	overflow:hidden;
}

#left_column { 
	float:left;
	width:200px;
	background-color:#000;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;	/* Do not touch this line!  it is extremely important for layout */
	
}

#myajaxmenu {
	list-style:none outside none;
	margin:25px 0 0;
	padding:0;
}

#myajaxmenu li { 
	padding:4px;
	text-align:center;
/*	border-left:2px solid #a50101;
	border-top:2px solid #a50101;
	border-right:2px solid #a50101;
*/	margin:0 auto;
	text-align:center;
	width:150px;	
	background-color:#AAABAD;
	border:2px outset #a50101;
/*	height:34px;
*/}

#myajaxmenu li.current { 
	background-color:#dcdcea;
	border:2px ridge #a50101;
}

#myajaxmenu li.last { 
/*	border-bottom:2px solid #A50101;
*/}

#myajaxmenu li:hover { 
	border:2px inset #a50101;
}

#myajaxmenu a,#myajaxmenu a:visited { 
	text-decoration:none;
	color:#000;
	display:inline-block;
	vertical-align:sub;
}
#myajaxmenu a:hover { 
	color:#800;
}

#right_column { 
	float:right;
	width:200px;
	background-color:#000;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;	/* Do not touch this line!  it is extremely important for layout */
	
}

#what_am_i { 
	background-image:url(../images/flag-stetch.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:650px;
	height:74px;	
	text-align:center;
	color:#fff;
}

#what_am_i img { 
	margin:0 auto;
	display:block;
}

.image_replace { 
	margin:0px;
	color:#fff;
	text-align:center;
}

#header { 
	margin-left:200px;
	margin-right:200px;
}

#main_body { 
	background-image:url(../images/TOF_Worker_880.jpg);
	height:860px;
/*	margin-left:200px;
	margin-right:200px;
*/	background-repeat:no-repeat;
	background-position:left top;
	overflow:auto;
	padding:10px;
}

#main_body h1 { 
	text-align:center;
}

#footer { 
	background-color:#000;
}
#footer_image { 
	float:left;
}

.footer_text { 
	color:#FFF;
	text-align:center;
	margin-right:200px; /* the size of the footer graphic! */
	margin-left:200px;
	font-size:12px;
	padding-top:26px;
}

.footer_text p { 
	margin:0px;
	padding:8px;
}


#my_link { 
	float:right;
	width:200px;
	color:#fff;
	margin-top:83px;
	font-size:10px;
	text-align:center;
}
#my_link a, #my_link a:visited { 
	color:#fff;
	text-decoration:none;
}

#my_link a:hover { 
	color:#F00;
}

.clear { 
	clear:both;
}
