body {
	margin-top: 20px;
	padding: 0;
	background: url(../images/backgroundB.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #272324;
}

#maincontainer{
	width: 809px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#masthead-wrap {
	width: 800px;
	margin: 0 auto;
}

#masthead {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/defender3.jpg) no-repeat left top;
	border:outset;
}

#contentwrapper{
	float: left;
	width: 99.7%;
	background:#D9D9D9;

}

#contentcolumn{
	margin-right: 170px; /*Set left margin to LeftColumnWidth*/
	background:#F2F2F2;
	min-height:400px;
}

.innertube{
padding-top: 7px;
padding-bottom: 5px;
padding-right:5px;
padding-left:5px;
margin-left: 10px;
margin-right: 10px;
margin-left: 10px;

}

#rightcolumn{
	float: left;
	width: 168px; /*Width of left column*/
	margin-left: -168px; /*Set left margin to -(MainContainerWidth)*/
	padding-top:3px;
}

h1{
	color:#25241F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
}

h2{
	color:#25241F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
}

h3{
	color:#25241F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
}

a:link {
	color:#0A0C0D;
	text-decoration:underline;
}      /* unvisited link */

a:visited {
	color:#711E19;
	text-decoration:none;
}  /* visited link */

a:hover {
	color:#2A4A59;
	text-decoration:none;
}  /* mouse over link */

a:active {
	color:#711E19;
	text-decoration:none;
}	/* selected link */

#center{
	text-align:center;
}

.topborder{
	border-top:dotted;
}

.eventtitle{
	color:#25241F;
	font-size: 17px;
}

.floatimg{
    float: left;
    padding:5px 75px 5px 5px;
}

.center{
    text-align:center;
}

/*Event Calendar*/
#evtcal { border:0; cellpadding:0; cellspacing:0; width=:584;}
.row1 {padding: 3px; align: center; bgcolor: #aaddff; valign: top; width:314px;}
.row2 {width:10px;}
.row3 {padding: 3px; align: center; bgcolor: #ffffc8 valign: top; width:260;}
.row4 {text-align:center; text-shadow:#006633; font-weight:bold;}
#evtcal a:link {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}		/* unvisited link */
#evtcal a:visited {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}	/* visited link */
#evtcal a:hover {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: underline;}	/* mouse over link */
#evtcal a:active {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}		/* selected link */

/*Horizontal Accordion*/
		
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid #0A0C0D;
background: #6C828C;
color:#FFFFFF;
}
 
.openpet{ /*class added to contents of 1st demo when they are open*/
background: #FFFFE0;
color:#0A0C0D;
}

.toggletext{
	text-align:center;
	font-size:12px;
}

img {
    border-style: none
}

#footer{
	clear: left;
	width: 100%;
	border-top:solid;
	text-align: center;
	padding: 4px 0;
}




