body {
	margin: 0px;
	padding: 0;
	font-family: Tahoma;
	font-size: 80%;
	background-color: #B7C0D0;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #1A3873;
	font-size: 29px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#slider {
	width: 740px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 320px;
	width: 740px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scroll2 {
	height: 500px;
	width: 740px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
	padding: 25px;
	height: 160px;
	width: 700px;
}

.scrollContainer2 div.panel {
	padding: 30px;
	height: 10px;
	width: 700px;
}

#shade {
	background: #B7C0D0 url(shade.jpg) no-repeat 0 0;
	height: 42px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
	display: inline;
	margin-right: 0px;
	color: #1A3873;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
	background-color: #1A3873;
	color: #FFFFFF;
}

ul.navigation a.selected {
	background-color: #fff;
	color: #1D3C70;
}

ul.navigation a:focus {
    outline: none;
}


.hide {
    display: none;
}

