/* CSS Document */

/* Global Styles */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	margin: 20px 0px 0px 0px;
	background-color: #FFFFFF;
}

h1
{
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin: 15px 0px 8px 0px;
	text-transform: none;
}

h2
{
	color: #ED1B24;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	text-align: left;
	text-transform: uppercase;
}

h3
{
	font-size: 12px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	text-transform: none;
}


a
{
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;
}

a:hover, .nav a:hover
{
	text-decoration: underline;
	color: #FFDF00;
}

li
{
	padding-bottom: 7px;
}

	
/* Classes */

.header
{
	background: #fff url(images/Header1.jpg) no-repeat top right;
}

.nav a
{
	text-transform: none;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	padding: 0px 5px 0px 5px;	
}

.navSub a
{
	text-transform: none;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	padding: 0px 5px 0px 5px;	
}

.navBorder
{
	border-bottom: #fff 1px solid;
	border-left: #fff 1px solid;
	text-align: left;
}

.nav1
{
	color: #BCBDC0;
	padding: 0px 3px 7px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

.nav1 a
{
	color: #BCBDC0;
}

.nav2
{
	color: #BCBDC0;
	padding: 0px 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

.nav2 a
{
	color: #BCBDC0;
}

.bodyBorderRight
{
	background: #fff url(images/DottedVertical.jpg) repeat-y right;
}

.bodyBorderBottom
{
	background: #fff url(images/DottedHoriz.jpg) repeat-x bottom;
}

.mainHome
{
	padding: 10px 12px 20px 10px;
	text-align: left;
}

.RightBar
{
	padding: 10px 12px 20px 10px;
	background-color: #C8C8CA;
}


.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #9A9A9A;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #BCBDC0;
	font-weight: normal;
	padding-bottom: 12px;
	text-decoration: none;
	text-align: center;
}

.logoworks a
{
	color: #BCBDC0;
}
