body,html{
	margin : 0;
/*	background-repeat : no-repeat; 	*/
/*	background-color: rgb(000,128,192);*/
	background-color:#FFFFFF;
	background-image:url('../imgs/322/cfdbf7bg1.gif');
	cursor : url('../cursors_and_icons/blue_cursor2.cur'), default;}
	
div{
	font-family : verdana, tahoma, arial, monospace; 
	font-size : 10px; 
	color : #000000; 
	background-color : transparent; 
	line-height : 12px;}

p{
	text-indent : 0; 
	margin-top : 20px; 
	margin-bottom : 20px; 
	margin-left : 0; 
	margin-right : 0;}

img.withmargin{
	border : 1px solid black; 
	padding : 0; 
	margin : 4px;}

a:link{
	color : #00008b; 
	text-decoration : none; 
	background-color : transparent;}

a:visited{
	text-decoration : none; 
	color : #0000ff; 
	background-color : transparent;}

a:hover{
	color : #000080; 
	background-color : #92c5fe;}

a.nohover:hover{
	background-color : transparent;}

#quotebox{
	position : absolute; 
	left : 50px; 
	top : 76px; 
	width : 600px; 
	height : 12px; 
	clip : rect(0,600px,12px,0);
	background-color:#FFFFFF;
	overflow:hidden;
	color : #cfdbf7;
	z-index:1;}
	
#header{
	position : absolute; 
	left : 50px; 
	top : 90px; 
	width : 600px; 
	height : 10px; 
	clip : rect(0,600px,10px,0);
	background-image : url('../imgs/322/eak2k2.gif'); 
	background-repeat : no-repeat; 
	background-position : 2px 2px; 
	background-color : #cfdbf7; 
	color : #cfdbf6;
	z-index:3;}

#footer{
	position : absolute; 
	left : 50px; 
	top : 350px; 
	width : 600px; 
	height : 10px; 
	clip : rect(0,600px,10px,0); 
	background-image : url('../imgs/copy2.gif'); 
	background-repeat : no-repeat; 
	background-position : 2px 2px; 
	background-color : #cfdbf7; 
	color : #cfdbf6;
	z-index:3;}

/*
#ruler{
	position:absolute; 
	left : 50px; 
	top : 47px; 
	width : 400px; 
	height : 10px; 
	clip : rect(0,400px,10px,0);
	background-image : url('../imgs/horzruler2.gif'); 
	background-repeat : repeat-x; 
	border:1px solid #000000;
	overflow : hidden; 
	z-index : 4;
	-moz-opacity:40%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity='40');}
*/

#scrollCon{
	position : absolute;
	left :590px;
	top : 360px;
	background-color:#FFFFFF;
	text-align:center;
	visibility:hidden;}

#menu{
	position : absolute; 
	left : 655px; 
	top : 75px;
	padding : 0; 
	width : 150px; 
	float : left; 
	clear : right;
	z-index : 2;
}

	
#fadebarl{
	position : absolute; 
	left : 50px; 
	top : 76px; 
	width : 22px; 
	height : 12px; 
	clip : rect(0,22px,12px,0);
	z-index:2;}

#fadebarr{
	position : absolute; 
	left : 628px; 
	top : 76px; 
	width : 22px; 
	height : 12px; 
	clip : rect(0,22px,12px,0);
	z-index:2;}

#fadebar1{
	position:absolute;
	left:50px;
	top:100px;
	width:600px;
	height:22px;
	clip:rect(0px,600px,22px,0px);
	overflow:hidden;
	z-index:2;}

#fadebar2{
	position:absolute;
	left:50px;
	top:328px;
	width:600px;
	height:22px;
	clip:rect(0px,600px,22px,0px);
	overflow:hidden;
	z-index:2;}

.date{
	color : #5e92e8;
	font-weight : 600;
	background-color : transparent;
	border-bottom:1px inset #cfdbf7;
	/*filter:progid:DXImageTransform.Microsoft.DropShadow(color="#ff0000",offx=1,offy=1);*/
	}
	
.comment{
	color : #999999;
	background-color : transparent; 
	font-size:9px;
	font-style : italic;
	font-weight:100;}
	
	
	
	
/* form styles */


form{
	margin:0px;}

input{
	height:16px;}

textarea{
	height:74px;
	overflow:auto;}

input,textarea{
	width:125px;
	margin:1px;
	padding:1px;
	background-color:#cfdbf7;
	color:#000000;
	font-family:verdana, tahoma, arial, monospace; 
	font-size:10px; 
	vertical-align: middle;
	text-align : justify;
	text-indent : 2px;
	border:1px solid #000000;
	-moz-border-radius:0px;}

input.checkbox{
	width:25px;
	height:25px;}
	
input.radio{
	width:25px;
	height:25px;}
	
input.button{
	color:#000000;
	background-color:#cfdbf7;
	height:20px;
	vertical-align: middle;
	text-align : center;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#cfdbf7', startColorstr='#ffffff', gradientType='0');}
	
input[type=checkbox]:hover,input[type=radio]:hover{
	background-color:#b22222;
	color:#ffffff;}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover{
	background-color:#b22222;
	color:#ffffff;}

input[type=button]:active,input[type=checkbox]:active,input[type=radio]:active{
	background-color:#ff0000;}