body {
	margin: 0px;
	padding: 0;
	background-color: #333333; 
	text-align: center;
	overflow: auto;
	font: normal 1em Arial, sans-serif;
	color: #444444;
}	 

div#siteContent {
	margin: 0 auto;
	width: 780px;
	background: #ffffff url(../img/headerBg.gif) repeat-x left top;
	text-align: left;
	border: 0;
}

div#leftCol {
	position: relative;
	width: 180px;
	border: 0;
	float: left;
}

div#rightCol {
	position: relative;
	width: 590px;
	border: 0;
	float: right;
}

div#rightCol_Header {
	margin: 0 0 5px 0;
	padding:0;
	height: 158px;
	background: transparent url(../img/header.gif) no-repeat right top;
}

div#rightCol_Left1 {
	margin: 0;
	width: 430px;
	border: 0;
	float: left;
}

div#rightCol_Left2 {
	margin: 0;
	width: 590px;
	border: 0;
	float: left;
}

div#rightCol_Right {
	margin: 0;
	width: 160px;
	border: 0;
	float: right;
}

div#siteFooter {
	margin: 0;
	padding: 20px 0 20px 0;
	border-top: 8px solid #970909;
	background-color:#e7e7e7;
	font: normal .7em/1em Arial, sans-serif;
	letter-spacing: .09em;
	text-align: center;
}

/* START Menu Styles*/

.menuBottom_Right {
	background: url(../img/menu/rightBottom.gif) 100% 100% no-repeat;
}

.menuTop_Left {
	background: url(../img/menu/leftTop.gif) 0 0 no-repeat;
}

.menuTop_Right {
	background: url(../img/menu/rightTop.gif) 100% 0 no-repeat; 
	padding: 10px;
}

.menuBottom_Left {
	margin: 9px 7px;
	width: 175px;
	background: #fbad45 url(../img/menu/leftBottom.gif) 0 100% no-repeat; 
	text-align: left;
}

.menuContainer {
	width: 147px;
}

.menuContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menuContainer a {
	margin: 0;
	padding: 0;
	width: 147px;
	display: block;
}

/* END Menu Styles*/

/* START Boxes Styles*/

.ct { 
	display: block; 
	font-size: 0; 
	line-height: 0; 
	background: url(../img/corners.gif) no-repeat 100% 0; 
	margin: 0; 
	height: 3px; 
	width: 100%; 
	position: relative; 
	top: -1px; 
	right: -1px; 
}
.ct .cl { 
	display: block; 
	font-size: 0; 
	line-height: 0; 
	background: url(../img/corners.gif) no-repeat 0 70%;  
	margin: 0; 
	height: 3px; 
	width: 3px; 
	position: relative; 
	left: -2px;
}
.cb { 
	display: block; 
	clear: both; 
	font-size: 0; 
	line-height: 0; 
	background: url(../img/corners.gif) no-repeat 100% 30%; 
	margin: 0; 
	height: 3px; 
	width: 100%; 
	position: relative; 
	bottom: -1px; 
	right: -1px;
}
.cb .cl { 
	display: block; 
	font-size: 0; 
	line-height: 0; 
	background: url(../img/corners.gif) no-repeat 0 100%;  
	margin: 0; 
	height: 3px; 
	width: 3px; 
	position: relative; 
	left: -2px;
}

/* START leftBox*/
.boxLeft { 
	display: inline; 
	margin: 9px 7px;
	float: left; 
	width: 175px; 
}

.boxCenter1 { 
	display: inline; 
	margin: 9px 7px;
	float: left; 
	width: 415px; 
}

.boxCenter2 { 
	display: inline; 
	margin: 9px 7px;
	float: left; 
	width: 576px; 
}

.boxRight { 
	display: inline; 
	margin: 9px 7px;
	float: left; 
	width: 145px; 
}

.boxLeft img, .boxRight img {
	display: block;
	margin: 10px auto;
}

.boxCenter1 img {
	display: block;
	margin: 20px 15px 15px 10px;
	float: left;
}

.textBox { 
	border: 1px solid #77c37e; 
	background: #ffffff;
}

.textBox p { 
	margin: 15px; 
	padding: 0; 
	font-size:.75em; 
	font-family: arial, sans-serif; 
	text-align: left;
	color: #444444;
}

.textBox h4 { 
	margin: 0 10px; 
	padding-top: 10px; 
	height: 40px;
	background: url(../img/catBg.gif) no-repeat right top;
	font-size: .9em; 
	font-family: verdana, sans-serif; 
	text-align: left;
	color: #fbad45;
}

.textBox h5 { 
	margin: 10px; 
	padding: 0 0 10px 0;
	width: auto;
	font-size: .75em;
	font-family: verdana, sans-serif; 
	text-align: left;
	color: #444444;
}

.link {
	display: block;
	margin: 15px;
	width: auto;
	text-align: right;
}

.link a {
	font: normal .75em/1em Arial, sans-serif;
	text-decoration: underline;
	color: #970909;
}
/* END Boxes Styles */

img {
	border:0;
}

ul {
	font: normal .8em/1.4em Arial, sans-serif;
}

.clr {
	clear: both;
}

.italic { font-style:italic;}
.bold { font-weight:bold;}

p {
	padding: 5px;
	font: normal .8em/1.5em Arial, sans-serif;
}
