@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bgstripe1.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	background-color:#FFFFFF;
	display:block;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	border-top:0px;
}
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background:#FFFFFF;
}
#footer {
	clear: both;
	border-top: 1px solid #A2A2A2;
	padding:7px 0px 5px 0px;
	margin:20px 0px 0px 0px;
	background-color:#FFFFFF;

}
#footer p {	text-align:center; font-size:10px;}

a, a:link, a:visited {
	color: #174184;
}
a:hover {
	color: #CC6600;
}
.red {color: #CC6600;}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#174184; /*MAIN BLUE*/
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	text-align:left;
	line-height:17px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#174184;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	text-align:left;
	}

h3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	text-align:left;
	}
h4 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	text-align:left;
	}
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#666666;
	margin:0px 0px 15px 0px;
	text-align:left;
	}
dl {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;}
dt {margin:10px 0px 0px 0px;
	font-weight:bold;}
dd {color:#666666;
	margin-left:15px;}

/*DO NOT MODIFY THIS LI SETTING*/
li  { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
/* _______________*/

.photoDesc {
	float:left;
	font-style:italic;
	font-size:9px;
	color:#666666;
	margin-bottom:15px;
	padding:0 5px 0 5px;
}
.calendarFrame {
	margin:0px -10px 0px -10px;
	padding:0px;
	border:0px; 
	width:170px; 
	height:200px;}.SmallItalicHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
.ImageLink {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.offset-right {
	padding-left: 10px;
}


.HeadBigBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
.HeadingBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000099;
	padding-bottom: -5px;
}
.HeadItalicSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.story-left {
	float: left;
	width: 345px;
	padding: 8px;
	background-color: #F7F7F7;
	margin: 6px;
	clear: none;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
.SmallItalicHead {
	font-size: 10px;
	font-style: italic;
}

.story-right {
	float: right;
	width: 363px;
	border: 0.5px solid #900;
	clear: none;
}
.story {
	float: none;
	width: 363px;
	border: 0.5px solid #900;
	clear: none;
	margin-bottom: -10px;
}
#wrapper {
	padding: 0px;
}
.photoDesc3 {
	font-style:italic;
	font-size:9px;
	color:#666666;
	margin-bottom:15px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.story-gray {
	float: left;
	width: 345px;
	padding: 8px;
	background-color: #F7F7F7;
	margin: 6px;
	clear: none;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

