A 			{
	color: #607B8B;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
} 
A:link		{color: #607B8B; text-decoration: none;} 
A:visited	{color: #607B8B; text-decoration: none;} 
A:active	{color: #607B8B; text-decoration: none;} 
A:hover		{color: #663366; text-decoration: underline;}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #607B8B;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
p {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 44px;
	color: #9C569A;
	font-style: italic;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 0px;
	display: block;
	padding: 0px;
	text-transform: lowercase;
	display: block;
	width: 120px;
	height: 800px;
	float: left;
	border-right: 2px solid #E0EEEE;
	margin-right: 20px;
	text-indent: 140px;
	}
h2 {
	margin: 0px 0px 3px 0px;
	font-size: 18px;
	letter-spacing: 1px;
}
h3 {
	font-size: 12px;
	color: #607B8B;
	text-align: right;
	border-top: 2px solid #E0EEEE;
	letter-spacing: 2px;
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
h4 {
	font-size: 17px;
	color: #9C569A;
	font-style: normal;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E0EEEE;
	text-align: right;
	padding: 10px;
	margin-left: 120px;
	}
ul {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 3px 0px 8px 0px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
strong {
	font-size: 18px;
	font-weight: bold;
}
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}
div#menu {
	margin-bottom: 20px;
}
div#leftmenu {
	display: block;
	width: 150px;
	height: 1000px;
	margin: 0px 50px 20px 0px;
}
div#leftmenu a {
	display: block;
	padding: 0px 0px 20px 0px;
}
div#leftmenu li {
	display: block;
	padding: 0px 0px 20px 0px;
	marker-offset: 0px;
}

div#site {
	width: 400px;
	display: block;
	float: left;
	margin-left: 50px;
}
div#dropdown a:hover {
	color: #FFFFFF;
	background-color: #669999;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #663366;
	border-bottom-color: #663366;
	border-left-color: #FFFFFF;
	text-decoration: none;
}
