/*
-----------------------CONTENT
*/
#wrapper {
	width:788px;
	}
/*
-----------------------Left Column
*/
#colLeft{
	float:left;
	margin-right:5px;
	}
/*
-----------------------Right Column
*/
#colRight{
	float:left;
	display:block;
	margin:36px 0 10px;
	width:250px;
	}
.sectionRt {
	border:#006904 thin solid;
	padding-bottom:10px;
	margin-bottom:5px;
	}
.sectionRt h1{
	margin:0;
	color:#FFF;
	background-color:#006904;
	display:block;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding:3px 0;
	font-weight:bold;
	}
/*
--------------------------- Right Column Module Style
*/
.moduleCtnr{
	display:block;
	width:235px;
	margin:10px auto 0;
	}
.moduleCtnr div p{
	margin:0;
	}
.mdlHead{
	font-weight:bold;
	background-color:#006904;
	letter-spacing:.1em;
	text-align:center;
	}
.mdlHead, .mdlHead a:link, .mdlHead a:active, .mdlHead a:hover, .mdlHead a:visited {
	text-decoration:none;
	color:#FFF;
	}
.mdlHead p{
	padding:3px 0;
	}
.mdlHead .curvTL{
	float:left;
	display:block;
	background:url(../images/head.gif) top left no-repeat;
	height:inherit;
	width:10px;
	}
.mdlHead .curvTR{
	float:right;
	display:block;
	background:url(../images/head.gif) top right no-repeat;
	height:inherit;
	width:10px;
	}
.mdlBody{
	padding:5px;
	widows:4;
	border-left:#006904 thin solid;
	border-right:#006904 thin solid;
	}
.mdlFoot{
	max-height:10px;
	height:10px;
	overflow:hidden;
	background-color:#006904;
	}
.mdlFoot .curvBL{
	float:left;
	display:block;
	background:url(../images/foot.gif) bottom left no-repeat;
	height:10px;
	width:10px;
	}
.mdlFoot .curvBR{
	float:right;
	display:block;
	background:url(../images/foot.gif) bottom right no-repeat;
	height:10px;
	width:10px;
	}
/*
------------------------- END
*/
