/* class: .     id: # */

body { margin: 0; 
	background-color: #fff; 
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif; 
	color: #000; 
}

#topbar {
	text-align:right;
	margin-top:10px;
	width: 900px;
	height:50px;
	line-height:22px;
}

#flag {
	width:100px;
	float:right;
	margin-right:20px;
}

#search {
	width: 177px;
	height:23px;
	background:#fff url(../images/search.png) no-repeat;
	float:right;
	vertical-align: middle;
	text-align:left;
	padding-left:10px;
}

#search input{
	width: 155px;
	height:14px;
	text-align:left;
	font-size: 11px;
	border: 0px;
	margin-top: 5px;
}


#logo {
	float:left;
	/*height:57;*/
}

.clear {
	clear:both;
}

#wrapper {
	width: 900px; 
	margin: 0 auto;
}

#bodytext { 
	width: 900px; 
	margin:20px 0px 30px 0px; 
}

#header { 
	width: 900px; 
	height: 60px; 
	margin: 0 auto; 
	border-bottom:5px solid #003399; 
}

#menu  { 
	float: right; 
	margin:10px 0px 0px 0px;
	/*padding: 10px 0px 0px 0px;*/
	padding: 23px 0px 0px 0px;
	list-style: none;
}

#menu li { 
	display: inline; 
}

#menu a { 
	display: block; 
	float: left; 
	margin: 0px 0px 0px 10px; 
	padding: 0px;
  padding-right: 0px; 
	text-decoration: none; 
	font-size: 11px; 
	color: #000000; 
}

a.mainlevel { 
	display: block; 
	float: left; 
	margin-left: 0px; 
	padding: 5px; 
	text-decoration: none; 
	font-size: 12px; 
	color: #000000; 
}

#menu a:hover { 
	color: #003399; 
}

#menu .active a { 
	color: #003399;
}

#headerimage { 
	clear: both; 
	width:900px; 
	margin: 0 auto;
}

.image { 
	width: 900px;
	height: 151px; 
	margin-top:20px;
}

#submenubar { 
	clear: both;
	height: 30px; 
	text-align:center; width:900px; 
	background:#FFFFFF url(../images/submenu.png) no-repeat;
}

.horiz-menu { 
	padding-top:7px;
}
.horiz-menu a{ 
	color:#000; 
	text-decoration:none; 
	margin-left:10px; 
	background: transparent url(../images/arrowblue.png) 0% 60% no-repeat; 
	padding-left:10px;
}
.horiz-menu a:hover {
	color: #003399; 
}

#footer { 
	clear: both; 
	width: 870px; 
	margin: 0 auto; 
	padding: 15px; 
	border-top: 1px solid #003399; 
	text-align:center;
}	

#footer a { color: #808080; 
	font-weight: bold; 
}


/*typography and image style*/
h1 { 
	font-size: 3em; 
	font-weight: normal; 
	float: left; 
}

h1 a { 
	text-decoration: none; 
}

h2 { 
	font-size: 16px; 
	color: #FFF2B3; 
	font-weight: normal; 
	margin: 0 0 .8em; 
}

h3 { 
	font-size: 14px; 
	margin: 0 0 .8em; 
}

p {
	margin: 0; padding: 0;
	margin-bottom: 10px; 
	line-height: 20px; 
}

a { 
color: #003399;
text-decoration:none;
}

a:hover { 
	color: #003399; 
	text-decoration: underline; 
}

img { 
	border: 0; 
}

/*color: #003399*/

table.contentpaneopen fieldset {
	border: 0;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #ddd;
}

td.contentheading, .componentheading {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}


ol li {
	padding: 5px;
	line-height: 22px; 
}

ul li {
	line-height: 22px; 
}

td.sectiontableentry{
	padding-bottom: 3px;
}
a.sectiontableentry{
	line-height: 20px;
}