/* CSS Document */

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
size:100%;
background-color:#F0E1CA;
margin-top:0px;
margin-left:0;
}
#siteholder {
	padding: 0px;
	width: 800px;
	color: #000;
	margin: 10px auto 0px;
	background: url(images/bgs/beigeMiddle.jpg) repeat-y;
	position: relative;
}
.cross {
	position: absolute;
	left: 550px;
	top: 8px;
}

#header
{
	margin: 0px;
	padding: 0px;
	width: 800px;
	color: #000;
	text-align: left;
	line-height: 15px;
	height: 132px;
	background: url(images/bgs/beigeTop.jpg) no-repeat;
}

#footer
{
	margin: 0px;
	padding: 0px;
	width: 800px;
	color: #000;
	background: url(images/bgs/beigeBottom.jpg) no-repeat;
	height: 73px;
}

/*navigation */

#nav
{
	margin-top: 0px;
	width: 136px;
	line-height: 11px;
	border: 1px groove #C8E4DE;
	margin-left: 3px;
	float: left;
}

#nav a.small
{
	display: block;
	margin: 0px;
	padding: 1px 0px 0px 10px;
	/*height:17px;*/
	font: 400 10px Verdana, Arial, Sans-Serif;
	line-height: 15px;
	color: #03C;
	background: #D2C7DA;
	text-decoration: none;
	border-top: 1px solid #d3d3d3;
}

#nav a
{
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	/*height:17px;*/
	font: 400 12px Verdana, Arial, Sans-Serif;
	line-height: 15px;
	color: #03046A;
	text-decoration: none;
	border-top: 1px solid #d3d3d3;
}
table {
	font-size: 80%;
	border-collapse:collapse;
}
h1 {
	font: italic bold 24px "Times New Roman", Times, serif;
	padding-left: 100px;
}

#nav a:hover
{
	color: #000000;
	background: #EAE2D9;
}

#content
{
	text-align: left;
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content p
{
	margin: 0px 50px 10px;
	padding: 0px 0px 0px 100px;
	font: 400 12px/16px verdana, arial, sans-serif;
	text-align: left;
	color: #202020;
	background: transparent;
}
#content h1
{
	color: #202020;
	background: transparent;
	padding: 10px;
	margin-left: 10px;
}
.noLink {
	font-weight: bold;
	color: #333333;
}


#content ul
{
	margin: 0px 20px 10px 85px;
	padding: 0px 0px 0px 100px;
	font: 400 11px/18px verdana, arial, sans-serif;
	text-align: left;
	color: #202020;
	background: transparent;
	list-style: url(images/bullet_triangle.gif);
}
#content ol
{
	margin: 0px 20px 10px 85px;
	padding: 0px 0px 0px 100px;
	font: 400 11px/18px verdana, arial, sans-serif;
	text-align: left;
	color: #202020;
	background: transparent;
	list-style: url(images/bullet_triangle.gif);
}
.tableList {
	background-image:url(images/bullet_triangle.gif);
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-left: 10px;
}
table a {
color:#003366;
}
table a:hover {
color:#660000;
}

p a
{
	font: 400 12px/20px verdana, arial, sans-serif;
	text-decoration: underline;
	color: #17579F;
	background: transparent;
}

p a:hover
{
	color: #000;
	background: d3d3d3;
}

p a:visited
{
	color: #202020;
	background: transparent;
}
#content p.subHeading {
	font-size: 18px;
	color: #006600;
	width: 400px;
	line-height: 20px;
}
#content p.subSubHeading {
	font-size: 12px;
	color: #5C9D5C;
	font-weight: bold;
}
.subtext {
	font-size: 12px;
}
.caption {
	font-size: 11px;
	font-style: italic;
	color: #003366;
}
.praiseImageLeft {
	left: 5px;
	top: 300px;
	float: left;
}
