.emphasis {
	font-weight: bold;
}
#LeftPaneImage {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004D34;
	margin-top: 15px;
}
#LeftPaneImage img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#LeftPaneImage p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#MainContent {
	margin-top: 15px;
	margin-left: 10px;
}

a:link {
	color: #E54F13;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E54F13;
}
a:hover {
	text-decoration: underline;
	color: #E54F13;
}
a:active {
	text-decoration: none;
	color: #E54F13;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	height: 100%;
	text-align: center;
	margin: 0;
    padding: 0;
}
#Container {
    position: relative;
    margin: 0 auto;
}
	
p {
	font-size: small;
	color: #004D34;
}
#MainContent p {
	margin-right: 10px;
}


html, body {
    height: 100%;
	margin: 0;
    padding: 0;
}
.disclaimer {
	font-size: x-small;
	font-style: italic;
	color: #004D34;
	margin: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004D34;
}
.BottomNavigation {
	font-size: x-small;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;

}
.UpperNavigation {
	font-size: x-small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C3D9;
	text-transform: capitalize;
}
#MainContent li {
	font-size: x-small;
	line-height: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0B6DC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	background-image: url(images/bullet-star.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-type: none;
	padding-left: 15px;
	padding-top: 0px;
}
h1 {
	font-style: italic;
	color: #004D34;
	font-size: x-large;
}
h2 {
	font-style: italic;
	color: #004D34;
	font-size: large;
}
