/* Home Page */

.contentHome {
	padding: 12px 0 12px 17px;
	width: 485px;
	line-height: 1.5em;
	}
	
#homeLeftCol {
	width: 217px;
	padding: 5px 17px 0 15px;
	margin-bottom: 10px;
	float: left;
	line-height: 1.5em;
	font-size: 12px;
	}

#homeRightCol {
	width: 249px;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	float: left;
	line-height: 1.5em;
	font-size: 12px;
	}

/* Top Left Box */

#topLeftBox {
	width: 217px;
	}

#topLeftHeader {
	/*background: url(../../images/home/topleft_header.gif) no-repeat 0 bottom;*/
	height: 66px;
	}

/* Bottom Left Box */
	
#bottomLeftBox {
	width: 217px;
	padding-top: 16px;
	}

#bottomLeftHeader {
	background: url(../../images/home/bottomleft_header.gif) no-repeat 0 bottom;
	height: 22px;
	}
	
/* Left Box Content and Footers */

.leftContent {
	background: url(../../images/home/left_bg.gif) repeat-y;
	padding: 10px 10px 4px 12px;
	}
	
.leftFooter {
	background: url(../../images/home/left_footer.gif) no-repeat;
	height: 5px;
	font-size: 1px;
	}
		
/* Right Box */

#rightBox {
	width: 249px;
	}

#rightHeader {
	/*background: url(../../images/home/right_header.gif) no-repeat 0 bottom;*/
	height: 66px;
	}

#rightContent {
	background: url(../../images/home/right_bg.gif) repeat-y;
	padding: 10px 10px 4px 12px;
	}
	
#rightFooter {
	background: url(../../images/home/right_footer.gif) no-repeat;
	height: 5px;
	font-size: 1px;
	}

/* Links */

.leftContent a {
	font-size: 12px;
	color: #454545;
	font-weight: bold;
	/* text-decoration: none; */
	}
	
.leftContent a:hover {
	color: #000;
	}
	
#rightContent a {
	font-size: 12px;
	color: #454545;
	font-weight: bold;
	/* text-decoration: none; */
	}
	
#rightContent a:hover {
	color: #000;
	}