
html {
	height:100%;
}
body {
	font-family:verdana,arial,sans-serif;
	font-size:0.8em;
	height:100%;
	margin:0;
	color:#8f9cc8;
	background-color:#1c2440;
}

img {
	border:0
}

a,
a:visited {
	color:#bdc6e6
}
a:hover {
	color:#bdc6e6
}



#height-pad{
	padding-bottom:50px; /* stops bottom-bar from overlaying lower-content when the browser height shrinks.*/
}

hr,
.bottom-bar{
	border-width:1px 0 0 0;
	border-style:dotted;
	border-color:#35426e;
}

.bottom-bar{
	padding-top:2px;
	color:#35426e;
	height:34px;
	margin: -38px 0;
	font-size:0.8em;
	line-height:1.5em;
	text-align:center;
	background-image: url(/images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:right bottom;
}

.bottom-bar div.center{
	margin:0px auto;
	width:12em;
	text-align:center;
}

.bottom-bar img.rss{
	vertical-align:middle;
}
.bottom-bar #left{
	float:left;
	margin:8px 8px;
	text-align:left;

}
.bottom-bar #right{
	float:right;
	margin:8px 8px;
	text-align:right;
}
.bottom-bar a,
.bottom-bar a:visited {
	color:#5c688f;
}
.bottom-bar a:hover {
	color:#8f9cc8;
}


.bg{
	min-height:100%;
	_height:100%;
}

#top-bar{
	/*height:115px;*/
	background-image: url(/images/topbar_bg.png);
	background-repeat:repeat-x;
	background-position:right top;
}

#top-bar #logo-bar{
	height:82px;
	text-align:right;
}

#top-bar #logo{
	float:right;
	margin:32px 32px 0 0;
}


#top-bar #tabs{
	clear:both;
	margin-left:10px;
	width:730px;
	height:30px;

}

#top-bar #tabs div.tab{
	float:left;
	width:96px;
	height:30px;
	margin:5px 2px 0 0;
	padding:0 0 5px 0;
	text-align:center;
	color:#bdc6e6;
}

#top-bar #tabs div.tab#current{
	border-color:#8f9cc8;
	border-style:dotted;
	border-width:0 0 1px 0;
	background-repeat:repeat-x;
	background-position:right top;
	background-image: url(/images/tab_active_bg.png);
	font-weight:bold;
}

#top-bar #tabs div.tab a,
#top-bar #tabs div.tab a:visited{
	text-decoration:none;
	color:#8f9cc8;
	background-repeat:repeat-x;
	background-position:right top;
	background-image: url(/images/tab_inactive_bg.png);
}
#top-bar #tabs div.tab a:hover{
	color:#bdc6e6;
	border-width:0 0 1px 0;
	border-color:#8f9cc8;
	border-style:dotted;
	background-image: url(/images/tab_active_bg.png);
}

#top-bar #tabs div.tab div{
	padding:5px;height:25px
}
#top-bar #tabs img{
	float:left;
	margin-top:5px;
	margin-right:2px;
}

/*

.bg hr{
	clear:both;
	border-width:1px 0 0 0;
	border-style:dotted;
}
*/


/*
#top-bar #tabs a:hover#tab0,
#top-bar #tabs #tab0,
.bg#bg0{
	background-color:#7f0000;
}

.bg#bg0,
.bottom-bar#bb0,
img{
	border-color:#e8abab;
	color:#e8abab;
}



*/
.tab-sheet{
	padding:15px 30px;
	line-height:1.5em;
}

.tab-sheet h1{
	font-weight:normal;
	font-size:1.8em;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#35426e;
	padding:0.7em 0 1em 0;
	margin:0 50% 1em 0;

}
.tab-sheet h2{
	font-weight:normal;

}

.tab-sheet p{
	line-height:1.5em;
	margin-bottom:1em;
}
.tab-sheet p.highlight{
	color:#bdc6e6;
}


.tab-sheet p.quote{
	font-family: Georgia,serif;
	font-style:italic;
	padding-left:40px;
	padding-right:40px;
}


