body{
	background-color: #5B4D3E;
	margin: 0px;
	color: #092A4B;
	font: 11px Tahoma;
}

.align-center {
	text-align: center;
}

hr {
    height: 1px;
    margin: 2px 0px;
    padding: 0px;
}


h1 {
    font: 18px Tahoma;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

h3 {
    font: 16px Tahoma;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

h5 {
    font: 11px Tahoma;
    font-weight: strong;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

a {
    color: #C91B1B;
    font-weight: normal;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#helpCount {
    text-align: center;
}

#helpCount h1 {
    font: 22px Tahoma;
    font-weight: 600;
    color: #C91B1B;
}

#upcomingEvents {
    text-align: left;
    padding: 10px 5px 1px 5px;
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
	height: 650px;
}

#upcomingEvents .title {
    font-weight: bold;
    color: #C91B1B;
}

#upcomingEvents .date {
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

#upcomingEvents .body {
    margin: 0px 0px 15px 0px;
}

#eventsLeft {
   float: left;
   width: 300px;
   margin: 0px 5px 0px 5px;
   border: 0px solid #000;
}

#eventsRight {
   float: right;
   width: 335px;
   margin: 0px 5px 0px 0px;
   border: 0px solid #000;
   text-align: center;
   line-height: 20px;
}

#eventsRight a {
    color: #092A4B;
    font-weight: normal;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
}

#eventsRight a:hover {
    text-decoration: underline;
}

#spacer {
	width: 20px;
	display: inline;
}

#leftColumn {
   text-align: center;
   float: left;
   width: 175px;
   margin: 0px 5px 5px 0px;
   border: 0px solid #000;
}

#centerColumn {
   width: 390px;
   border: 1px solid #000;
   margin: 0px 5px 5px 180px;
   padding: 0px;
}

#rightColumn {
   float: right;
   width: 160px;
   margin: 100px 0px 0px 0px;
   border: 0px solid #000;
}

#successStory {
    margin: 0px 5px 0px 180px;
    padding: 5px;
    border: 0px solid #000;
    width: 285px;
}

#successStory h3 {
    padding: 35px 0px 10px 10px;
}

#successStory img {
    float: left;
    margin-right: 5px;
}

#container {
    position: relative;
    width: 740px;
	background: #fff url(../images/header_bg.jpg) 5px 5px no-repeat;
    margin: 0px auto 0px auto;
    padding: 180px 5px 5px 5px;
}

#logoLink {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 115px;
    height: 130px;
    overflow: hidden;
    border: 0px solid #000;
    display: block;
    color: inherit;
}

#logoLink a, #logoLink a:hover {
    display: block;
    line-height: 140px;
    text-decoration: none;
    border: 0px solid #fff;
    letter-spacing: 110px;
    background: transparent;
}

#content {
    position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;	
	text-align: left;
}

#content .firstLetter {
    font:  22px Tahoma;
    font-weight: 600;
}

#content .focusBox {
    line-height: 18px;
    margin: 5px;
    padding: 0px 5px 0px 5px;
    background-color: #FFEFEF;
    border: 0px solid #000;
}


#content .focusBoxTemp {
    line-height: 7px;
    margin: 5px;
    padding: 0px 5px 5px 5px;
    background-color: #FFEFEF;
	border: 0px solid #000;		   
}

#footer {
    font: 10px Tahoma;
	clear: both;
	margin: 0px;
	padding: 5px 5px 15px 5px;
	text-align: left;
	color: #000;
}

#footer ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#footer li {
   display: inline;
   margin: 0px;
   padding: 0px;
}


#nav {
    margin: 0px auto 0px auto;
    border: 0px solid #000;
    padding: 5px;
}

#nav a {
    text-align: left;
    color: #601C31;
    font-weight: bold;
    width: 145px;
    display: block;
    background-color: #FFD1D1;
    margin: 0px auto 0px auto;
    padding: 3px 0px 3px 10px;
    text-decoration: none;
}

#nav a:hover {
    background-color: #FFEFEF;
}

#nav ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#nav li {
   margin: 0px;
   padding: 0px;
}

.copyrightInfo {
    margin: 5px 0px 0px 0px;

}

.eventHeading {
	float: left;
/*	width: 85px; 
	text-align:right; */
	font-weight: bold;
	margin: 0px 2px 3px 0px;
}

.lowerRightCorner {
    float: right;
    width: 220px;
    height: 150px;
    border: 1px solid #000;
    overflow: hidden;
    text-align: right;
}


.leftWallpaper {
    float: left;
    width: 180px;
    display: block;
    margin: 2px;
}

.rightWallpaper {
    float: right;
    width: 180px;
    display: block;
    margin: 2px;
}

.clearMargin {
    clear: both;
}

.PngImage {
	height: 200px;
	width: 140px;
	background: url('../images/halloweenicon.png') no-repeat;
	behavior: url('iepngfix.htc');
}
.PngImage2 {
	height: 150px;
	width: 140px;
	background: url('../images/halloweenicon2.png') no-repeat;
	behavior: url('iepngfix.htc');
}
.HalloweenLink {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* Localized */