/* abisti style */

body {
	margin: 0;
	padding: 0;
	color: #000066;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	
}

a {
	text-decoration: underline;
	color: #000066;
	background-color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #FFFFFF;
}

h1 {
	color: #882551;
	font-size: 150%;
	background-color: #FFFFFF;
	font-weight: bold;
}

h2 {
	color: #5C0000;
	font-size: large;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-style: italic;
	color: #000066;
}



#wrapper {
	width: 760px;
	border: 1px solid black;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


#header {
	margin: 5px 10px 0 10px;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #999999;
}
.indexsig {
	font-style: italic;
	color: #882551;
}



#content {
	color: #000000;
	background-color: #FFFFFF;
	padding: 12px;
	min-height: 300px;
	margin-left: 200px;
	border-left: 1px solid #999999;
}


#leftmenu {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	color: #333333;
}

#leftmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftmenu a {
	display: block;
	color: #666666;
	background-color: #FFFFFF;
	width: 150px;
	padding: 4px 8px 4px 30px;
	text-decoration: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	border-top: black;
	font-size: 80%;
}


#leftmenu a:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#leftmenu li 
{
	margin: 0 0 0 0;
	font-size: 16px;
}


#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #882551;
	text-align: center;
	font-size: 80%;
	margin: 10px 0 0 0;
	min-height: 35px;
	padding: 10px 0 10px 0;
}
#footer a {
	color: #FFFFFF;
	background-color: #882551;
}


#wrapper #footer #center {
	text-align: center;
}

.leftfloat {
	float: left;
	border: 0;
	padding: 0 20px 10px 10px;
}


.rightfloat {
	float: right;
	margin: 0;
	padding: 0px 25px 10px 20px;
}
.eventsul {
	margin-left: 0px;
}
#wrapper #content .eventsul li {
	margin-left: 10px;
	line-height: 150%;
}
.redtext {
	color: #FF0000;
}
#notice {
	border: 1px solid black;
	padding: 10px 10px 0px 10px;
	background-color: #A9D6DB;
	font-weight: bold;
}
.center {
	text-align: center;
}
