/*index page and main style sheet */
html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff url(../images/header_bg.gif) repeat-x top left;
	font-size: 12px;
	font-color: #333;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
}

#gvwelcome {
	display: block;
}

#gvintrotxt {
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin: 5px 0px 0px 10px;
	padding-left: 110px;
	padding-top: 10px;
	padding-right: 20px;
	background: transparent url(../images/indx_bg.gif) no-repeat top left;
	height: 257px;
}

#gvslogan {
	display: block;
	padding-right: 15px;
}

.gvidximg {
	margin: 10px;
	/*border: 1px solid #000;*/
	text-align: center;
	height: 249px;
}

.gvimg {
	margin: 10px;
	border: 1px solid #fff;
	text-align: center;
	height: 250px;
}

/*header styles*/
#headertable {
	border-bottom: 0px; /* solid #000;*/
}

#hdbottom {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#gvlogo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

/*index page styles*/
#indxheadlines {
	font-size: 90%;
	color: #333;
	border-bottom: 1px dotted #bbb;
	margin-top: 20px;
}

.idxnews a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.idxnews li {
	padding-bottom: 6px;
}

.morenews {
	font-style: italic;
	color: blue;
	text-decoration: none;
	text-align: right;
}


/* font sizes for body text */
#ovcontent, #content {
	font-size: 12px;
	color: #333;
}

#ovcontent a, #content a, #ovcontent form, #content form {
	font-size: 12px;
}

#gvLoginForm, #gvRegisterForm, #loginTbl, #registerTbl {
	font-size: 12px;
	color: #333;
}

.priv {
	color: red;
}

#overviewheader {
	margin: 35px 5px 5px 5px;
	padding-right: 5px;
	text-align: right;
}

#ovcontent {
	margin: 25px;
}

.ovhead {
}

.ovdiv {
	padding-top: 10px;
	padding-left: 10px;
}

.ovdiv a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.ovdesc {
	padding-left: 10px;
	padding-bottom: 10px;
}

#sectionheader {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#pageheader {
	font-size: 105%;
	align: left;
}

#navcol {
	margin-top: 15px;
}

#navcol a {
	display: block;
	text-decoration: none;
}

.gvimg {
	height: 150px;
}


.smlltxt {
	font-size: 10px;
}

.smlltxt a {
	font-size: 10px;
	display: inline;
}

.errmsg {
	font-weight: bold;
	color: red;
	margin-bottom: 15px;
}

/*footer styles*/
#footertable, #footertable table {
	font-size: 10px;
	/*border-top: 1px dashed #bbb;*/
}


/*index page footer styles*/
#footertableidx, #footertableidx table {
	font-size: 10px;
	/*border-top: 1px solid #000;*/
}
