body {
	background-color: #ECECFF;

}
#mainContainer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	width: 802px;
}

#banner {
	height: 70px;
	width: 800px;
	background-color: #C5D6D3;
	background-image: url(images/banner2.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0A273F;
	border-right-color: #0A273F;
	border-bottom-color: #0A273F;
	border-left-color: #0A273F;
}
#verticalMenuContainer  {
	height: 25px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0A273F;
	border-right-color: #0A273F;
	border-bottom-color: #0A273F;
	border-left-color: #0A273F;
	background-image: url(images/blue_background2.jpg);
}
#verticalMenuContainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
/*#verticalMenuContainer ul li */.notLastMenuItem   {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #082B47;
}
/*#verticalMenuContainer ul li */.lastMenuItem    {
	display: inline;
}


#verticalMenuContainer ul li a
{
	text-decoration: none;
	color: #092B44;
	padding: .3em .8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#verticalMenuContainer ul li a:hover
{
	color: #0F3B5F;
	background-color: #EEF;
	background-image: url(images/downhand.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contentContainer {
	margin-top: 10px;
	border: 1px solid #0A273F;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #FFF;
}

#footer {
	height: 20px;
	width: 802px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #757575;
}

.headerText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0E3556;
	font-style: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D789B;
	margin-top: 30px;
}
.subHeaderText {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EB7CF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #036;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
	font-weight: bold;
	margin-top: 30px;
}


.normalText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #036;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
}
.contentSeparator {
	height: 1px;
	width: auto;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #BBCEDF;
}


p {
	text-align: justify;
}
.selectedMenuItem {
	color: #0F3B5F;
	background-image: url(images/downhand.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #ececff;
}
.dottedTable td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBCEDF;
}
.publicationText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #036;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: -40px;
	margin-left: 40px;
}
.photoContainer {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #048;
	text-decoration: none;
	font-weight: bold;
}
.blueBorder {
	border: 2px solid #036;
}
