/* This is a style sheet for main page */
body {
	background-attachment:fixed;
	background-position: center top; 
	background-color: #fff;
	font-family: sans-serif;
	background-image:url('green.jpg');
}

th {
	font-size: 2em;
	color: #fff;
	background-color: #900;
}

.blue {
	font-size: 1em;
	text-align: center;
	color: #fff;
	background-color: #009;
}

.tdlink {
	font-size: 1em;
	text-align: center;
	color: #fff;
	background-color: #009;
}

.text1 {
	font-size: .8em;
	color: #000;
	text-align: left;
}

.apptext1 {
	font-size: .8em;
	color: #eee;
	text-align: left;
}

.text2 {
	font-size: 1em;
	text-align: center;
	color: #000000;
}

.text3 {
	font-size: 1.5em;
	text-align: center;
	color: #000000;
}

.text4 {
	font-size: 1.5em;
	text-align: center;
	color: #fff;
}

.text5 {
	font-size: 1em;
	text-align: center;
	color: #DD0000;
}

.text6 {
	font-size: 1em;
	color: #F00;
	/*display:inline;*/
}

.text7 {
	font-size: 1.1em;
	color: #d00;
	text-align: left;
}

.text9 {
	font-size: 0.9em;
	color: #d00;
	text-align: center;
	line-height: 1.5em;
}

.text9 a:link{
	color: #e00;
}

.text9 a:visited{
	color: #e00;
}

.text8 {
	font-size: 1.5em;
	color: #FFF;
	text-align: left;
	font-style: bold;
}

.top a:visited {
	color: blue;
}

.top a:link {
	color: blue;
}

.top {
	color: blue;
}

.red {
	color: #d00;
}

#counter {
	height: 630px;
	position: relative;
}

#wrapper {
	width: 860px;
	padding-top: 1em;
	float:left;
	/*max-width: 90%;*/
	margin: 0 auto;
	/*border-top: thin solid #DDDDFF;*/
}

.picsmenu {
	width: 860px;
	background: #fff;
}

#header {
	width: 60em;
	max-width: 90%;
	height: 60px;
	vertical-align: middle;
	text-align:center;
	background-color: #FFF;
}

#headnav {
	width: 60em;
	max-width: 90%;
	height: 50px;
	vertical-align:middle;
	text-align:center;
	background-color: #FFF;
}

#mainNav {
	width: 20em;
	max-width: 23%;
	float: left;
	background-color: #DDDDFF;
	padding-left: .2em;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: .8em;
}

#content {
	width: 60em;
	height: 30em;
	font-size: 1em;
	text-align: left;
}

#contentsch {
	width: 60em;
	height: 76em;
}

#mainContent {
	width: 23em;
	height: auto;
	float: left;
	/*background-color: #DDFFDD;*/
	border-top: thin solid #0000FF;
	background-color: #cff;
	padding: 1em;
}

#mainContentSch {
	width: 26em;
	height: auto;
	float: left;
	/*background-color: #DDFFDD;*/
	border-top: thin solid #DDDDFF;
	background-color: #ddf;
	padding: 1em;
}

#mainContentApp {
	width: 830px;
	/*height: 34em;*/
	float: left;
	color: #fff;
	/*background-color: #DDFFDD;*/
	border-top: 4px solid #900;
	border-bottom: 4px solid #900;
	background-color: #009;
	padding: 1em;
	display: block;
}

#mainContentApp a:link{
	color: #fff;
}

#mainContentApp a:visited{
	color: #ddd;
}


#mainContentInf {
	width: 800px;
	background-color: #fff;
/*	height: auto;*/
	text-align: left;
	/*background-color: #bbe;*/
	padding: 1em;

}

#secondaryContent {
	width: 23em;
	height: auto;
	padding: 1em;
	float:right;
	background-color: #dfd;
}

#secondaryContentSch {
	width: 26em;
	height: auto;
	padding: 1em;
	float:right;
	background-color: #dfd;
}

.picleft {
	float: left;
	border: 0.1em solid #FFF;
	margin-right: 1em;
}

.picright {
	float: right;
	border: 0.1em solid #FFF;
	margin-left: 1em;
}

#textright {
	width: 20em;
	float: right;
	height: 20em;
	display: inline;
}

#universe {
width: 860px;
margin: auto;
}

#footer {
	width: 860px;
	float:left;
	/*max-width: 80%;*/
	text-align:center;
	color: #fff;
	border-top: thin solid #DDDDFF;
	display: block;
}
