body {
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #003366;
	line-height: 1.26;
}
h1 {
	color: #003366;
	font-size: 160%;
}
h2 {
    color: #000066;
	font-size: 150%;
	font-weight: bold;
}
h3 {
    color: #000066;
	font-size: 140%;
	font-weight: bold;
}
h4 {
    color: #CC0000;
	font-size: 140%;
	font-weight: bold;
}
h5 {
    color: #CC0000;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	text-align: justify;
	color: #003366;
	font-size: 100%;
}

ul {
	text-align: left;
}

li {
	text-align: left;
	margin-bottom: 5px;
}

a {
    text-decoration: none;
	color: #0000CC;
}


/************* #header and #banner styles **************/

#header {
	background-color: #CC0000;
	margin-top: 24px;
}
#header #banner {
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #banner img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#banner_l {
	background: url(img/bg/left_banner.gif);
	height: 120px;
	width: 284px;
	margin-left: 20px;
	float: left;
	background-repeat: no-repeat;
}
#banner_r {
    background: url(img/bg/right_banner.gif);
	background-repeat: repeat-x;
	height: 120px;
	margin-left: 304px;
	text-align: center;
}
#banner_text {
    margin-top: 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 36px;
}

.page_title {
    margin-top: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


/************* #navbar styles **************/

#navbar {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E3EDF7;
	font-weight: bold;
	font-size: 14px;
	background: #CC0000 url(img/bg/navbg.gif);
	white-space: nowrap;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	white-space: nowrap;
}
#navbar ul li {
	padding: 10px 25px 0px 20px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E3EDF7;
	margin: 0px;
	white-space: nowrap;
}
#navbar ul li a {
	text-decoration: none;
	color: #DADADA;
}
#navbar ul li a:hover {
	color: #FFFFFF;
}


/************* #wrapper styles **************/

#wrapper {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #EFEFEF;
}

/************* #content styles **************/

#content {
    padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	margin-right: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
	min-height: 375px;
	border-right: 1px solid #CCCCCC;
	text-align: left;
}


/************* #sidebar styles **************/

#sidebar {
    width: 200px;
	right: 0px;
	position: absolute;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #003366;
}
#sidebar h2 {
	font-size: 130%;
	font-weight: bold;
}
#sidebar p {
	text-align: left;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar ul li a {
	color: #D4DFF1;
	text-decoration: none;
	display: block;
	width: 140px;
	padding: 5px 5px 5px 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #4D80B3;
	border: 1px solid #CCCCCC;
	background-image: url(img/bg/sidebg.gif);
}
#sidebar ul li a:hover {
	color: #003366;
	background-color: #FFFFFF;
	background-image: none;
}

/************* #footer styles **************/

#footer {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	color: #DDDDDD;
	font-style: italic;
	letter-spacing: .2em;
	clear: both;
	background: url(img/bg/navbg.gif);
}


/************** .story styles ***************/

.story{
    clear: both;
    padding-top: 10px;
	margin-bottom: 10px;
}

.story h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.story h4{
    padding: 0px 0px 0px 0px;
	text-align: left;
}

.story h5{
    padding: 0px 0px 0px 0px;
	text-align: left;
}

.story img{
	margin-left: -2px;
	margin-top: -2px;
	border: 1px solid #666666;
}

/************** .news styles **************/

.newspad {
    background: #CC0000;
	border: 2px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	font-weight: bold;
}

.news {
    text-align: left;
    background:#DEDEDE;
	border:solid 1px #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	color: #333333;
	font-size: 90%;
	font-weight: normal;
	height: 250px;
	overflow: auto;
}

.news h4 {
    margin-left: 3px;
	margin-bottom: 7px;
	margin-top: 10px;
	font-size: 110%;
}

.newspad h3 {
    margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
	color: #FFFFFF;
	font-size: 100%;
}

.news p{
    color: #333333;
}

/************** .galleries styles **************/

.galleries {
	padding-top: 25px;
}

/************** .gallery styles **************/

.gallery {
	width: 110px;
	height: 125px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.galleries img {
    width: 100px;
	height: 100px;
}

/************** .img left, right, and inline styles **************/

.img_l {
	background-image: url(img/bg/photo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_r {
	background-image: url(img/bg/photo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: right;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img {
	background-image: url(img/bg/photo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/************** #memberlinks styles **************/

#memberlinks {
    border-bottom: 1px solid #CC0000;
	text-align: center;
	width: 100%;
	height: 24px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#memberlinks a {
    text-decoration: none;
}



/* #chimpy design studios - please do not remove or edit */

#chimpy {
    background-image: url(http://www.chimpydesign.com/images/signature/chimpydesign_frame_small.png);
	background-position: left top;
	background-repeat: no-repeat;
	bottom: 0px;
	color: #CCCCCC;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	height: 35px;
	letter-spacing: .08em;
	line-height: 1.2em;
	margin: 15px 0 10px 0;
	padding: 10px 0 0 38px;
	position: relative;
	right: 0px;
    text-align: left;
	width: 150px;
}