body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-repeat:no-repeat; background-color:#fff;
	border:0;
	margin:0;
	padding:0;
}

h1 {font-size:14px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#000066;}

h2 {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#000066; font-weight:bold;}


div#centreContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	text-align: left; 
	margin-top:5px;
	padding:0px; 
	background-color:#fff;  
}


div#mainFrame
{	width:970px; 
	background:none; 
	min-height:450px; 
	
}

div.mainBodyArea
	{ padding:0px 10px 0 10px; }

.ifighting
	{background-image:url(images/new_background.jpg); background-position:top center; background-repeat:no-repeat;}


#headerBar {width:100%; 
			height:103px; 
			background-image:url(/_assets/css/images/new_header.jpg); background-repeat:no-repeat;
}		

.headLeftText {
			width:250px; 
			margin-left:200px; 
			margin-top:25px; 
			float:left; 
			text-align:center; 
			font-size:14px;
			}

html* .headLeftText {
			width:250px; 
			margin-left:100px; 
			margin-top:25px; 
			float:left; 
			text-align:center; 
			font-size:14px;
			}

.headRightText {
			width:250px; 
			margin-right:200px; 
			margin-top:25px; 
			float:right; 
			text-align:center; 
			font-size:14px;
			}

html* .headRightText {
			width:250px; 
			margin-right:100px; 
			margin-top:25px; 
			float:right; 
			text-align:center; 
			font-size:14px;
			}			
			

div.bottomShadow {width:100%; z-index:0; height:35px; background-image:url(images/shadowline.png); margin-bottom:10px;
}

.buttons {width:94px; height:29px; padding-right:6px; padding-top:6px; text-align:center; background-image:url(/_assets/css/images/tab_deselected.png); float:left; text-decoration:none}

.isSelected {width:94px; height:29px; padding-right:6px; padding-top:6px; text-align:center; background-image:url(/_assets/css/images/tab_active.png)!important; float:left; text-decoration:none}

.isSelected a:hover {
	text-decoration: none;
	color: #000000 !important;
	}

.buttons  a:link, .buttons a:visited {
	color: #000000;
	height:18px;
	display: block;
	TEXT-DECORATION: none;
}

.buttons a:hover{
	text-decoration: none;
	color: #ffffff; }

div.singleColumn {
	width:300px;
	margin-right:20px;
	padding:0px;
	float:left;
	background-color:#FFFFFF; padding-top:0px;
	}
	
div.singleColumn h2 {
	font-size:12px;
    font-weight:bold;
	color:#000033;
	background-image:url(images/sectionHead.png);
	background-repeat:no-repeat; padding:5px 0px 3px 15px; height:20px;
	}	
	


.formError	{
	font-size:11px;
	font-weight:normal; color:#990000; }
	
div.newsBox {font-family:Verdana, Arial, Helvetica, sans-serif;  background-position:top left; background-repeat:no-repeat; padding-left:25px; padding-top:0px; text-align:left; margin-bottom:20px;
}

div.newsBox h1 {padding-top:2px; font-size:12px; font-weight:bold;}
div.newsBox p {margin-top:-3px; font-size:11px;}

.nbRed {background-image:url(images/redbox.png);}
.nbGrey {background-image:url(images/greybox.png);}

#leftColContainer {float:left; width:205px; padding:0px; margin:0px;}
	
div.leftCol200 {width:190px; background-image:url(images/colheadfade.png); background-position:left top; background-repeat:repeat-x; padding:5px; margin:0px; padding-bottom:10px; }	

div.leftCol200 h1 {padding:0px; margin-top:-2px;}

#leftColContainer300 {float:left; width:305px; padding:0px; margin:0px;}

div.leftCol300 {width:290px; background-image:url(images/colheadfade.png); background-position:left top; background-repeat:repeat-x; padding:5px; margin:0px; padding-bottom:10px; }	

div.leftCol300 h1 {padding:0px; margin-top:-2px;}

/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #333;
		background-color:#D7EAD8;
		margin-top:10px;
		text-align:center;
		padding:5px;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

/*	style="; border-top: solid 1pt #333333;  padding-top:5px; text-align:center; color:#333333; font-size:10px " */

	/* FOLLOWING ALL USED FOR 3 COLUMN PAGES */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright, 	.colmid, 	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1, 	.col2, 	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	

.bbimage {border:solid 2pt #000000; background:url(/images/members/blank.png) no-repeat 0px 0px;
	margin:0px 3px 3px 0px; padding:0px; width:150px; height:210px; float:left; text-align:center; }	
.bbimage p {padding-top:0px; font-weight:bold;}
.mbimage {border:solid 2pt #000000; background:url(/images/blackbelts/blank.png) no-repeat 0px 0px;
	padding:0px; width:150px; height:150px; min-height:150px; min-width:150px; float:left;}	

.tidyButton {padding:3px; background-color:#CCCCFF; height:18px; border:solid 1px #0000CC; text-decoration:none; }	