/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
#titles {
	position:absolute;
	left: 170PX;
	top: 0px;
}
#content {
	/*position:absolute;
	left: 170px;
	top: 80px;
	width: 600px;*/
	margin: 0 10px 0 0;
	padding:   5px 5px 5px 5px;
	border-right-color: #000000;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}
#menu {
	width: 150px;
	padding: 0 0 1em;
	float: left;
	margin: 0px;
	font-size: 100%;
	/*#position: absolute;
	left: 0px; */
	background-color:#FFFFFF;
	border-right-color: #cc0033;
	border-top-color: #cc0033;
	border-top-style: solid;
	border-top-width: 1px;
	/*border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #cc0033;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #cc0033;
	border-left-style: solid;
	border-left-width: 1px;*/

}
#menu a {
	list-style: none;
	margin: 0;
	padding: 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #cc0033;
	border-right: 1px solid #cc0033;
	border-top: 0px none #cc0033;
	border-left: 1px solid #cc0033;
	display: block;
	color: #333366;
	/* width:120px; */
	margin: 0;
	text-decoration: none;
	text-align:center;
	background-color:#EDEDED;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #C5C5C5;
}

#menu a:hover {
	color:#FFFFFF;
	background:#333366;
}
.subtitle {
	font-size: 9px;
	font-style:italic;
}
.small{
	font-size:10px;
	}
a {
text-decoration:none;
}
a:hover {
	color:#FF0000;
}
