@charset "UTF-8";
body  {
	font-family: sans-serif;
	font-size:  62.5% ;
	background: #e6e7e9;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333;
}
.twoColFixRtHdr #container { 
	width: 810px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	background-image:url(../images/paddlePunchHeaderBG.png);
	background-repeat:no-repeat;
	height:175px;
	padding:10px 0 0 12px;
} 
.twoColFixRtHdr #headerImage {
	float:right;
	width:315;
	padding:10px 45px 0 0;
	} 
.twoColFixRtHdr #nav {
	margin:0;
	padding:0;
}
.twoColFixRtHdr #navLeft{
	height:39px;
	width:15px;
	float:left;
	background-image:url(../images/menuBGleft.png);
	background-repeat:no-repeat;	
}
.twoColFixRtHdr #navRight{
	height:39px;
	width:15px;
	float:left;
	background-image:url(../images/menuBGright.png);
	background-repeat:no-repeat;	
}
.twoColFixRtHdr #navMid {
	height:39px;
	width:765px;
	float:left;
	padding-left:15px;
	background-image:url(../images/menuBGrep.png);
	background-repeat:repeat-x;
}
.twoColFixRtHdr #innerContainer {
	background-image:url(../images/MainContentRepeat.png);
	background-repeat:repeat-y;
}
.twoColFixRtHdr #innerContainerTop {
	background-image:url(../images/mainContentTop.png);
	background-repeat:no-repeat;
	height:16px;
}
.twoColFixRtHdr #innerContainerBottom {
	background-image:url(../images/mainContentBottom.png);
	background-repeat:no-repeat;
	height:17px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 25px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 280px 0 0;
	padding: 0 20px 0 38px;
} 
.twoColFixRtHdr #mainContent p {
	font-size:1.2em;
	margin:9px 0;
	line-height:1.6em;
}
.twoColFixRtHdr #footer { 
	background-image:url(../images/paddlePunchFooterBG.png);
	background-repeat:no-repeat;
	height:72px;
} 
.twoColFixRtHdr #footer p {
	text-align:center;
	font-size:.9em;
	color:#FFF;
	padding-top:40px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

H1 {
	font-size:1.7em;
	color:#00AFF2;
	text-transform:uppercase;
	margin:6px 0 2px 0;
	}  /* displayed at 24px */
H2 {
	font-size:1.5em;
	color:#00AFF2;
	font-weight:normal;
	margin:6px 0 2px 0;
	}  /* displayed at 18px */
H3 {
	color:#00AFF2;
	font-weight:normal;
	font-size:1.25em;
	margin:6px 0 2px 0;
	}  /* displayed at 15px */
H4 {
	color:#00AFF2;
	font-weight:normal;
	font-size:1.1em;
	margin:6px 0 2px 0;
	}  /* displayed at 12px */

.twoColFixRtHdr #h1blue {
	color:#272262;
	}
a:link {
	color:#00AFF2;
	text-decoration:none;
	}
a:hover {
	color:#00AFF2;
	text-decoration: underline;
	}
ul {
	font-size:1.2em;
	}	