body {
	margin:0;
	padding:0;
	background-color:#EAE9DF;
	color:#333333;
}

/*
header navigation
*/
#header {
	width:100%; height:95px; margin:0; padding:0;
	text-align: center;
}
#header div.center {
	width:870px; height:95px; margin:0 auto;
	text-align: left;
	background-image: url(images/header_background.png); background-repeat: no-repeat;
}
#header div.logo {
	margin:0 50px;padding:0; height:80px; width:300px;
}
#header div.toplink {
	margin:5px 0 0 0; padding:0 70px 0 0; height:25px; float: right;
	font-size:12px; color: #FFFFFF;
}
#header div.toplink a {
	line-height:25px;
	 font-size:12px; color:#FFFFFF;
}
#header form {
	clear: right; margin:18px 65px 0; padding:0; float:right;
	text-align: right;
}
#header form input {
	vertical-align: middle; line-height: 1em;
}


/*
body
*/
#body {
	margin:0;
	padding:0;
	text-align: center;
}
#body table.center {
	width:870px; margin:0 auto;
	text-align: left;
	background-image: url(images/body_background.png); background-repeat: repeat-y;
}
#body td {
	border:none;
	/*border:1px solid #FF0000;*/
	vertical-align: top;
	padding:0;
}
#body td.leftEdge {
	background-image: url(images/body_edge_left.png); background-repeat: no-repeat; background-position: left top;
}
#body td.rightEdge {
	background-image: url(images/body_edge_right.png); background-repeat: no-repeat; background-position: right top;
}

#sitemap {
	margin:0;
}
#sitemap table {
	width:100%;
}
#sitemap th {
	font-weight: normal; font-size:12px;
	color:#FFFFFF; background-color:#5BA3E0;
	vertical-align:middle;
	border-bottom: 1px solid #CCCCCC;
	padding:0 5px;
	text-align: left;
}
#sitemap td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding:1px 5px;
}
#sitemap .title {
	width:250px;
}
#sitemap .page {
	width:40px;
	text-align:right;
}

.link {
	margin:-4px 2px 8px;
	padding:0 6px;
	line-height:1em;
	font-size:12px;
	border-left:12px solid #AAAAAA;
}
.link a {
	line-height: 1em;
	font-size:12px;
}

#body div.searchBox {
	margin:5px 5px 10px; padding:5px 20px;
	background-image:url(images/searchbox_background.png);
	background-color:#B2C1D1;
}
#body div.searchBox p {
	text-align: center;
	margin:0; padding:0;
	font-size: 12px;
}
#body div.searchBox strong {
	font-size: 12px;
}
#body div.searchBox table td {
	padding:0 5px 0 0;
	border:none; vertical-align: bottom;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
}
#body input {
	font-weight:normal;
	vertical-align: middle;
	line-height: 1em;
}

/* sub content */
#column {
	line-height:1.5em;
	color:#13100C;
}
#column ol {
	padding:8px 0 12px; margin:0;
}
#column ol li {
	list-style-type: none; list-style-image: none; list-style-position: outside;
	margin:0; padding:0 27px; height: 27px;
	line-height: 27px; vertical-align: middle;  font-size: 11px; font-weight: bold; text-align: center;
	background-image: url("images/li_round_background.png"); background-repeat: no-repeat;
}
#column ol li a {  font-size: 11px; line-height: 27px; }

#column h2 {
	margin:0; padding:8px 0 0; clear:left;
	line-height:1em; color:#5BA3E0; font-size:10px; text-align: center;
	border:none;
	border-top: 1px dotted #999999;
}
#column h2 a { color:#5BA3E0; font-size:10px; line-height:1em; }
#column h3 {
	margin:8px 0 0;
	padding:5px 0 0;
	font-size:14px;
	font-weight:normal;
	border-top:1px dotted #CCCCCC;
}
#column h6 {
	color:#999999;
	margin:0;
	padding:0 0;
	font-size:11px;
	font-weight:normal;
	
	text-align:center;
}
#column p {
	font-size:14px;
	margin:2px 5px 2px 0;
	padding:0;
}
#column ul {
	margin:5px 0; padding:0;
}
#column ul li {
	list-style-type: none; list-style-image: none; list-style-position: outside;
	 font-size:12px; line-height:38px; vertical-align: middle;
	height:38px; width:205px; margin:0; padding:0; text-indent:12px; overflow: hidden;
	background-image: url("images/li_blue_background.png"); background-repeat: no-repeat;
	border:none;
}
#column ul li.blue { background-image: url("images/li_blue_background.png"); }
#column ul li.green { background-image: url("images/li_green_background.png"); }
#column ul li.yellow { background-image: url("images/li_yellow_background.png"); }
#column ul li.red { background-image: url("images/li_red_background.png"); }
#column a {
	 font-size:12px;
}
#column hr {
	margin:0;
}

#column div.info {
	margin:0;
	font-size:12px;
	color:#666666;
}

div.bookmark {
	margin:17px 5px 18px;
	line-height: 1.2em;
	font-size:90%;
	padding:0 2px;
}
div.bookmark h3 {
	background:none;
	margin:0 0 3px;padding:0;
}
div.bookmark h3 a { text-decoration:underline; }
div.bookmark h3 a:link,
div.bookmark h3 a:active,
div.bookmark h3 a:hover { color:#0000FF; }
div.bookmark h3 a:visited { color:#990099; }
div.bookmark p { margin:0; line-height: 1.2em; }
div.bookmark p.url { margin-left:2px; color:#009900; font-size:12px;  }

.folder {
	border:1px solid #ADD1F0;
	background-color: #FFFFFF;
	background-image:url(images/folder_background.png);
	background-repeat: repeat-x;
	padding:0 3px 1px;
	margin:15px 5px 0;
}
.folder h5 {
	margin:3px 0 2px; padding:3px 5px 4px;
	line-height:1em; font-size:13px; clear:left;
	background-image:url(images/folder_title_background.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.folder h5 a {
	margin:0; padding:0;
	line-height:1em; font-size:13px; color:#FFFFFF;
}

/*
footer
*/
#footer {
	padding:0; clear:both;
	font-size:12px; line-height:1.4em; text-align: center; color:#666666;
}
#footer div.center {
	width:870px; height:135px; margin:0 auto; padding:20px 0;
	text-align: left;
	background-image:url(images/footer_background.png); background-repeat: no-repeat;
}
#footer p {
	font-size:12px; line-height:1.3em;
	margin:0 0 5px; padding:0 55px;
}
#footer strong {
	font-size:12px;
}
#footer a {
	font-size:12px;
}

.float_right {
	float: right;
	text-align: right;
}

/*
span classes
*/
span.url { color:#009900; }
span.small { font-size: 80%; }
span.red { color: #ff0000; }
span.blue { color: #0000ff; }
span.gray { color: #808080; }


/*
display:none
*/
#footer_for_print { display:none; }