/* general styles */
body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	background: #211d1e url(../images/body_deg.gif) repeat-x;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #CC66FF;
}

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

img {
   border: none;
}

h1, h2, h3, h4, h5 {
	color: #fff;
	text-shadow: 0px 1px 2px #ccccff;
}

h4 {
	margin: 0;
}

hr {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
	width: 94%
}

table {
	color: #dddddd;
}

#wrap {
	color: #fff;
	background: #000;
	border: none;
	margin: 0 auto;
	width: 790px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 232px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#header_topright {
	float: right;
	margin: -5px 0px;
	padding: 0px 5px;
	font-size: 11px;
	color: white;
}

#header h3 {
	width: 350px;
	margin: 0px 0px 0px 15px;
	float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	height: 35px;
}

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #a8a8a8;
	background-color: #000000;
	line-height: 1.3em;
}

#extras {
	float: right;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#extras p {
	margin: 0 0 1.5em 0;
}

.content_bkg {
	background: url(../images/content-bkg.png) 0 0 repeat-y;
	margin: 6px 155px 0px 160px;
}

.content_top {
	background: url(../images/content-top.png) 0 0 no-repeat;
}

#content {
	margin: 0em 10px 0px 10px;
	padding: 5px;
	line-height: 1.6em;
	text-align: left;
	color: black;
}

#content a, #content a:link, #content a:visited {
	text-decoration: none;
	color: #9900cc;
}

#content a:hover {
	text-decoration: underline;
	color: #990099;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	color: #666;
	text-shadow: 0px 1px 2px #999;
}

#content h2 {
	font-size: 1.5em;
	margin: 2px 0;
}

#content img {
	padding: 0px;
	display: inline;
}

.content_bot {
	background: url(../images/content-bottom.png) 0 0 no-repeat;
	height: 50px;
	margin-bottom: 10px;
}

#date {
   margin-top: 30px;
   color: #666;
   font-style: italic;
   font-size: 11px;
}

#pagination {
	font-size: 11px;
}

#footer {
	clear: both;
	margin: 0 auto ;
	padding: 0px 0em 0px 0em;
	width: 790px;
	text-align: center;
	color: #808080;
	font-size: 10px;
	height: 55px;
	background: #211d1e url(../images/footer.jpg) no-repeat right;
	border: none;
	text-shadow: none;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* registration layout*/
fieldset {
	margin: auto;
	width: 400px;
	border-width: none;
}

.reg legend {
	color: #FFFFFF;
	background: purple;
	padding: 4px;
	font-size: 14px;
}

.reg dl {
	margin: auto;
	width: 440px;
}

.reg dt {
	float: left;
	line-height: 1.8em;
	width: 8em;
	text-align: right;
	font-size: 10px;
}

.reg dd {
	padding: 1px;
	margin-left: 90px;
	font-size: 11px;
}

.left {
	margin: 0px 7px 0px 5px;	
	float: left;
}

.right {
	margin: 0px 7px 0px 5px;
	float: right;
}

.textright {
	text-align: right;
}

#top {
  background: url(http://www.gvrrid.org/images/up_arrow.png) no-repeat;
  font-size: 10px;
  padding-left: 20px;
  margin-left: 20px;
}

#attach {
	background: #CCCCCC url(http://www.gvrrid.org/images/attachment.gif) no-repeat;
	font-family: "Courier New", Courier, mono;
	border: 1px solid #999999;
	padding-left: 20px;
}

#attach a {
	color: #000;
	text-decoration: none;
}

#attach a:hover {
	text-decoration: underline;
}

.small {
	font-size: 10px;
}

.hide {
	display: none;
}