body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 790px;
	overflow: hidden;
	border: #3366CC solid 1px;
	padding: 5px;
	background-color: #ffffff;
	
}
	
#header {
	color: #666666;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 5px;
}

/* Nav */
#navbordertop {
		border-top: #3366CC solid 1px;
		padding-bottom: 2px;
}

#navborderbottom {
	border-bottom: #3366CC solid 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}

#navcontainer {
	padding: 0px 5px 0px 15px;
	background-color: #3366CC;
	height: 20px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;		
}

#navcontainer ul li
{
	/* needed for correct display in ie5/6 win */
	display: inline; 
}

#navcontainer ul a
{
	font-weight: normal;
	color: #FFFFFF;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 16px 6px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#navcontainer ul a:hover
{
	color: #00CC00;
	font-weight: 600;
}

#content {
	float: left;
	width: 790px;

}
#content h1 {
	font-size: 18px;
	color: #00CC00;
	margin-left: 10px;
	margin-top: 25px;
	border-bottom: 2px dotted #999999;
}
.h1blue {color: #3366CC;}

#content h2 {
	font-size: 15px;
	color: #00CC00;
	margin-top: 25px;
	text-indent: 12px;
}
#content h3 {
	font-size: 14px;
	color: #00CC00;
	text-indent: 18px;
}

#content h5 {
	color: #00CC00;
	text-indent: 18px;
}


#content p {
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	text-align: left;
	padding-left: 20px;
	padding-right: 15px;
}

#homecolcontainer{
	border-top: #3366CC solid 1px;
}
#homecol1 { 
	margin: 10px 25px 30px 40px;
	width: 400px;
	height: 100%;
	float: left;
	
}

#homecol2 {
	float:left;
	border-left: 1px dotted #999999;
	margin: 10px 0px 30px 0px;
	width: 320px;
}

#cols2col1 { 
	margin: 10px 25px 30px 40px;
	width: 360px;
	height: 100%;
	float: left;
	
}

#cols2col2 {
	float:left;
	border-left: 1px dotted #999999;
	margin: 10px 0px 30px 0px;
	width: 360px;
}

#cols2col1 li {
	background-image: url(../image-files/bullet2.gif);
	background-repeat: no-repeat;
	list-style: none;
	background-position: 0 0.4em;
	padding-left: 20px;
	font-size: 14px;
	line-height: 150%;
}

#cols2col2 li {
	background-image: url(../image-files/bullet2.gif);
	background-repeat: no-repeat;
	list-style: none;
	background-position: 0 0.4em;
	padding-left: 20px;
	font-size: 14px;
	line-height: 150%;
}

/* This item should become redundant once all changes made to page setup */
#col2 li {
	background-image: url(../image-files/bullet2.gif);
	background-repeat: no-repeat;
	list-style: none;
	background-position: 0 0.4em;
	padding-left: 20px;
	font-size: 14px;
	line-height: 150%;
}

#singlecol{
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 45px;
}

#singlecol li {
	background-image: url(../image-files/bullet2.gif);
	background-repeat: no-repeat;
	list-style: none;
	background-position: 0 0.4em;
	padding-left: 20px;
	font-size: 14px;
	line-height: 150%;
}

.map-plan{
	margin-left: 40px;
	margin-right: 40px;
	clear: both;
	

}

.yellow-grad-box {
	width: 215px;
	background-image: url(../image-files/yellow-gradient-box.jpg);
	margin: 30px 0px 0px 5px;
	padding: 0px 7px 10px 7px;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
	text-align: left;
	border: 1px solid #CCCCCC;
}

.yellow-grad-box-hdr{
	padding: 0px 7px 7px 7px;
	font-size: 22px;
	font-weight: 400;
	line-height: 120%;
	color: #00CC00;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}

.yellow-grad-box li {
	
	list-style-image: url(../image-files/bullet2.gif);
	list-style-position: outside;
	margin-left: 0em;
	margin-top: 5px;
	padding-left: 0;
	text-indent: 1.5em;
}
label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block

} 

