@charset "utf-8";
body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #DAF3D6;
	background-image: url(../images/bg_mintgingham.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 16px;
	line-height: 25px;
}

/* ~~ Element Selectors ~~ */

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #6C6
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

/* ~~ Container ~~ */

.container {
	width: 910px;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #A3E494;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #A3E494;
	background-color: #FFF;
}

.content {
	border-radius: 10px;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ~~ Columns & Blurbs ~~ */

.column01wide {
	float: left;
	display: block;
	width: 550px;
	margin-bottom: 25px;
	margin-right: 10px;
	margin-left: 20px;
}

.column01narrow {
	float: left;
	display: block;
	width: 300px;
	border-radius: 10px;
	padding: 0px;
	margin-bottom: 25px;
	margin-right: 10px;
	margin-left: 20px;
}

.column02wide {
	float: right;
	display: block;
	width: 550px;
	margin-right: 20px;
	margin-bottom: 25px;
}

.column02narrow {
	float: right;
	display: block;
	width: 300px;
	border-radius: 10px;
	padding: 0px;
	margin-bottom: 25px;
	margin-right: 20px;
	margin-left: 10px;
}

.column00single {
	display: block;
	width: 870px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	clear: both;
}

.blurblist {
	background-color: #F0FCEE;
	border-radius: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #7AD27B;
	border-right-color: #7AD27B;
	border-bottom-color: #7AD27B;
	border-left-color: #7AD27B;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* ~~ Graphics ~~ */

.overlay_top {
	position: absolute;
	z-index: 5;
	top: 75px;
	left: -200px;
}

.overlay_bottom {
	position: absolute;
	z-index: 5;
	bottom: 5px;
	right: -200px;
}

#sidecovertop {
	height: 85px;
	background-color: #7FD280;
	width: 2055px;
	position: absolute;
	top: 100px;
	display: block;
	left: -575px;
	z-index: -1;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0FCEE;
	border-right-color: #7FD280;
	border-bottom-color: #066;
	border-left-color: #7FD280;
}

#sidecoverbottom {
	height: 30px;
	background-color: #7FD280;
	width: 2055px;
	position: absolute;
	display: block;
	left: -575px;
	z-index: -1;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0FCEE;
	border-right-color: #7FD280;
	border-bottom-color: #066;
	border-left-color: #7FD280;
	bottom: 130px;
}

.pic_page {
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ~~ Links (Keep in in this order!) ~~ */

a:link {
	text-decoration: underline;
	color: #6C6;
}
a:visited {
	color: #696;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0F0;
}
#menusub li a:link {
	text-decoration: underline;
	color: #00F;
}
#menusub li a:visited {
	color: #2F69A8;
}
#menusub li a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0F0;
}

/* ~~ Navigation List/Menu Styles ~~ */

.menu {
	text-align: center;
	font-size:12px;
	margin-top: 2px;
	line-height: normal;
	margin-bottom: 0px;
}

.menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}

ul.menu li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	border-bottom-width: 0px;
	margin: 0px;
}

ul.menu a, ul.menu a:visited { 
	padding: 0px
	display: block;
	text-decoration: none;
	color: #6C6;
}
ul.menu a:hover, ul.menu a:active, ul.menu a:focus {
	color: #0F0;
	text-decoration: none;
}

/* ~~ Lists in .content  ~~ */

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

ul.nav {
	margin-bottom: 15px;
	text-indent: 0;
	border: none;
	list-style-type: none;
}

ul.nav a, ul.nav a:visited { 
	display: block;
	width: 160px;  /* for IE6 */
	text-decoration: none;
	background-color: #2F69A8;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFF;
	background-color: #2F69A8;
}

li .listlabel {
	font-weight: bold;
	font-variant: normal;
	font-size: 18px;
}

/* ~~ Header  ~~ */

.header {
	color: #333;
	background-image: none;
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: #FFF;
}

.header #headermenu {
	float: right;
	display: block;
	background-color: #F0FCEE;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7AD27B;
}

#headermenu .menu #currentpage {
	background-color: #FFF;
	color: #666;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D9F4D5;
	border-left-color: #D9F4D5;
	font-weight: bold;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	z-index: 10;
	border-top-width: thin;
	border-top-color: #D9F4D5;
	
 } 
#introclaim {
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 25px;
}

/* ~~ Footer ~~ */

.footer {
	color: #FFF;
	background-image: none;
	padding-top: 25px;
	padding-bottom: 10px;
}

.conclusion {
	clear: both;
	color: #333;
	font-style: italic;
	font-size: 11px;
	text-align: justify;
	display: block;
	margin-top: 25px;
	line-height: normal;
	background-image: url(../images/sidecover.gif);
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}
.blurblist h4 {
	margin-bottom: 0px;
	margin-top: 15px;
}

.footnoter {
	clear: both;
	color: #333;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	display: block;
	margin-top: 25px;
	background-image: url(../images/sidecover.gif);
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 13px;
}


/* ~~ Narrative ~~ */

.narrative {
	background-color: #F0FCEE;
	border-radius: 10px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #7AD27B;
	border-left-color: #7AD27B;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.narrative p {
	text-align: justify;
	text-indent: 15px;
}

.narrative #quotecitation {
	text-align: right;
	line-height: normal;
}

/* ~~ Major Lists ~~ */

.biglist {
	background-color: #F0FCEE;
	border-radius: 10px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #7AD27B;
	border-left-color: #7AD27B;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* ~~ Calendar Table ~~ */

table.data {

}
table.data td {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	vertical-align: middle;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #7AD27B;
}
table.data th {
	line-height: 2.9em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #7AD27B;
}
table.data thead {


}
table.data thead th {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "Vladimir Script", "Trbuchet MS", Helvetica, Ariel, sans-serif;
	line-height: 1em;
}
.data caption {
	font-weight: bold;
	font-family: "Vladimir Script", "Trebuchet MS", Ariel, sans-serif;
	font-size: 18px;
}


/* ~~ Standard Float Classes ~~ */

.fltrt { /* float right */
	float: right;
	margin-left: 10px;
}
.fltlft { /* float left */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* use if .footer removed */
	clear:both;
	height:0;
	
}.blurblist li {
	margin-top: 10px;
}

/* ~~ Big List ~~ */

.year {
	font-size: 36px;
	margin-top: 65px;
	text-align: left;
	font-family: "Vladimir Script", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #6C6;
	position: relative;
	background-image: none;
}

.reviewed li.up {
	list-style-type: none;
	background-image: url(../images/rev_good.jpg);
	background-repeat: no-repeat;
	padding-left: 75px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 1.3em;
}
.reviewed li.down {
	list-style-type: none;
	background-image: url(../images/rev_bad.jpg);
	background-repeat: no-repeat;
	padding-left: 75px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 1.3em;
}
.reviewed cite {
	font-style: italic;
	font-weight: bold;
}
.yearnav {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.backtotop a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: 25px;
	margin-right: -15px;
	text-align: right;
}
.up:first-line, .down:first-line {

}
.biglist h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.biglist .reviewed li {
	text-indent: -15px;
}
.narrative .month h3 {
	margin-top: 25px;
}
.narrative h3 .month {
	display: block;
	margin-top: 50px;
	font-style: italic;
	font-weight: normal;
	font-size: 17px;
}
