@charset "UTF-8";
/* CSS Document */
body {margin:0; padding:0px; border:0; width:100%; text-align:center; height:100%; overflow-y:auto;}

#menu1 a:visited {text-decoration: none; color: blue}
#menu1 a:active  {text-decoration: none; color: blue}
#menu1 a:hover   {text-decoration: underline; color: blue}
#menu1 a{text-decoration: none; color: blue}

.list_image {
	
	text-align:left;
	padding:5px;
}

.list_image hr {
	color:#660
	background-color: #660;
	height: 5px;
}

.list_image h1 {
	padding-bottom: 10px;
	text-align:left;
}
.list_image h2 {
	padding-bottom: 10px;
	text-align:left;
}



.input1 {
	width: 220px;
	display: block;
}
.input2 {
	width: 460px;
	display: block;
}
.input3 {
	width: 100px;
	display: block;
}
.select3 {
	width: 100px;
	display: block;
}
button {
	font-size:24px;
	width:auto;
	background-color:#0C3;
	border:thin;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}


.container {
	width:100%;
	top:0px;
}
	
.right {
	position:fixed;
	right:0px;
	width:210px;
	height:100%;
	overflow:scroll;
	overflow-Y:scroll
	
}

.top-comments {
	position:float;
	float: right;
	top:50px;
	bottom:40px
}

.top {
	display:block; 
	top:0px; 
	left:0px; 
	width:100%; 
	position:fixed; 
	border:0px; 
	padding:0px; 
	text-align:center;
}
.bottom {
	display:block;
	bottom:0px; 
	left:0px; 
	width:100%; 
	border:0px; 
	padding:0px; 
	text-align:center;
}


.center {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:1030px;
	height:100%;
	padding:0px
	
}

.register{
display:block;
border: 1px solid #999;
height: 35px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;

}

.prevnext {
	font-size:22px;
}

.smalltxt {
	font-size: 11px;
}
.small {
	font-size: 12px;
}
.tiny {
	font-size: 9px;
}
.grey {
	color:#CCC
}
.green {
	color:#0C3
}
.orange {
	color:#F90
}
.red {
	color:#F00
}

h1 {
 margin: 0;
 margin-bottom: 4px;
 color: #FFFFFF;
 font-size: 18pt;
 font-family: Arial, Helvetica, sans-serif
}

h2 {
	 margin: 0;
	 margin-bottom: 4px;
	 color: #ccc;
	 font-size: 14pt;
	 font-family: Arial, Helvetica, sans-serif
}

.greenAd {
	background-color: #BBFEA5;
	border-width: 0;
	color: #0000CC;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif
}

a:visited {color: #FFFF00}
a:active  {color: #FFCC00}
a:hover   {color: #FFCC00}
a{text-decoration: none; color: #FFFF00}

.FuglyOrNotTextField {
	background-color: #FFFFFF;
	border-width: 2;
	color: #000033;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif
}

.LightTan {
	background-color: #CCC9A6;
	border-width: 3;
	color: #000000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif
}

.DarkBrown {
	background-color: #333300;
	border-width: 3;
	color: #CCCCCC;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif
}

body {
	background-color: #999966;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.wingnut {
	width: 500px;
	height: 40px;
	background-color: #FFFFFF;
	margin-top: -40px;
	position: absolute;
}
.crop { overflow:hidden; } 
.crop img { margin-bottom:-24px; }
.cf { border:thin; border-style:solid; width:210px }