/* CSS Document */

/* Global Styles */
html, body, form, fieldset, p, pre, blockquote, dl, address 
{
    margin: 5px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #007B49;
	background-color: #D5E3CC;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.leftBG { background: url(images/leftBG.jpg) repeat-y right; }
.photoBG { background: url(images/rightTop.jpg) no-repeat right top #035B29; }
.grnBG { background: #035B29; }
.VR {background: url(images/VR.jpg) repeat-y; }

.leftNav
{
	background: url(images/navBG.jpg) no-repeat left;
	height: 32px;	
	text-align: left;
	line-height: 32px;
}

.leftNav a
{
	font-family: arial, verdana;
	font-size: 14px;
	color: #24B24B;
	font-weight: bold;
	padding: 0px 10px;
	text-decoration: none;
}

.leftNav a:hover
{
	color: #D5E3CC;
}

.mainText
{
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #035B29;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #035B29;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}