/* abisti style */

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #364694;
	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: #8D0D0C;
	font-size: 150%;
	background-color: #FFFFFF;
}

h2 {
	color: #364694;
	font-size: 115%;
	background-color: #FFFFFF;
	padding-top: 0 0 0 px;
	text-transform: lowercase;
	margin: 0 0 0 0px;
	text-align: center;
}
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: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #999999;
}
.indexsig {
	font-style: italic;
	color: #882551;
}


#leftmenu {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	color: #333333;
}
#content {
	margin-left: 200px;
	padding: 10px;
}


#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;
}
#leftmenu img {
	text-align: center;
	margin-left: 20px;
}



#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #364694;
	text-align: center;
	font-size: 80%;
	margin: 10px 0 0 0;
	min-height: 35px;
	padding: 10px 0 10px 0;
	border: 1px solid white;
}
#footer a {
	color: #FFFFFF;
	background-color: #364694;
}


#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;
}
.center {
	text-align: center;
}

.eventsul {
	margin-left: 0px;
}
#wrapper #content .eventsul li {
	margin-left: 10px;
	line-height: 150%;
}

.testimonials {
	text-align: left;
	display: block;
	width: 70%;
	border: 2px solid black;
	padding: 20px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(images/testimonialsbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
.testimonialsrightmenu {
	text-align: left;
	display: block;
	width: 90%;
	border: 1px dotted #880000;
	padding: 5px;
	background-color: #FFFFFF;
	color: #34689A;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/testimonialsbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.testimonialsig {
	font-weight: bold;
	color: #880000;
}

.bluetablerow {
	background-color: #34689A;
	color: #FFFFFF;
}
.darkbluetablerow {
	color: #FFFFFF;
	background: #003366;
	padding: 5px;
}

