﻿
div#top {
	width: 100%;
	height: 34px;
	position: relative;
	top: 0;
	background: rgb(0, 0, 0);
	border-bottom: 2px solid #005382;
	text-align: center;
}

	div#top span {
		width: 900px;
		font-family: Tahoma, Arial, Sans-serif;
		font-size: 12px;
		margin: 0 auto;
		float: left;
		margin-top: 10px;
		color: rgb(0, 0, 0);
	}
	
		div#top img {
			border: 0;
		}
	
		div#top span a {
			color: rgb(255, 255, 255);
			text-decoration: none;
			font-weight: bold;
		}
		
			div#top span a:hover {
				color: rgb(192, 192, 192);
			}

div#page-container {
	width: 800px;
	margin: 0 auto;
	margin-top: 25px;
}

	div#header {
		border-bottom: 1px dotted rgb(192, 192, 192);	
		padding-bottom: 10px;
	}
	
		div#header span.title {
			font-size: 4em;
			font-family: Tahoma, Arial, Sans-serif;
			display: block;
		}
		
			span.title sup {
				font-size: 30px;
			}
		
		div#header span.subtitle {
			font-size: 1em;
			font-family: Tahoma, Arial, Sans-serif;
			display: block;
			color: rgb(33, 73, 101);
		}
	
	div#slideshow-wrapper {
		
		/*padding: 10px;*/
		/*border-bottom: 1px dotted rgb(192, 192, 192);*/
	}
	
		div#slideshow-wrapper div {
			margin: 0 auto;
		}
	
	div#content {
		/*border-bottom: 1px dotted rgb(192, 192, 192);*/
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: Tahoma, Arial, Sans-serif;
		line-height: 25px;
	}
	
		div#content h1 {
			font-size: 20px;
			background: rgb(240, 240, 240);
			padding: 10px;
		}

		div#content a {
			text-decoration: none;
			color: rgb(0, 74, 130);
		}
		
			div#content a:hover {
				text-decoration: underline;
			}
		
		div#content span {
			display: block;
			font-weight: bold;
		}
		
		div#content pre {
			background: rgb(240, 240, 240);
			border: 1px dotted rgb(0, 0, 0);
			padding: 10px;
		}
		
		div#content dt {
			font-weight: bold;
		}
		
		div#content dd {
			margin-bottom: 15px;
		}

div#footer {
	bottom: 0;
	background: rgb(0, 0, 0);
	width: 100%;
	height: 25px;
	position: fixed;
	border-top: 2px outset #005382;
	color: rgb(100, 100, 100);
	text-align: center;
	padding-top: .5em;
}


	div#footer span {
		font-family: Tahoma, Arial, Sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	
		div#footer span a {
			color: rgb(255, 255, 255);
			text-decoration: none;
		}
		
		div#footer span a:hover {
			color: rgb(192, 192, 192);
		}

div.clearfix {
	height: 4em;
}
/*-------------------------------------------------------------------*/
/**
 * slideshow.css
 * Released with Slideshow 1.5.0 / May 2008
 * 
 * Defines styles for the Slideshow pause message
 * and the Slideshow title bar.
 */

div#slideshow-title {
	
	/* appearance */
	background: rgb(255, 255, 255);
	opacity: 0.8;
	*filter: alpha(opacity=80);
	
	/* positioning */
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	padding: 8px 0 4px 0;
	
	/* text style */
	color: rgb(0, 0, 0);
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial, Sans-serif;

}

	div#slideshow-title span {
		margin-right: 10px;
		margin-left: 10px;
	}

div#slideshow-pause {
	
	/* appearance */
	background: rgb(0, 0, 0);
	padding: 4px;
	border-left: 1px outset rgb(0, 0, 0);
	border-right: 1px outset rgb(0, 0, 0);
	border-bottom: 1px outset rgb(0, 0, 0);
	
	/* text style */
	color: rgb(255, 255, 255);
	font-variant: small-caps;
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
}
