@charset "utf-8";
/* CSS Document */

body {
	margin:auto 0;
	background-color:#666;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	border: #09C;
	width:900px;
	height:600px;
	background: -webkit-linear-gradient(#99FFFF, #FFF, #99FFFF); /* For Safari */
	background: -o-linear-gradient(#99FFFF, #FFF, #99FFFF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#99FFFF, #FFF, #99FFFF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#99FFFF, #FFF, #99FFFF); /* Standard syntax */
}

#wrapperS {
	margin-left:auto;
	margin-right:auto;
	border: #09C;
	width:900px;
	height:745px;
	background: -webkit-linear-gradient(#99FFFF, #FFF, #99FFFF); /* For Safari */
	background: -o-linear-gradient(#99FFFF, #FFF, #99FFFF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#99FFFF, #FFF, #99FFFF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#99FFFF, #FFF, #99FFFF); /* Standard syntax */
}

#header {
	width:auto;
	height:80px;
	padding:20px;
	text-align:center;
}

#header table {
	margin:0 auto;
	width:900px;
	text-align:center;
}

#header a {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#006;
	font-weight:bold;
	text-decoration:none;
}

#header a:hover {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#006;
	font-weight:bold;
	text-decoration:underline;
}


.titletext {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:21pt;
	color:#666;
	font-weight:bold;
}

.navText {
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#006;
	font-weight:bold
}

#navCurrent {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#006;
	font-weight:bold;
	text-decoration:underline;
}


#content {
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:390px;
	padding-top:5px;
}

#contentS {
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:537px;
	padding-top:3px;
}

#contentS h1{
	text-align:center;
	font-style:italic;
}

#content h1{
	text-align:center;
	font-style:italic;
}

#content p{
	text-align:left;
	font-size:16pt;
}

#contentS p{
	text-align:left;
	font-size:16pt;
}

#footer {
	height:125px;
	width:auto;
	background-color:#006;
}

