form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #58595B;
	background-color: #FFFFFF; 
}

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

a           
{
    text-decoration: none;
    color: #5191CD;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.topLeft { background: #1B4B6F; }
.topRight { background: #376D9C; }
.logoBG { background: #2E618C; }
.navBG { background: #4F91CD; }
.leftBar { background: #FFFFFF url(images/leftBG.jpg) repeat-y; }
.content { background: #CBD3D6; }
.botLeft { background: #376D9C; }
.botRight { background: #1B4B6F; }

#makersOf
{
	position: relative;
	float: right;
	color: #FFF;
	padding: 0px 30px 0px 0px;
	margin: -30px 0px 0px 0px;
	text-align: center;
}

#topNav
{
	position: relative;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0 0 30px 40px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
}
#topNav a
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #1B4B6F;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 22px;	
	font-weight: normal;
	margin: 20px 0px 10px;
	text-align: left;
	color: #5191CD;
}

.mainText
{
	font-weight: normal;
	margin: 10px 20px 10px;
	text-align: left;
	line-height: 18px;
	height: 285px;
	overflow: auto;
	padding: 0 25px;
}

#newsLinks a { color: #58595B; }

#copyright
{
	font-weight: normal;
	color: #ADB9C0;
	font-size: 9px;
	margin: 10px 15px 10px 45px;
	text-align: left;
}



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


