/* CSS Document */

body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	padding: 0em;
	margin: 0;
	text-align: center;
}

#content {
	width: 750px;
	background-color: white;
	margin: auto;
	voice-family: "\"{\"";
	voice-family:inherit;
}
html>body #content {
	width: 750px;
} 

a {
	text-decoration: none;
}

a:link {
	color: #2d006b;
	font-size: 1.0em;
}

a:visited {
	color: #330099;
	font-size: 1.0em;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #2d006b;
	font-size: 1.5em;
}

#nav a {
	text-decoration: none;

}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #2d006b;
	font-size: 1.2em;
	padding: 0.2em 10px;
	background-color: #ccccff;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #000033;
	border-width: 0 5px;
}

li.ddwn {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	background-color: #ccccff;
	width: 107px;
}

li.my {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	background-color: white;
}

li.mainlink {
	background-color: white;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}
p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	padding: 1.25em 1.25em 1em 1em;
}

p.image img {
	display: block;
	border: 1px solid #000033;
}

