BODY	{font-family: arial, Helvetica, Sans-Serif; }

indent:first-line
	{
		margin-left: 20px;
	}
.leftsidetitle	{
	background-color: #ffeeee;
	font-size: 14px;
	font-weight: bold;
}
.issue	{
	color: #996666;
	font-size: 18px;
	font-weight: bold;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.newstitlelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-style: normal;
}
.article {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000000;
}

.lnavtable {
	background-color: #000000;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.tnavtable {
	background-color: #000000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.linkstable {
	background-color: #000000;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.lnavoff, .lnavon
{
	FONT-FAMILY: arial, verdana, helvetica, sans;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-size: 15px;
   width: 100%;
	cursor:pointer;
	height=15px;
	text-align: left;
	font-style: normal;
	border: 0px none white;
	font-weight: bold;
 }
.lnavon
{
	color: #000000;
	background-color: #FFFFFF;}
}
.tnavoff, .tnavon
{
	FONT-FAMILY: arial, verdana, helvetica, sans;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-size: 15px;
   width: 100%;
	cursor:pointer;
	height=15px;
	text-align: left;
	font-style: normal;
	border: 0px none white;
	font-weight: bold;
		padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;

 }
.tnavon
{
	color: #000000;
	background-color: #FFFFFF;}
}
.linksoff, .linkson
{
	FONT-FAMILY: arial, verdana, helvetica, sans;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-size: 15px;
   width: 100%;
	cursor:pointer;
	height=15px;
	text-align: left;
	font-style: normal;
	border: 0px none white;
	font-weight: bold;
 }
.linkson
{
	color: #000000;
	background-color: #FFFFFF;}
}
a.lnav {
	display: inline;
	color: #333399;
	text-decoration: none;
}
.leftsidecontent a.lnav:hover {
	color: #ffffff;
	background-color: #2222cc;
}

BODY {
	margin: 0;
	padding: 0;
	
	font: 13px/15px helvetica;
	color: black
}

A {
	color: rgb(184, 96, 0);
	text-decoration: none;
}

A:hover {
	color: rgb(49, 48, 48);
}

DIV#wrap {
	width: 900px;
	margin: 31px auto 16px auto;
	border: 0px solid rgb(182, 182, 182);
}

/* --- Banner Area --- */

DIV#banner {
	position: relative;
	height: 102px;
}

DIV#banner DIV.advertising {
	text-align: right;
	margin: 4px;
	position: absolute;
	top: 35px;
	right: 0;
}


DIV#loginContainer {
	position: relative;
}

DIV#login {
	float: right;
	background: rgb(246, 246, 246);
	font-family: Georgia;
	font-size: 0.85em;
	font-weight: bold;
	padding: 4px;
	line-height: 27px;
	text-align: right;
}

DIV#login IMG {
	vertical-align: middle;
}

DIV#login A {
	color: rgb(40, 60, 105);
	text-decoration: none;
}

DIV#login A:hover {
	color: black;
}

DIV#logo {
	position: absolute;
	top: 0;
	left: 0px;
	text-indent: 42px;
	font-family: Georgia;
	font-size: 36px;
	color: rgb(52, 79, 124);
	line-height: 102px;
	
	background: url(/site/static/images/mygv_logo_mouse.jpg) top left no-repeat;

}

DIV#logo A {
	color: rgb(52, 79, 124);
}

DIV#logo EM {
	font-style: normal;
	color: rgb(137, 165, 211);
}

DIV#logo SUB {
	vertical-align: baseline;
	font-size: 0.5em;
	color: rgb(137, 165, 211);
}

DIV#logo A {
	text-decoration: none;
}

