body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color:#2859AA;
}

#tmpl-sub-nav {
 	font-size: 8pt;
	color: #333333;
	}
.tmpl-category3   { display:none;}

/* This will be the main div tag, that will embrace all the content */
.main
{
	width:1000px;
	min-height:800px;
	/* background-image:url(images/bg_content.gif);*/
}

	/* This will be the properties for the top border */
	.topBorder
	{
		width:100%;
		height:250px;
		text-align: center;
		background-image:url(images/bg_mg_top.gif);
	}

	/* This will be everything between the top and bottom border
	   Essentially all content */
	.container
	{
		width:100%;
		background: url(images/bg_content.gif) center bottom;
	}

		/* This will be the holder of the banner on top*/
		.topBanner
		{
			padding-top: 0px;
			height: 230px;
			background-image:url(images/gr_header.png);
			background-position: center ;
			background-repeat: no-repeat;
		}

		/* The will be nav horizontal bar */
		.menu
		{
			width: 790px;
			height: 34px;
			background: url(images/bg_menu.gif) no-repeat center;
			/* PROPERTIES FOR NAV TEXT ITEMS HERE */
			color: #FFFFFF;
			font-size: 70%;
			text-align: center;


		}


		/* This will hold all the page content */
		.content
		{
			width:760px;
			min-height:419px;
			text-align: left;
			padding-top: 20px;
			padding-left: 0px;
			padding-bottom: 20px;
			padding-right: 0px;
		}
			/* use for one pages with more than one column */
			.leftColumn
			{
				width: 350px;
				padding: 10px;
				border: solid 1px #ffffff;
			}
			.rightColumn
			{
				float: right;
				width: 350px;
				padding: 10px;
			}
			/* content box */
			.contentBox
			{
				width: 738px;
				padding: 10px;
				border: solid 1px #ffffff;
			}

	/* This will be the properties for the bottom border */
	.bottomBorder
	{
		width:100%;
		height:131px;
		background-image:url(images/bg_mg_bottom.gif);
	}


	/* This will be the properties for the bottom border */
	.footer
	{
		width:100%;
		height:20px;
		text-align: center;
	}

	.deluge_logo
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

.hideme
{
    display: none;
}

