/*.shadow-box{
box-shadow: 10px 10px 5px #888888;
width:1500px;
padding:5px;
text-align:center;
font-size:20px;
background:#21759b;
margin:0 auto;
color:#ffffff;
}
//*/

html{font-size:16px;}

/**
Color = F5F9FF  is super light, light, light blue - page color
Lighter color = F5F9FF
*/

body {
	padding-top: 75px;
	padding-left: 50px;
	background-color:#FFFFFF;
	font-size:100%;
	color:#1F003D;
}


.horizontal-list {
	padding: 2px 8px;
	list-style-type:none;
	display:inline-block;
	vertical-align;
}

.horizontal-list li {
	display:inline;
}

.bigger-font a{
	font-size: 150%;
}

.sitetitle {
	font-size: 200%;
	font-weight: bold;
	line-height: 90%;
	color: navy;
}

.fancy_title:first-letter {
	display:block;
	float:left;
	font-family:Georgia;
	font-size: 310%;
	font-weight: bold;
	line-height: 90%;
	margin-right: 6px;
	color: navy;
}

.fancy_title {
	font-size: 150%;
	font-weight: bold;
	line-height: 90%;
	color: navy;
}

#fancy_par:first-letter {
	display:block;
	float:left;
	font-family:Georgia;
	font-size: 310%;
	font-weight: bold;
	line-height: 90%;
	margin-right: 6px;
	margin-bottom:-2px;
	margin-top: 7px;
	color: navy;
}
