@charset "utf-8";
/* CSS Document */

/*CSS Reset - derivative of YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code*/
html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; }

/*Centering fixed layout*/

body {
  	text-align: center;
}

#container {
  	margin: 0 auto;
  	width: 745px;
	text-align: left;
} 

/*Global Typography*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}
ul {
	list-style-type:disc;
	padding-left:15px;
	list-style-position:outside;
}
ol {
	list-style-type:decimal;
	padding-left:24px;
	list-style-position:outside;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #003987;
}
a:visited {
	text-decoration: underline;
	color: #003987;
}
a:hover {
	text-decoration: underline;
	color:#FF6600;
}
a:active {
	text-decoration: underline;
}

/*Global Layout*/

#header {
	position:absolute;
	width:745px;
	height:44px;
	top:10px;
	z-index:102;
}
#root_menu {
	position:absolute;
	width:745px;
	height:20px;
	top:54px;
	z-index:101;
}
#drop_menu {
	position:absolute;
	background-color:#003987;
	width:747px;
	height:35px;
	top:74px;
	z-index:103;
}


/*nested divs parented to header divs*/

#logo {
	position:absolute;
	width:300px;
	height:44px;
	top:0px;
	left:0px;
	z-index:2;
}
#languages {
	position:absolute;
	width:300px;
	height:44px;
	left:445px;
	top:0px;
	z-index:6;
}
	
