/* CSS Document */

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, dl, address 
{
    margin: 10px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #46402D;
	background-color: #FFFFFF;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a:hover     
{
    text-decoration:underline;
} 
	   
img 
{
	border-width: 0;
}

.logoBG
{
	background: url(images/logoBG.jpg) repeat-y;	
}

.rightBG
{
	background: url(images/rightBG.jpg) repeat-y;	
}

.navBG
{
	background: url(images/navBG.jpg) no-repeat;
}

.topNav
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #6E6E6E;
	font-weight: normal;
	padding: 7px 8px 0px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}

a:hover.topNav
{
	color: #FFFFFF;
	text-decoration: none;
}

.mainTextPadding
{
	margin: 10px 25px;
	text-align: left;
}

.bottomText
{
	margin: 10px 50px 10px 135px;
	text-align: left;
	color: #757575;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #909859;
	font-weight: normal;
	padding: 0px 10px;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #909859;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}