#tcWrapper
{
	margin		: 0 auto;
	width		: 1002px;
}

#menuMod
{
	float		: right;
	width		: 550px;
	overflow	: hidden;
	margin-top	: 33px;
	margin-right	: 21px;
}

#logo
{
	float		: left;
	width		: 376px;
	height		: 123px;
	background	: url(../images/logo.gif) no-repeat;
}

#searchMod
{
	float		: right;
	width		: 232px;
	height		: 24px;
	background	: url(../images/search.gif) no-repeat;
	margin-top	: 30px;
	margin-right	: 21px;
}

#searchMod form
{
	margin : 0;
	padding: 0;
}

#searchMod input
{
	background	: none;
	height		: 18px;
	width		: 200px;
	margin-top	: 3px;
	margin-left	: 3px;
	border		: none;
}


#siteBg
{
	float			: left;
	width			: 100%;
	background		: url(../images/body-bg.gif) repeat-y;
}

#siteAdj
{
	margin				: 0 31px;
}

#topHeadW
{
	float				: left;
	width				: 100%;
	height				: 259px;
	
}

#topModPic
{
	float	: left;
	width	: 313px;
	background	: url(../images/header-2.gif) no-repeat;
	height			: 259px;
}

#topModW
{
	float		: right;
	width		: 627px;
	background	: url(../images/header-2-bg.jpg) no-repeat;
	height		: 259px;
}

#topMod
{
	margin-top	: 10px;
}

#topMod h2
{
	margin		: 0;
	padding		: 0;
	font-size	: 32px;
	color		: #84e756;
	font-weight	: normal;
	margin-bottom: 7px;
}



#mainBody
{
	margin	: 5px 5px;
}

/* structure */
#tcContainerWrap {
	padding: 0;
	padding	: 0 3px 0 3px;
}

#tcContainer {
	padding: 0;
}

#tcContent {
	padding: 5px;
	margin: 0;
	clear: both;
	display: block;
	padding-top	: 0;
}


#tcMainbody-fr {
	float: right;
	width: 73.5%;

}

#tcContainer-fr #tcLeftCol {
	float: left;
	width: 25.9%;
}



#tcMainbody-fl {
	float: left;
	width: 100%;
}

#tcMainbody-fl #tcContentWrap {
	float: left;
	width: 74%;
	
}

#tcMainbody-fl #tcRightCol {
	float: right;
	width: 25.5%;
}

#tcMainbody-f {
	float: left;
	width: 100%;
}

#tcMainbody-f #tcContentWrap {
	
}

/* left mid and right, main one to set width, mid and right */
#tcMainbody
{
	float: right;
	width: 74%;
}

/* STRUCTURE continues left mid and right , sets width of Mid only*/
#tcMainbody #tcContentWrap {
	float: left;
	width: 64%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#tcLeftCol {
	float		: left;
	width		: 25%;
	
}

#tcRightCol {
	float		: right;
	width		: 34%;
}

#tcRightColInner
{
	padding: 0;
}

#tcLeftColInner
{
	padding-left	: 5px;
}


/* style */
.contentHeading 
{
	font-size		: 18px;
	font-family		: arial;
	color			: #fff;
	width			: 100%;
}

span.submitted {
	color 		: #638c31;
	font-size	: 10px;
	display	:block;
	margin : 3px 0;
}
 
#copyRight
{
	float			: left;
	width			: 100%;
	min-height		: 10px;
	background		: url(../images/copyright-bg.gif) 50% 0 no-repeat;
	padding-top		: 12px;
}

#copyRightAdj
{
	margin-left		: 20px;
	margin-right	: 20px;
	margin-bottom	: 3px;
	text-align		: center;
}

.node h2 a:link,
.node h2 a:visited
{
	font-size		: 18px;
	font-family		: arial;
	color			: #fff;
	width			: 100%;
}

.node h2 a:hover
{
	text-decoration	: underline;
}


