#Heading {
	position:absolute;
	width:760px;
	 height: 80px;
	 top: 0;
	 left : 0;
	 background : White;
	 border-bottom : 5px groove Black;
}
#TopMenu {
	position:absolute;
	background-color : Red;
	top : 0px;
	 width:400px; 
	 height : 10px;
	 left : 0px;
	z-index:2;
}
#SideMenu {
	position:absolute; 
	width:150px; 
	top: 0px;
	height: 400px;
	background-color : #7FFFD4; 
	border : thin ridge Black;
	z-index:30;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FAEBD7;
}

#UserText{
	position:absolute; 
	border : thin solid Black;
	background-color : White;
	width : 500px;
	height : 600px;
	top : 190px;
	left : 210px;
	padding-left : 5px;
	padding-bottom : 2px;
	padding-right : 5px;
	padding-top : 2px;
	z-index : 100;
}
#right {
	right : 400px;
}
BODY {
   	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #f1eee9;
	font-family : Verdana, "Palatino Linotype", sans-serif;
}

A {
	color : #0000CD;
	text-decoration : none;
	font-size: 8pt; 
	/* was 12pt */
 	 font-weight: bold; 
	 background-color : transparent;
}

A:HOVER {
	color : Red;
	text-decoration : none;
	font-size:8pt; 
	/* was 12 pt */
 	 font-weight: bold;
	background-color : transparent;
}
.mainsection {
 	font-size: 12pt; 
 	 font-weight: bold; 
 	}
	.subsection	{
 	font-size: 8pt; 
 	font-weight: normal;
 	margin-left: 15px;
}
.folding {
 	cursor: hand; 
 	}
	H1 {
	
	font : normal Verdana Geneva Arial Helvetica sans-serif;
	color : Blue;
}

.normal {
    position : relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color : White;
   width: 650px;
	top: 23pt; 
	left: 3pt;
}

.normal1 {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

.normalbox      {
	position: relative;
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
	width : 650px;
	top : 23px;
	left : 0px;
	
}

.normalbox1      {
	position: relative;
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
	width : 650px;
	top : 23px;
	left : 0px;
	font-family: verdana;
	font-size: 9px;
/*	height : 1000px;*/

}
.normalbox2   {
	position: relative;
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
	width : 650px;
	top :23px;
	left :0px;
	font-family: verdana;
	font-size: 9px;
   /*height: 1500px;*/

}
.normalbox3      {
	position: relative;
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
	width : 300pt;
	top : 23px;
	left : 0px;
	font-family: verdana;
	font-size:10pt;
/*	height : 1000px;*/

}
.normalbox400      {
	position: relative;
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
	width : 590px;
	height : 400px; 
	top :23px;
	left : 0px;
}

.h1	{
	text-align: center;
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #880000;
}

.h3	{
	text-align: center;
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #880000;
}

.h6	{
   text-align: center;
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: InfoText;
}
.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}

a:link	{
	text-decoration: none;
	color: Black;
	background-color : transparent;
}

a:visited	{
	text-decoration: none;
	color: #726461;
	background-color : transparent;
}
/*
a:hover	{
	text-decoration: none;
	color: #841212;
	background-color: #fff0c0;
}
*/
a:active	{
	text-decoration: none;
	color: #ff0000;
	background-color : transparent;
}
.text {
	font-family: verdana;
	font-size:13px;
	font-weight: bold;
	color: Blue;
}
.pre{
	font-family: verdana;
	font-size: 11pt;
	width : 300pt;

}


