/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 25px 0 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #231F20;
	background-color: #929397;
	text-align: center; 
}

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

.white { background: #FFFFFF; }
.red { background: #EF3E36; }
#navBG { background: url(images/navBG.jpg) right no-repeat #FFFFFF; }
#leftSide { background: url(images/leftSide.jpg) repeat-x center; }
#rightSide { background: url(images/rightSide.jpg) repeat-x center; }
#subLeftSide { background: url(images/subLeftBG.jpg) repeat-x center top; }
#subRightSide { background: url(images/subRightBG.jpg) repeat-x center top; }
#subHeaderBG { background: url(images/subHeaderBG.jpg) no-repeat left; }

#topNav
{
	font-size: 10px;
	line-height: 24px;
	color: #717375;
	font-weight: normal;
	margin: 0 0 0px 20px;
	text-decoration: none;
	text-align: left;
}
#topNav a
{
	font-size: 10px;
	line-height: 24px;
	color: #717375;
	font-weight: normal;
	padding: 0px 10px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #ED1C24;
	text-decoration: none;
}

#subTopNav
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#subTopNav a
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
}
#subTopNav a:hover, #subTopNav a.selected
{
	color: #000000;
	text-decoration: none;
}


h1
{
	font-size: 15px;
	color: #6D6F71;	
	font-weight: normal;
	margin: 10px 30px 5px;
	text-align: left;
}
h1#subTitle
{
	font-size: 32px;
	color: #919396;	
	font-weight: normal;
	margin: 50px 0px 0px;
	text-align: left;
}
h2,h3,h4
{
	font-size: 11px;
	color: #444B4C;	
	font-weight: bold;
	margin: 10px 15px 0px;
	text-align: left;
}
h2#leftTitle
{
	font-size: 11px;
	color: #444B4C;	
	font-weight: bold;
	margin: 10px 15px 0px;
	text-align: left;
}
.mainText
{
	font-weight: normal;
	margin: 10px 30px;
	text-align: left;
}

.rightText, .rightText a
{
	font-weight: bold;
	color: #5D6567;
	font-size: 10px;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	text-align: left;
}
.rightText a:hover
{
	color: #ED1C24;
	text-decoration: none;
}
.rightText ul
{
	padding-left: 15px;
	margin-left: 15px;
}

.leftText, .leftText a
{
	font-weight: bold;
	color: #5D6567;
	font-size: 10px;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	text-align: left;
}
.leftText a:hover
{
	color: #BF311A;
	text-decoration: none;
}
.leftText ul
{
	padding-left: 15px;
	margin-left: 15px;
}

#copyright
{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9px;
	margin: 10px 0px;
	text-align: left;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #DDDDDD;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #DDDDDD;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}