input {
	color: #000000 ;
	background: #ffffff;
	border: 1px solid #00CC00;
}

.submit input {
	margin-left: 6.5em;
	color: #000;
	background: #00CC00  ;
	border: 2px outset #3366CC  
} 

textarea#message {
	color: #000000 ;
	background: #ffffff;
	border: 1px solid #00CC00;
}

fieldset
{
border: 1px solid #781351;

}

legend
{
color: #fff;
background: #00CC00;
border: 1px solid #00CC00;
padding: 2px 6px
} 
select {
		border: 1px solid #00CC00;

}




form {
	margin: 0px;
	padding: 0px;
	
}
.formbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
}

.formreqdfields {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	
}

.formnotetxt {
	font-size: 10px;
	margin-left: 10px;
}

/* Contact us form error messages start*/

#msg1 {
	display: none;
}
#msg1 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#msg2 {
	display: none;
}
#msg2 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#msg3 {
	display: none;
}
#msg3 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#msg4 {
	display: none;
}
#msg4 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#msg5 {
	display: none;
}
#msg5 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

/* Contact us form error messages end*/



#mainpic {
	border:1px solid #D2D2D2;
	padding:4px;
	margin-bottom: 15px;
	float: none;
}

.picturetitle {
	text-align: center;
	font-size: 11px;
	margin: 5px 0px 30px 0px;
	padding: 0px;
	color: #666666;
}


#footer {
	width:790px;
	margin:0 auto;
	clear: both;
	background-color: #3366CC;
	/* border-top: 7px solid #ffffff ; */
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

#footer ul 
{
	text-align: center;
}

#footer ul li
{
	/* needed for correct display in ie5/6 win */
	display: inline; 
}

#footer ul a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 50px;
}

#footer ul a:hover
{
	color: #00CC00;
	text-decoration: underline;
}

.footertext {
	font-size: 11px;
	line-height: 130%;
	color: #ffffff;
	text-align: center;
}

h1, h2, h3 {
	margin-bottom: 10px;

}
#msg1 {
	display: none;
}
#msg1 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#msg2 {
	display: none;
}
#msg2 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#msg3 {
	display: none;
}
#msg3 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#msg4 {
	display: none;
}
#msg4 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#msg5 {
	display: none;
}
#msg5 p {
	font-size: 12px;
	font-weight: 600;
	color:#FF0000;
	line-height: 140%;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

.picturetitle {
	text-align: center;
	font-size: 11px;
	margin: 2px 0px 10px 0px;
	padding: 0px;
}
.imageborder{
	border:1px solid #D2D2D2;
	padding:10px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	
}

/* FAQ*/

.question {
	margin-left: 45px;
	color: #3366CC;
	font-size: 14px;
	font-weight: 500;
}

.answer{
	margin: 15px 20px 10px 75px;
	color: #000000;
	font-size: 14px;
	line-height: 140%;

}

.toplink {
	margin: 10px 0px 40px 75px;
	font-size: 12px;
}

/* RESULTS AND LEAGUE TABLE*/

.resultstable{
	margin-left: 60px;
	font-size: 14px;
	color: #333333;
}
.resultcellleft {
	border-left: 1px solid #00CC00;
}

.resultcelltop{
	border-top: 1px solid #00CC00;
}

.resultcellbottom {
	border-bottom: 1px solid #00CC00;
}

.resultcellbottomleft {
	border-bottom: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
}

.resultcellbottomright {
	border-bottom: 1px solid #00CC00;
	border-right: 1px solid #00CC00;
}

.resultcellright {
	border-right: 1px solid #00CC00;
}

.resultcelltopleft {
	border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
}

.resultcelltopright {
	border-top: 1px solid #00CC00;
	border-right: 1px solid #00CC00;
}
