a:visited {
    text-decoration: none;
}
a:hover {
    color: #009999;
    text-decoration: underline;
}
a:link {
    text-decoration: none;
}
h1 {
    color: purple;
    font-family: sans-serif;
    font-size: 18pt;
}
h2 {
    font-family: sans-serif;
    font-size: 14pt;
}
p {
    color: #000000;
    font-family: sans-serif;
	font-size: 12pt;
}
.boldtab {
    color: black;
    font-family: sans-serif;
    font-weight: bold;
}
.texttab {
    color: black;
    font-family: sans-serif;
}
.copyright {
    color: #000000;
    font-size: 14px;
    font-style: italic;
}
.menuitem {
    font-family: sans-serif;
    font-size: 10pt;
}

body {
	background-color: #eee;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	color: #333333;
	font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#page {
	width: 760px;
	margin: 20px auto;
	padding: 0 20px 0 10px;
	position: relative;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	background-color: #b4e1ff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position:  145px top;
	border-radius: 15px;
}

#sidebar {
	float: left;
	width: 150px;
}

#content {
    width: 590px;
/*	margin-left: 160px; */
	float: right;
	padding: 10px;
}

#logo {
}

#menu {
	margin-top: 0px;
}

#footer {
	padding: 5px;
	text-align: center;
}

#footer p {
	font-size: 8pt;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#menu ul {
	border-radius: 10px;
	background-color: #6699cc;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

#menu li {
	font-weight: bold;
	font-size: 11pt;
	list-style: none;
	padding-left: 0;
}

#menu li a{
	color: #000;
	display: block;
	padding: 4px 0 4px 10px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	}

#menu li a:hover{
	background-color: #dbebfa;
	text-decoration: underline;
}

#menu li.cat {
	padding: 4px 0 4px 20px;
	color: #dbebfa;
	padding-top: 10px;
	padding-bottom: 4px;
}

.clear {
	clear: both;
}

.menufill {
min-height: 20px;
}

