body {
	background-color: #CCCC33;
	background-image:url('../images/page-bg-g.jpg');
	background-repeat: no-repeat; 
}

span.special {
	text-align: center;
}

/**Left Col**/

#leftCol {
	width: 244px;
	height: 775px;
	background-image:url('../images/col-bg-2.jpg');
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #006633;
}

#leftCol a {
	font-size: 10pt;
	color: #FF0000;
	font-family: 'Lucida Grande', Tahoma;
	text-decoration: none;
}

#leftCol a:hover {
	font-size: 10pt;
	color: #006633;
	font-family: 'Lucida Grande', Tahoma;
	text-decoration: underline;
}

#leftCol p {
	margin: 6px 6px 6px 6px;
	text-align: justify;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
}

.leftcolHeading {
	width: 232px;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	border: 1px solid;
	background-color: #DCD15B;
	text-align: center;
}

.leftcolHeading h3 {
	color: #006633;
	margin: 0;
	font-family: 'Times New Roman', Tahoma;
}

/**Middle Col**/

#middleCol {
	width: 378px;
	height: 775px;
	background-image:url('../images/col-bg-2.jpg');
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #006633;
}

#middleCol a {
	font-size: 10pt;
	color: #FF0000;
	font-family: 'Lucida Grande', Tahoma;
	text-decoration: none;
}

#middleCol a:hover {
	font-size: 10pt;
	color: #006633;
	font-family: 'Lucida Grande', Tahoma;
	text-decoration: underline;
}
#middleCol p {
	margin: 6px 6px 6px 6px;
	text-align: justify;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
}

.middlecolHeading {
	width: 366px;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	border: 1px solid;
	background-color: #DCD15B;
	text-align: center;
}

.middlecolHeading h3 {
	color: #006633;
	margin: 0;
	font-family: 'Times New Roman', Tahoma;
}

/**Right Col**/

#rightCol {
	width: 244px;
	height: 775px;
	background-image:url('../images/col-bg-2.jpg');
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #006633;
}

#rightCol a {
	font-size: 10pt;
	color: #FF0000;
	font-family: 'Lucida Grande', Tahoma;
	text-decoration: none;
}

#rightCol a:hover {
	font-size: 10pt;
	color: #006633;
	font-family: 'Lucida Grande', Tahoma;
	text-decoration: underline;
}
#rightCol p {
	margin: 6px 6px 6px 6px;
	text-align: justify;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
}

.rightcolHeading {
	width: 232px;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	border: 1px solid;
	background-color: #DCD15B;
	text-align: center;
}

.rightcolHeading h3 {
	color: #006633;
	margin: 0;
	font-family: 'Times New Roman', Tahoma;
}

/**Footer**/
#footer {
	width: 900px;
	height: 47px;
	padding: 8 18 8 18;
	text-align: center;
	font-size: 10px;
	color: #000000;
	background-color: #DCD15B;
}

#footer a {
	font-size: 10px;
	text-decoration: none;
	color: #006633;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}

#footersub {
	width: 750px;
	height: 47px;
	padding: 8 18 8 18;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #DCD15B;
}

#footersub a {
	font-size: 10px;
	text-decoration: none;
	color: #006633;
}

#footersub a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}
