/*-------------------------------------------------------------------------
   MAIN STYLE (Body text and basic links)
   Gold is #FFCC66
   Blue is #336699
   
-------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	margin:20px 0 0 0;
	padding: 0px;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-left:5px;
	font-size:14px;
	line-height:20px;
	
}
h1 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}	
h2 {
	color:#336699;
}
a{
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {color:#FFCC66;}

/*-------------------------------------------------------------------------
   Divisions
-------------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	margin: 0px auto;
	border:1px solid #000000;
	padding:20px;
	text-align:center;
}

 	
#errormsg, #errormsg1 {
	font-weight:bold;
	color:#FFCC66;
	margin-left:5px;
}

#footer {
	width:100%;
	margin-top:20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
div#footer a {
	color:#336699;
}
div#footer a:hover {
	color:#FFCC66;
}	

#fullcol {
	width:100%;
}
#fullcol ul { 
	margin-right:20px;
	float:left;
	width:197px;
	list-style:square;
	list-style-position:inside;
	text-align:left;
}
#col0 {float:left; width:80px;}	

#hideform {
	display:none;
}
#detail{
	position:relative; 
	top:-250px; 
	left:430px; 
	width:245px; 
	border:#336699 2px solid; 
	padding:5px;
	color:#FFFFFF; 
	font-weight:normal; 
	font-size:12px;
	visibility:hidden;
	
}	
#star {
	margin:0px;
	padding:0px;
	height:175px;
	width:175px;
}
/*-------------------------------------------------------------------------
   Classes
-------------------------------------------------------------------------*/
.page {
	width:760px;
	background-image:url(img/bluevignsquare2.jpg);
	background-position:top left;
	background-repeat:repeat;
	color:#FFFFFF;
	margin-left:20px;
}
.goldbold {
	font-weight:bold;
	color:#FFCC66;
	font-size:14px;
}
.goldbold {
	font-weight:bold;
	color:#FFCC66;
	font-size:14px;
}
a.goldbold {
	color:#FFCC66;
}
a.goldbold:visited {
	color:#FFCC66;
}
a.goldbold:active {
	color:#FFCC66;
}
a.goldbold:hover {color:#FFFFFF;}
.in {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:3px;
	font-size:12px;
	line-height:normal;
	text-align:left;
}
.img a {border:none; text-decoration:none;}
.img a:hover {border:2px dashed #FFCC66; text-decoration:none;}
.img a:active {border:none; text-decoration:none;}

.emsg {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
.clear {clear:both;}
/*-------------------------------------------------------------------------
   Forms
-------------------------------------------------------------------------*/
fieldset{
	width:720px;
	margin-left:20px;
	margin-top:10px;
	border:none;
}
label{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}

input{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color:#CCCCCC;
	font-size:12px;
	border:1px solid #336699;
}
textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color:#CCCCCC;
	border:1px solid #336699;
	font-size:12px;
}
.submit input{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #336699;
	background-color:#ffcc66;
	border:2px outset #336699;
	font-size:12px;
	padding:2px;
} 
legend{
	color: #fff;
	background: #333333;
	border: 1px solid #003300;
	font-weight:bold;
	font-size:13px;
	padding: 2px 5px;
	margin-left:10px;
}