@import url(global.css);
/* globals */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin-top: 10px;
}
h1
{
	height: 99px;
	/*background: #FFFFFF url('../images/champnet_logo.jpg') no-repeat;*/
}
/* layout */
#accessibility
{
	display: none;
}
#container
{
	width: 940px;
	margin: 0 auto;
}
#container .inner
{
	padding-left: 15px;
	padding-right: 15px;
}

#main-content2 .ol
{
	padding-left: 40px;
	padding-bottom: 1.6em;
	list-style-type: disc;
	font: normal 12px arial,sans-serif;
	line-height: 20px;
}
#header
{
    width:878px;
	height: 120px;
	/*text-indent: -7000px;*/
	text-align: left;
	float:left;
	
	
	
}
/* sidebar */
#sidebar, #leftbar
{
	float: left;
	width: 400px;
	border: 0px solid #eeeeee;	
	/*background: #EED3BD;*/	
}
#sidebar, #leftbar hr
{
	margin-bottom: 15px;	
}
#sidebar, #leftbar h3
{
	text-align: center;	
}
#sidebar, #leftbar a
{
	color: #00254C;
	text-decoration: underline;
}
#sidebar, #leftbar1
{
	float: left;
	
	border: 0px solid #00314D;	
	/*background: #EED3BD;*/
	background: #FCDC9B;
	padding:10px;
	
}
#sidebar, #leftbar3
{
	float: left;
	
	border: 0px solid #eeeeee;	
	/*background: #EED3BD;*/
	background: #e0e6fa;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px;
}

#sidebar, #leftbar2
{
	float: left;
	width: 200px;
	border: 0px solid #fff;		
}
#sidebar, #rightbar
{
	float: left;
	width: 230px;
	border: 0px solid #004D22;
	font: normal 11px arial,sans-serif;
	text-align:left;
	background: #BED5BE; /* this is green */
}
#sidebar, #rightbar hr
{
	margin-bottom: 5px;
	margin-top: 5px;	
}
#sidebar, #rightbar1
{
	text-align: center;
	border: 0px solid #000;
	padding:10px;
	margin-top: 10px;
	float: none;
		
}
#sidebar, #rightbar2
{
	float: none;
	border: 0px solid #000;
	padding-right: 10px;
	padding-left:10px;	
}
#sidebar, #rightbar3
{
	float: left;
	border: 0px solid #000;
	padding-right: 10px;
	padding-left:10px;	
	
}
#sidebar, #rightbar2 h2
{
	font-size: 12px;
	text-align: center;
}
#sidebar, #rightbar3 h2
{
	font-size: 12px;
	font-family: Arial;
	text-align: center;
}
#sidebar, #rightbar a
{
	color: #00254C;
	text-decoration: underline;
}
/* content */
#content
{
	min-height: 275px;
	clear: both;
	height: 100%;
	padding: 25px 15px 15px 0px;
	background: url('../images/bgcontent.gif') no-repeat;
	
}
#content h3
{
	font: normal 2.2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

#main-content2 h9
{
	font: normal;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

#content p
{
	font-size: 12px;
	text-align:left;
	font: normal 12px arial,sans-serif;
	line-height: 20px;
}
#home #main-content
{
	width: 230px;
	margin-right: 10px;
	font: normal 11px arial,sans-serif;
	text-align:left;
}

#main-content2
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	float: left;
	width: 625px;
	border: 0px solid #eeeeee;
   text-align:left;
   font: normal 12px arial,sans-serif;
   
}
#main-content2 p
{
	font-size: 11px;
	text-align:left;
	font: normal 12px arial,sans-serif;
	line-height: 20px;
	padding-bottom: 10px;
}
#main-content2 h3
{
	font: normal;
	font-family: Arial;
	font-size: 18px;
}
#main-content2 hr
{
	color: #267C9F;
	margin-bottom: 20px;
}
#main-content
{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 655px;
	border: 0px solid #eeeeee;
	width: 175px;
	background: #FBF3E3; /* this color is light yellow */
}
#main-content h3
{
	font: normal 2.2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}
#main-content p
{
	line-height: 20px;
	text-align:left;
	font: normal 12px arial,sans-serif;
	line-height: 20px;
	margin-left: 10px;

}
#main-content ul, #main-content ol
{
	padding-left: 15px;
	padding-bottom: 1.6em;
}
#main-content ol ol, #main-content ul ul, #main-content ol ul, #main-content ul ol
{
	padding-bottom: 0px !important;
}
#main-content ol
{
	margin-left: 15px;
}
#main-content2 ul, #main-content2 ol
{
	padding-left: 25px;
	padding-bottom: 1.0em;
	list-style-type:none;
}
#main-content2 ol
{
	padding-left: 25px;
	padding-bottom: 1.0em;
	list-style-type: disc;
	line-height: 20px;
}
#main-content2 ol ol, #main-content2 ul ul, #main-content2 ol ul, #main-content2 ul ol
{
	padding-bottom: 0px !important;
}
#main-content2 ol
{
	margin-left: 15px;
}


/* footer */
#footer
{
    
	clear: both;
	float:left;
	padding: 10px 0px 0px 0px;
	padding-bottom: 1em;
	width: 880px;
	font: 10px arial;
	background: #FCDC9B;
	margin-top: .5cm;
}
#footer p
{
	text-align: center;
}
#footer a
{
	color: #00254C;
	text-decoration: underline;
}

#table td
{
	text-align:center;	

}
#table2 td
{
	text-align:center;	

}
/* IncomeTables */

.IncomeGrid
{ 
	text-align: center;
	color: #000;
}
.IncomeGrid td
{
	/*border: solid 0px 0px 1px 0px #3b5a82;*/
	line-height: 20px;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 15px;
	
	
	
}
/* Gridview */

.Grid 
{ 
	border: solid 1px #3b5a82; 
	text-align: center;
	color: #27413e;
}
.Grid td
{
	/*border: solid 0px 0px 1px 0px #3b5a82;*/
	line-height: 20px;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 15px;
	font: normal 11px Tahoma, Arial, Verdana, Sans-serif;
	text-align: left;
}
.Grid a
{
	color: #27413e;
	Line-height: 20px;
}
.Grid th
{
	font: Bold 11px Tahoma, Arial, Verdana, Sans-serif;
	background: #d3dbe9 url('../images/GridHeaderBg.gif') repeat-x;
	Line-height: 25px;
	padding: 1px 1px 1px 15px;
	border-bottom: solid 1px #9eb6ce;
	color: #27413e;	
}
.GridHeader
{
	font-weight: bold;
	font-size: 13px;
	background: transparent;
	Line-height: 35px;
	padding: 1px 1px 1px 15px;
}
.GridItem
{
	background-color: white;
	border-top: solid 1px #d0d7e5;
}

.GridAltItem
{
	background-color: #DFE6EF;
	border-top: solid 1px #d0d7e5;
}
.WhatsNew
{ 

	color: #27413e;
}

.WhatsNew td
{
	padding-bottom: 20px;
	padding-left: 5px;
	vertical-align:top;
}
/* Events */

.Event 
{ 
	font: 11px Tahoma, Arial, Verdana, Sans-serif;
	line-height: 15px;
}
.Event th
{
	line-height: 20px;
	border-bottom: solid 1px #9eb6ce;
}
.EventImage
{
	vertical-align:top;
	padding-top: 18px;
}
.href 
{
	color: blue;
	
}
.reg
{
	margin-left: 20px;
	border: solid 0px;
}
.lnkbtn
{
	background: transparent url('../images/reg.gif') no-repeat;
	line-height: 20px;
}