body {
	background: #ececec;
	margin: 0;
	color: #676767;
    font-family: Tahoma, Verdana, Georgia, Times New Roman, Times;
}

table {
    background-color: #ffffff;
}

A:link { color: navy }
A:visited { color: navy }
A:active, A:hover { color: #A73B2F }

h1 {
	color: #636363;
    font-family: Tahoma, Verdana, Georgia, Times New Roman, Times;
}
h2 {
	color: #636363;
    font-family: Tahoma, Verdana, Georgia, Times New Roman, Times;
}
h3 {
	color: #636363;
    font-family: Tahoma, Verdana, Georgia, Times New Roman, Times;
    font-style: italic;
}
h4 {
	color: #636363;
	text-transform: uppercase;
	font: bold italic 120% Tahoma, Verdana, Georgia, Times New Roman, Times;
}
h5 {
	color: #636363;
	font: bold italic 120% Arial, Helvetica, Verdana;
}
h6 {
	color: #636363;
	font: bold 100% Arial, Helvetica, Verdana;
}
hr {
	height: 1px;
	color: #b2b2b2;
}

/* div layout info */
.top {
	width: 100%;
	/*height: 54px;*/
	background: url('images/top-bg.gif') repeat-x bottom #ececec;
}

.pixelBorder {
    border: 1px solid #000000;
}

.blogtitle {
    font-weight: bold;
    /*border: blue;
    border-color: blue;
    border-width: thin;*/
}

.blogdate {
    /*
    border-color: blue;
    border-width: thin;*/
}

.blogtext {
    font-size: 80%;
}

.blogseparator {

}

.photoText {
    FONT-SIZE : 9pt;
    FONT-WEIGHT : normal;
    FONT-FAMILY: Verdana, Arial;
    COLOR : 000080;
}

input.flatButton {
	background-color: #F2F2F2;
	font-family: Verdana, Arial;
	font-size: 10pt;
	border: 1px solid #214263;
    /*COLOR : 000080;*/
    COLOR : #000040;
    text-align: center;
    background-color: transparent;
    background-image: url(/template/ripple/images/buttonbg.gif);
    background-repeat: repeat;
    padding: 0 .25em 0 .25em;
    margin: 3px;
    width: auto;
    height: auto;
    overflow: visible;
}

input.flatButtonHover {
	background-color: #DEDEDE;
	font-family: Verdana, Arial;
	font-size: 10pt;
	border: 1px solid #214263;
    COLOR : #0000FF;
    text-align: center;
    TEXT-DECORATION: underline;
    background-color: transparent;
    background-image: url(/template/ripple/images/buttonbg_hover.gif);
    background-repeat: repeat;
    padding: 0 .25em 0 .25em;
    margin: 3px;
    width: auto;
    height: auto;
    overflow: visible;
}

.textblue {
    FONT-SIZE : 9pt;
    FONT-WEIGHT : normal;
    FONT-FAMILY: Verdana, Arial;
    COLOR : #000080;
}

#body1 {
	width: 100%;
	/*height: 333px;*/
	background: #ffffff;
}

#menu {
	width: 210px;
	/*height: 333px;*/
	float: left;
	padding: 5px 0px 5px 15px;
}
	.button {
		padding: 2px 0px 2px 0px;
	}

#homepics {
	padding: 6px 5px 6px 0px;
}
	#homepics img {
		margin-right: 5px;
	}

#body2 {
	background: url('images/shadowbg.gif') repeat-x top;
	padding: 10px 7px 10px 3px;
}

#body {
	width: 100%;
	background: #ffffff;
	min-height: 333px;
}

#gallery {
	width: 100%;
	background: #ffffff;
	min-height: 333px;
}

#content {
	padding: 10px;
	margin-left: 210px;
}
	html>body #content { margin-left: 225px; }

.box1 {
	width: 355px;
	float: left;
	margin: 2px;
	border: solid 1px #c9c9c9;
	padding: 8px;
}
	.box1 object, .box1 embed {
		margin-bottom: -5pt;
	}

.footer {
	clear: both;
	margin-top: 5pt;
	padding: 5px;
	border-top: solid 1px #b2b2b2;
	font: 65% Arial, Verdana, Helvetica;
}
