/* ID definitions */
#pagebackground {
        margin:0; padding-bottom:4;
        vertical-align: top;
        background-image: url("images/emily3_pageBackground.png");
        background-repeat: no-repeat;
}

#pagecontent {
		position: absolute;
		top: 90px;
		left: 90px;
}

#pagemenu {
		font: tahoma, verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		color: slategray; 
		text-align: right;
		vertical-align: top;
}

/* HTML overrides */
h1 {
    font-size: 1.8em;
    text-align: left;
	color: #1D4384;
}

h2 {
	color: #1D4384;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 0px;
}

h3 {
	color: #1D4384;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
}

h4 {
	color: #1D4384;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 0px;
}

h5 {
	color: #1D4384;
	font-size: 1em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
}

img {
	vertical-align: middle;
}

body {
	font-size: 12px;
	color: darkslategray;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	margin:0px;
	padding:0px;
	text-align:left
}

a {
	color: slategray;
	text-decoration: none;
}
a:hover {
	color: blue;
}

.defaulttext {
    background: none;
	font: tahoma, verdana, arial, helvetica, sans-serif;
	color:darkgray;
}

table {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

td {
	font: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	vertical-align: top;
}

li {
       list-style-position: outside;
       list-style-type: bullet;
}

ul {
       text-indent: 0px;
}

/* Class definitions */
.defaulttext {
    background: none;
	font: tahoma, verdana, arial, helvetica, sans-serif;
	color:darkgray;
}

.foot {
	text-align: center;
	color: slategray;
	font-size: 0.8em;
}

.inlineImage {
	height: 150px;
	width: 200px;
	padding-bottom: 15px;
	border-style: none;
}

.standaloneImage {
	height: 150px;
	width: 200px;
	padding-bottom: 15px;
	border-style: none;
    vertical-align: text-bottom;
}

.inlineImageRight {
	height: 150px;
	width: 200px;
	padding-bottom: 15px;
	border-style: none;
	text-align: right;
}

.inlineLargeImage {
	height: 300px;
	width: 450px;
	padding-bottom: 15px;
	border-style: none;
}
