body	{
	background-color: White;
	font-family: Nimrod, Tahoma, Verdana, Algerian, "MS Sans Serif", Arial, "Times New Roman";
	font-size: medium;
}

#navbar	{
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	line-height: 250%;
	font-size: 75%;
	max-width: 90%;
}

em	{
}

#navbar em	{
	color: Red;
	font-size: 125%;
	font-weight: bolder;
}

a:active	{
	color: #339933;
	background: Purple;
}
/*
a:visited	{
	background: Teal;
	color: #3366FF;
}
*/
a:hover	{
	background: #FF3300;
	color: #FFFF33;
}

#container{
	background-color: transparent;
	background-color: White;
	width: 100%;
}

#top	{
	background-color: White;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.75em;
	border-top: 2px solid teal;
	border-bottom: 2px solid teal;
}

#maincontent	{
	background: White;
	text-align: justify;
	font-size: 1.1em;
	line-height: 150%;
	padding: 0.75em;
	color: #000066;
	margin-top: 2%;
	height: auto;
	border-style: double;
	border-color: Red;
	border-width: 3px; 

}

#footer	{
	background-color: #FFFF99;
	text-align: center;
	vertical-align: middle;
	line-height: 250%;
	font-size: 0.90em;
	color: #663399;
	width: 100%;
	border-top: 2px solid teal;
	border-bottom: 2px solid teal;
}

#footer em	{
	color: Red;
	font-size: 145%;
	font-weight: bolder;
}


#leftbox	{
	background-color: White;
	width: 250px;
	float: left;
}

h1{
	font-size: 3em;
	border: #3300FF;
	border-bottom-width: medium;
	letter-spacing: .3em;
	color: #000099;
}

h2 {
	letter-spacing: 2px;
	color: Teal;
	font-size : 1.2em;/*
	line-height: 145%;*/
	vertical-align: middle;
}

h3 {
	font: normal italic 1.15em Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	font-style: oblique;
	margin-bottom: 0px;
	color: #0000CC;
}

h4 {
	font: normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .03em;
	color: #000099;
	font-size : 1.0em;
	line-height: 125%;
	vertical-align: middle;
	text-align: left;
}

h5 {
	font: normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .025em;
	font-size: .90em;
	color: #000099;
	line-height: 95%;
	vertical-align: middle;
	text-align: left;
}

h6	{
	font: Wingdings;
	font-size: 1.6em;
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
}
#navmenu	{
	background-color: #FFCC33;
	width: 90%;
	left: 5%;
	text-align: left;
	line-height:150%;
	margin-bottom: 3%;
	margin-right: 3%;
	border-left: 5px ridge #66FF66;
	border-top: 5px ridge #66FF66;
	border-right: 5px ridge #66FF66;
	border-bottom: 5px ridge #66FF66;
	
}
/*
li {
	font-size: 80%;
	color: #000099;
	list-style-type : circle;
	list-style-position : outside;
	line-height: 250%;
	font-style: italic;
	font-weight: bolder;
	}*/
	
.red {line-height: 200%;
	color: Red;
	font-weight: bold;
}
