/* CSS Document */

/* Global Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

h1
{
	color: #0B59A1;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}

h2
{
	color: #FBEAAB;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;

}


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

a:hover, .nav a:hover
{
	text-decoration: underline;
}

ul, ol, li, p, form, hr
{
	margin: 0;
}

ul, ol
{
	padding: 0px 0px 10px 20px;
}

li
{
	padding: 0px 0px 10px 5px;
}

.singlespace li
{
	padding: 0 0 0 5px;
}

p
{
	padding: 0px 0px 20px 0px;
}


	
/* Classes */

.header
{
	padding: 0 56px 12px;
}

.nav
{
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background: #323232 url(images/Bg-Nav.jpg) no-repeat top;
}

.nav a
{
	color: #fff;
}

.navBase
{
	background: #fff url(images/BG-NavBase.jpg) repeat-x bottom;
}

.homePicBase
{
	background: #323232 url(images/HomePicBase.jpg) repeat-x top;
}

.body
{
	background: #D0DCEA url(images/BG-Body.jpg) no-repeat top;
}

.main
{
	padding: 40px 183px 20px 183px;
}

.footer
{
	text-align: center;
	font-size: 10px;
	padding: 7px 0;
}

.copyright
{
	color: #9A9A9A;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0 0 0;
	text-decoration: none;
	text-align: center;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	text-decoration: none;
	text-align: center;
}

.logoworks a
{
	color: #9A9A9A;
}

