@charset "utf-8";
/* CSS Document */

body {
	text-align:center; 
	margin:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.2em;
}

img {border:0px;}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}

.line {border-bottom:1px solid #ebebeb;padding:5px 0;margin:10px 0;}
a.line-top-anchor {border-top:1px solid #ebebeb;padding:7px 0;margin:10px 0;background:url(/images/top-anchor.gif) no-repeat bottom right;display:block;}
.blue {color:#464973;}

h1 {
	font-size:140%;
	color:#333;
}
h2 {
	font-size:120%;
	color:#666;
}

a.skipNav {display: none;}

#container {
	text-align:left;
	width:774px;
	margin:20px auto 0px auto;
	overflow:hidden;
	height:1%;
	background:url(../images/main-images/background.gif) no-repeat 6px 0px;
	position:relative;
	min-height:400px;
	_padding-bottom:90px;
}

#header {
	overflow:hidden;
	height:1%;
}
#logo {
	float:left;
}
#header-right {
	float:right;
	width:582px;
}
#header-right ul {
	list-style:none;
	text-align:right;
	padding:0;
	margin:0;
}
#header-right ul li {
	display:inline;
}
#header-right ul li a {
	color:#515058;
	text-decoration:none;
	font-size:85%;
	margin-left:17px;
}
#header-right ul li a:hover {
	text-decoration:underline;
}

#menu {
	float:left;
	width:192px;
	margin-top:10px;
}

#menu ul {
	list-style:none;
	text-align:right;
	padding:0;
	margin:0 16px 0 0;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	color:#05055d;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	display:block;
	padding:3px 0;	
}
#menu ul li a:hover {
	color:#b11119;
}
#menu ul li a.selected {
	color:#b11119;
}

#menu ul li ul  {
	margin:0;
}

#menu ul li ul li a {
	margin:0;
	font-size:85%;
	font-weight:normal;
	padding:1px 0;	
}
#menu ul li ul li a.selected {
	color:#b11119;
	font-weight:bold;
}

h1.graphic {
	position:relative;
	margin:0;
}

h1.graphic div {
	position:absolute;
	margin-left:-1500px;
}


#body {
	float:right;
	width:582px;
}

#body a {
	font-weight:bold;
	color:#05055d;
}
#body a:hover {
	text-decoration:none;
	color:#b11119;
}

#body-left, #body-full {
	margin:10px;
	color:#646464;
	font-size:85%;
	font-family:verdana;
}
#body-left {
	width:379px;
}
#body-left #news {
	margin-left:-100px;
	width:150px;
	float:left;
	margin-right:20px;
	text-align:right;
}

#footer {
	margin-top:40px;
	background-color:#c6c6c6;
	min-height:125px;
	text-align:center;
}
#footer-content {
	text-align:right;
	width:774px;
	margin:auto;
	padding:17px 0;
	font-size:85%;
	color:#FFF;
}

/* table styles */

.toc {
	font-size:95%;
}
.toc th {
	background-color:#ebebeb;border-top:2px solid #ff6600;
}
#body .toc th a {
	color:#343434;
}
.toc td {
	background-color:#f5f5f5;
	height:60px; /* this is in here because on one of the rows, the text wrapped onto two lines making the next row have a different height */
}
#body .toc td a {
	text-decoration:none;
}

#search {width:160px; position:absolute; right:15px; background-color:#FFFFFF; background:url(../images/search-back.gif) repeat-y; top:110px;}
#search .inner {margin:5px; text-align:right; font-size:0.8em; color:#666666;}
#search input {margin-bottom:5px;}
#search #searchBox {width:145px; border:1px #999999 solid; background:url(../images/seach-box.gif) no-repeat; color:#666666;}
