body {
	background-color: #780038;
	margin:10px 0px;
	padding:0px; 
	height: 500px;
	overflow: auto;
}

#menu1 {
	width: 200px;
	height: 500px;
}

#menu {
	width: 300px;
	height: 100%;
	position: absolute; 
	left: 0px; 
	top: 0px;
	text-align:left;
	margin-left: 0px;
	border: 0px solid black;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/block.gif);
	background-attachment: scroll;
	height: 100%;
}
	
#menutext {
	margin-left: 20px;
	margin-top: 30px;
}
	
#menu a {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	text-decoration: none;
}

#menu a:hover { 
	color: #FFB3AB;
	text-decoration: underline;
}

#content1{width: 100%;}

#content{	

			position: relative; 

			margin-left: 200px;
			bottom: 1010px;
			height: 500px;
			overflow: auto;
			border: 0px solid black;
			text-align:left;
			z-index: 2;}


H1 {
	font-family:verdana, arial;
	text-decoration: underline;
	text-transform: uppercase;
	font-size:22pt;
	color: #F9FAE9;
	font-weight:bold;
	text-align: center;
}


h2 {
	font-family: times new roman, arial;
	font-size: 14pt;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}
			
h3{ 	font-family: times new roman, arial;
				font-size: 12pt;
				color: #F9FAE9;
			}

span{ 	font-family: times new roman, arial;
				font-size: 10pt;
				color: #F9FAE9;
				text-align: left;
			}

li {
	font-family: times new roman, arial;
	font-size: 12pt;
	color: #F9FAE9;
	margin-top: 5px;
	text-align: left;
}

p, pre{
	font-family: times new roman, arial;
	font-size: 14pt;
	color: #F9FAE9;
	text-align: left;
}
			
#content span.int{ 	text-indent:10px
			}

a
{
	font-family: times new roman, arial;
	color: #FBFF95;
	text-decoration: underline;
}

a:hover { color: #FFB3AB; }

img
{
	border: 0px solid #000000;
}

input, textarea, select {
	font-family:comic sans MS, arial;
	font-size:9pt;
	font-weight:bold;
	font-style:normal;
	color:white;
	background-color:#780038;
	border-style:solid;
	border-width:1px;
	border-color:white;
	scrollbar-base-color:#921804;
	scrollbar-arrow-color: #FFFFFF;
}