/* CSS Document */

body {
background-color: #357284;
margin: 0px;
padding: 0px;
padding-top: 0px;
font-family: arial, geneva, helvetica, helv, sans-serif;
font-size: 80%;
}

#container {
	background-image: url(images/paperRepeat.jpg);
	background-repeat: repeat-y;
	background-position: 0px 150px;
	position: absolute;
	left: 416px;
	margin-left: -377px;
	top: 0px;
}

a:link, a:visited {
color: #245D6F;
}

a:hover, a:active {
color: #457C8D;
}

.listItem a:link, .listItem a:visited {
text-decoration: none;
color: #245D6F;
}

.listItem a:hover, .listItem a:active {
text-decoration: none;
color: #457C8D;
}

#innerPageBannerMenu {
padding-top: 130px;
padding-left: 660px;
}

.innerPageBannerMenuItem {
margin-left: 20px;
}

.innerPageBannerMenuItemDecender {
position: relative;
top: 4px;
margin-left: 20px;
}

#menu {
padding: 10px 0px 10px 15px;
}

.menuItem {
padding-bottom: 8px;
}

.menuItemDecender {
padding-bottom: 6px;
}

.listItem {
	padding-top: 5px;
	background-image:url(images/blueBullet.gif);
	background-repeat:no-repeat;
	padding-left: 10px;
	background-position: 0px 9px;
}

#list {
margin: 0px;
}

#content {
padding: 15px 35px 10px 12px;
line-height: 110%;
color: #54311e;
}

p {
line-height: 140%;
}

.emText {
color: #357184;
font-size: 1.2em;
font-weight: bold;
}

.emBox {
    font-style: italic;
    color: green;
    border: 2px outset maroon;
    border-top-width: 1px;
    border-left-width: 1px;
}

.firstLetter {
color: #357284;
font-size: 30px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 80%;
}

#footer {
color: #54311e;
font-size: 10px;
padding-top: 12px;
padding-right: 30px;
text-align: right;
}

.footerItem {
}

.imgMarginLeft {
margin-right: 1px;
margin-left: 10px;
}

h1 {
font-size: 14px;
}

.era {
    font-family: Times New Roman, serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: bold;
    color: red;
    }