/** CSS Stylesheet for testing */
html {
	height: 100%;
	}
body {
	height: 100%;
	background-color: #14295F;
	}
h1 {
	font:20px georgia;
	font-weight: bold;
	text-align: center;
	line-height:22px;
	color: #14285F;
	letter-spacing: 0.1em;
	padding-top: 30px;
	padding-bottom: 10px;
	}

h2 {
	font:16px georgia;
	font-weight: bold;
	text-align: center;
	line-height:18px;
	color: #14285F;
	letter-spacing: 0.1em;
	padding-top: 5px;
}

h3 {
	font:14px georgia;
	font-weight: bold;
	text-align: center;
	line-height:16px;
	color: #14285F;
	letter-spacing: 0.1em;
}
/** Classes */

.warning {
	text-align: center;
	font: 20px courier;
	font-weight: bold;
	color: #CC3300;
	}

.warning {
	text-align: center;
	font: 20px courier;
	font-weight: bold;
	}

.contentText {
	text-align: center;
	font: 12px georgia;
	line-height: 20px;
	color: #14285F;
	letter-spacing: 0.1em;
	width:350px;
	max-width: 350px;
	padding-bottom:30px;
	}
.sideTitle {
	text-align: center;
	font:13px georgia;
	font-weight: bold;
	color: #FFFFDD;
	line-height: 20px;
	letter-spacing: 0.1em;
	}
.sideText {
	text-align: center;
	font:11px georgia;
	color: #FFFFDD;
	line-height: 15px;
	letter-spacing: 0.1em;
	}

/** ID */
#stretchH {
	height: 100%;
	margin: 0px;
	}
#stretchW {
	width: 100%;
	}
#head {
	background-color: #02021E;
}
#logo {
	font:24px georgia;
	color: #FFFFDD;
	line-height:30px;
	letter-spacing:.4em;
	text-align: center;
	vertical-align: bottom;
	padding-bottom:10px;
	}
#tag {
	font:16px georgia;
	color: #99CCFF;
	line-height:20px;
	letter-spacing:.4em;
	text-align: center;
	vertical-align: top;
	padding-top: 5px
	}

#content {
	background-color:#FFFFDD;
	text-align: center;
	vertical-align: top;
	height: 100%;
	width: 100%;
	padding-left: 25px;
	padding-right:25px
	}

#content p {
	text-align: center;
	}
	
#content td {
	text-align: center;
	font-weight: bold;
	}

#content ul {

	list-style-position: outside;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#content li {
	display: block;
	margin-bottom: 10px;
	}

.bevel {
	border: 5px solid;
	border-color: #ACAC7F #63634A #63634A #ACAC7F;
	}
	
#sidebar {
	background-color: #14285F;
	vertical-align: top;
	height: 100%;
	max-width: 200px;
	}

#navigation a {
	font:12px georgia;
	color: #FFFFDD;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:40px;
	display:block;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	padding-left:25px;
	padding-right:25px;
	}
	
#navigation a:hover {
	color:#99CCFF;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#vert40top {
	height:40px;
	vertical-align:top;
	}
#contentText2 {
	font-family: 20px Georgia;
	color: #99CCFF;
	text-align: center;
	vertical-align: top;
	height: 100%;
	width: 100%;
}
