/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}

body, td, th {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	color:#666666;
	line-height:130%;
}

h1, h2 {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	font-weight:normal;
}

h1 {
	color:#96B4D8;
		
}

h2 {
	font-size:130%;
	line-height:130%;
}

#chart{
	border: 1px dotted #E4B5A3;
}

#chart th {
	background-color:#F5EED6;
	padding: 8px;
}

#chart td {
	padding: 8px;
	text-align:center;
}

#pageHeader{
	background-color:#96B4D8;
}

#pageContentContainer{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/pageContentBg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#pageContent{
 padding: 20px 20px 20px 6px;
}

#photoContent{
	padding: 20px;
}
#footer{
	width: 800px;
	background-color:#A86044;
	color: #C99C8B;
	font-size:70%;
	line-height: 130%;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer a {
color: #C99C8B;
}
.dropCap{
	float:left;
	color:#96B4D8;
	font-size:90px;
	line-height:60px;
	padding-top:2px;
}
.photo {
	border: 1px dotted #E4B5A3;
	background-color:#F5EED6;
	padding: 5px;
}

a {
color: #96B4D8;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	background-image:url(../images/bullet.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px; 
	list-style-type: none;
	margin-bottom: 6px;
}

li span {
	font-size: 90%;
}
.liCaption {
	margin: 8px 0px 26px 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height: 120%;
}
.borderTop{
border-top: 1px dotted #E4B5A3;
}
.borderBottom{
border-bottom: 1px dotted #E4B5A3;
}
.successMessage{
	padding: 20px;
	background-color:#E4F5D2;
	color:#78CE1D;
	border: 1px dotted #C5C9CD;
}
