body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/stars_background1.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}
a {color: #CC9900;}
a:visited {color:#996699;}
a:hover {color: #996633;}
a:active { color:#CCFFFF;}

/* ----------container to center the layout-------------- */
#container {
	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
	border: thick solid #333333;

}

/* ----------banner for logo-------------- */
#banner {
background-color: #333333;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:5px 0px;} 

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	padding: 10px;
	margin-left: 200px;
	margin-right: 0px;
	background-attachment: fixed;
	background-image: url(images/light_purple_back.jpg);
	background-repeat: repeat;
	border: thick solid #000000;
	text-align: center;



}
div#content {
	min-height:600px;
	height:expression(this;
	padding: 10px;
    .scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
	padding: 5px 10px;
	margin:0px;
	text-align: left;

}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;

}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }h4 {
	font-size: 9px;
	color: #CCCCCC;


}
h2 {
	color: FF0033;
	font-weight: bold;
	font-size: 24px;
}
.smallfieldcell {
	font-size: 14px;
	color: 660066;
	font-weight: bold;

}
.smalllabelcell {
	font-size: 12px;
	font-weight: bold;
}
.labelcell {
	font-size: 16px;
}
