form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    /*font-family: Arial, Verdana, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;	
    font-size: 13px;
    color: #EEEEED;
}
body
{
	background: #3C3934 url(images/bg.jpg) repeat-x; 
}

#page
{
	margin: 78px auto 0px;
	text-align: left;
	width: 752px;
}

a           
{
    text-decoration: underline;
    color: #EEEEED;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.gray { background: #8F8E89; }
.dashVert { background: url(images/dashVert.jpg) repeat-y; }
.dashHoriz{ background: url(images/dashHoriz.jpg) repeat-x; height: 2px; margin: 10px 0px; }

#topLink
{
	text-align: right;
	line-height: 27px;
}
#topLink a
{
	background: url(images/icon.jpg) no-repeat 0px 5px;
	padding: 0px 30px;
	color: #C3C2BF;
	text-decoration: none;
	display: block;
	height: 27px;
	float: right;
}
#topLink a:hover
{
	color: #FFFFFF;
}

#topNav
{
	font-size: 13px;
	color: #908E89;
	font-weight: normal;
	margin: 0 0 0px 0;
	text-decoration: none;
	text-align: left;
	background: #615C56;
	line-height: 20px;
}
#topNav a
{
	font-size: 13px;
	color: #908E89;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #C3C2BF;
	text-decoration: none;
}

h1
{
	font-size: 16px;	
	font-weight: bold;
	margin: 5px 0px;
	text-align: left;
	font-style: italic;
}
h2,h3,h4,h5,h6
{
	font-size: 15px;	
	font-weight: bold;
	margin: 5px 0px;
	text-align: left;
}

.mainText
{
	font-weight: normal;
	margin: 10px 50px;
	text-align: left;
}
.rightText
{
	font-weight: normal;
	margin: 10px 35px;
	text-align: left;
}
#copyright
{
	font-weight: normal;
	color: #908E89;
	font-size: 10px;
	margin: 15px 50px;
	text-align: left;
}



/* Logoworks link back */
#linkback
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #908E89;
	font-weight: normal;
	padding: 0px 0px;
	margin: 10px 50px;
	text-decoration: none;
	text-align: left;
}
#linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #908E89;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	text-decoration: none;
	text-align: left;
}
