body {
	background-image:url(img/bg.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	padding-top:0px;
	margin-top:10px;
}

img {
	border:0px;
}

a {
	color:#dddddd;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:hover.noDecoration {
	text-decoration:none;
}

.Header {
	background-image:url(img/headercbg.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:transparent;
	width:890px;
	height:152px;
	max-height:152px;
	padding:15px 5px 0px 15px;
}

.Content {
	background-image:url(img/contentbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	width:880px;
	min-height:800px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
	margin-bottom:0px;
	overflow:hidden;
}

.lineBreak {
	height:1px;
	width:880px;
}

.Footer1 {
	background-color:#999;
	width:890px;
	height:50px;
	padding:2px 10px 0px 10px;
	margin-top:0px;
	
}

.Footer2 {
	background-color:transparent;
	width:910px;
	height:17px;
}

.foot2Mid	{
	width:884px;
	height:17px;
	background-color:#999;
	text-align:right;
}

.titleText {
	font-family:Myriad Pro, Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:44pt;
	color:#475c8b;
}

.titleTextDesign {
	font-family:Myriad Pro, Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:44pt;
	color:#669900;
}


.normalText {
	font-family:Myriad Pro, Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#666666;
	text-decoration:none;
}

.boldText {
	font-family:Myriad Pro, Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#475c8b;
	font-weight:bold;
	text-decoration:none;
}

.headerText {
	font-family:Myriad Pro, Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:20pt;
	color:#475c8b;
	text-decoration:none;
}

.footerText {
	font-family:Myriad Pro, Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}

.footerTextLarge {
	font-family:Myriad Pro, Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#ffffff;
	text-decoration:none;
}

.footerTextLarge a {
	color:#FFFFFF;
}