body {
	color: black;
	background-color: white;
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #8C0C5A;
	background-color: transparent;	
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: 1em;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
}

a {
	color: #444;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:link  {
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: underline;
}
	
a:active {
}

hr {
	color : #8C0C5A;
	background-color: #8C0C5A;
	border: 0px;
	height: 1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img {
	border: 0px;
}

blockquote { 
	margin-left: 1.5em; 
}

dt { 
	font-weight: bold;
	margin-bottom: 0.5em; 
}

dd { 
	margin-bottom: 1em; 
	margin-left: 1em; 
}

#main {
	border-top: double #8C0C5A 7px;
	border-bottom: double #8C0C5A 7px;
	width: 100%;
	height: 100%;
}

#main table tr,td,th {
}

#nav {
    color: black; 
    background-color: #aaa; 
	font-size: 9pt;
	text-align: left;
    vertical-align: top; 
	width: 200px;
	padding: 1em 0em;
	background-image:  url("../images/marble.jpg");
	background-repeat: repeat;
	border-right: 1px solid black;
}

/* left navigation menu */
.navLeft {
	font-size: 9pt;
	font-weight: normal;
	width: 200px;
	margin: 1em 0em;
	padding: 0 6px 1em 6px;
}

.navLeft a:link, .navLeft a:active, .navLeft a:visited {
	color: black;
}

.navLeft a:hover {
	text-decoration: underline;
}

.navLeft h2 {
	color: #8C0C5A;
	text-align: left;
}

.navLeft h2 a {
	color: #8C0C5A;
	font-style: normal;
	text-decoration: none;
}

.navLeft h2 a:hover {
	text-decoration: underline;
}

/* browsers have different defaults for lists, so we must override */
.navLeft ul {
	margin: 0em 0em 0em 2em;
	padding: 0em;
}

.navLeft li  {
	font-size: 10pt;
	position: relative;
}

.navLeft ul li {
	font-size: 10pt;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	margin: 0em;
	padding: 0em;
	text-indent: -0.7em;
}

.navLeft li li {
	font-size: 8pt;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	margin: 0em;
	padding: 5px;
	text-indent: 0em;
	border: 1px solid #415F9B;
	border-collapse: collapse;
}

.navLeft li li li {
	font-size: 8pt;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	margin: 0em;
	padding: 5px;
	text-indent: 0em;
	border: 1px solid #415F9B;
	border-collapse: collapse;
}

/* nice effect, but buggy in Firefox and doesn't work in IE
#navLeft li li:hover {
	list-style-type: disc;
}
*/

.navLeft li a {
	color: black;
	font-weight: normal;
}

.navLeft li li a {
	color: black;
	font-weight: normal;
}

.navLeft a:hover {
	text-decoration: underline;
}

.navLeft ul ul {
	position: absolute;
	z-index: 2;
	top: 0;
	/* this must be less than the parent width, or it will disappear */
	left: 150px;
	/* this should be the same as the parent width (and it cascades without specifity) */
	width: 200px;
	display: none;
	background-color: gray;
	border: 2px solid black;
	border-collapse: collapse;
	padding: 1px;
	margin-top: -1em;
}

.navLeft li:hover ul li {
	border: 2px solid black;
	background-color: white;
}

.navLeft ul ul, 
.navLeft ul ul ul, 
.navLeft ul li:hover ul ul,
.navLeft ul ul li:hover ul ul {
	display: none;
}

.navLeft ul li:hover ul, 
.navLeft ul ul li:hover ul, 
.navLeft ul ul ul li:hover ul {
	display: block;
}

#content {
	color: black;
	background-color: white;
    vertical-align: top; 
	padding: 1em 3em;
}

#content p {
	text-align : justify;
}

#sidebar {
    color: black; 
    background-color: #aaa; 
	text-align: center; 
    vertical-align : top; 
	font-size: 9pt;
	width: 200px;
	padding: 1em 1.5em;
	border-left: 1px solid black;
	background-image:  url("../images/marble.jpg");
	background-repeat: repeat;
}

.contactinfo {
	text-align: center; 
	margin-top: 5em; 
	font-size: 8pt;
}

.contactinfo strong {
	color: #8C0C5A; 
	font-size: 11pt;
}

.contactinfo div {
	margin: 0 0 1em 0;
}

#footer {
	text-align: center;
	margin: 25em 0 5em 0;
}



/* present links as a true list with no bullets */
ul.linklist {
	list-style: none;
	margin-left: 0;
	padding-left: .5em;
	text-indent: -1em;
	line-height: 1.5em;
	text-align: left;
}

.center {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

.logo {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

.logo img {
	border: 2px solid black;
}

.thumbs {
	color: black;
	background-color : transparent;
	font-size: 8pt;
	font-weight: bold;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

.thumbs img {
	border: 2px solid black;
	margin: 1em 1em .5em 1em;
}
