/* CSS Document */

/* layout */
body {
	margin:0px auto;
	text-align:center;
}

#body {
	width:780px;
	margin:0px auto;
	margin-top:20px;
	text-align:left;
}
#navCol {
	float:left;
	width:180px;
	margin-right:10px;
}
#bodyCol {
	float:left;
	width:590px;
}

#mainBody {
	padding:10px;
}

td.topColLeft {
	width:199px;
	border-right:5px solid #FFFFFF;
}
td#topColLeftBlue {
	width:199px;
	background-color:#E3EEF6;
	border-right:5px solid #FFFFFF;
}
td#topColRight {
	width:355px;
	border-left:5px solid #FFFFFF;
	background-color:#0094E2;
	background-image:url(../imgs/backgrounds/dark_blue_grad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:right;
}
td.topColLeft2 {
	width:277px;
	border-right:5px solid #FFFFFF;
}
td#topColRight2 {
	width:277px;
	border-left:5px solid #FFFFFF;
	background-color:#0094E2;
	background-image:url(../imgs/backgrounds/dark_blue_grad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:right;
}

#bottomSection {
	width:564px;
	margin:20px 0px 0px 0px;
}
#bottomSectionLeftCol {
	width:272px;
	margin-right:10px;
	float:left;
}
#bottomSectionRightCol {
	width:272px;
	margin-left:10px;
	float:left;
}

div.homeBox {
	float:left;
	margin:0px 7px 10px 0px;
}
div.homeInner {
	margin:5px 5px 0px 5px;
}
div.mainImage {
	margin:10px 10px 10px 0px;
}
div.subImage {
	margin:0px 10px 10px 0px;
}