/* SPEVI web site */
/* Sandra Vassallo */
/* Version 1: 2005-09-26 */
/* ########## FILTERS ########## */
/* undohtml.css file used to create a consistent starting point by outruling browser defaults */
@import url(undohtml.css);
/* browser specific filters */
@import url( filters.css );
/* ########## END FILTERS ########## */
body {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	font: 100%/2 arial, sans-serif;
}

div#headmast {
	background: #ffffff url(../img/bg-head.jpg) repeat-x scroll top;
	color: #0d2591;
	border-bottom: 3px solid #bedaf0;
}

div#headmast img {
	border: none;	
	vertical-align:bottom;
}

div#wrapper {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#wrapper a {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	padding: 0;
}

div#wrapper a:hover {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}

div#content {
	margin: 0;
	border-right: 0;
}

div#content h1 {
	background: #ffffff;
	color: #000000;
	font-size: 120%;
	margin: 0;
	padding: 1.5em 0em .4em 0em;
	border-bottom: 0;
}

div#content h2 {
	background: transparent;
	color: #000000;
	font-size: 120%;
	margin: 0;
	padding: .2em 0em 0em 0em;
}

div#listoflinks h2 {
	font-size: 100%;
	padding-left: 20px;
	margin-left: 3em;
	background: #ffffff url(../img/bullet.jpg) no-repeat scroll left;
}

div#content h3 {
	background: transparent;
	color: #000000;
	font-size: 115%;
	margin:0;
	padding: .2em 5em 0em 1.5em;
}

div#content h4, div#content h5 {
	background: transparent;
	color: #000000;
	font-size: 100%;
	margin:0;
	padding: .2em 5em 0em 3em;
}

div#content p {
	padding: .75em 0em .75em 0em;
}

div#content ul {
	padding: .75em 0em .75em 2em;
	list-style: disc;
}

div#content ol {
	padding: .75em 5em .75em 3em;
	list-style: decimal;
}

div#content dl {
	padding: .75em 0em .75em 0em;
}

div#content dt {
	font-weight: bold;
}

div#content dd {
	padding-left: 2em;
}

div#menu {
	display: none;
}

div#menu ul {
	display: none;
}

div#menu ul li {
	display: none;
}

div#menu ul a {
	display: none;
}

div#menu ul a:hover {
	display: none;
}

div#footer p {
	background-color: #ffffff;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	margin: 2em 0em 0em 0em;
	padding: 1em 0em;
	clear: both;
	text-align: left;
}

div#siteinfo {
	font-size: 85%;
	padding: 1em 0em;
	font-style: normal;
	text-align: left;
}

p#skiplink {
	display: none;
}

p#skiplink a {
	display: none;
}

p#skiplink a:hover {
	display: none;
}

div#content p.top {
	display: none;
}

/* Nifty Corners */

ul#split,ul#split li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#split li{
	float: none !important;
	width: 100% !important;
	margin: 0 2% 5% 0;
}

ul#split h2{
	font: bold 120%/1.3 arial,sans-serif;
	margin: 0;
	padding: 1% 0 0;
	text-align: center;
	color: #000000;
}

ul#split p{
	margin: 0;
	padding: 5px 8px 15px;
}

li#one h2{
	background: #e3a1c4;
}

ul#split div{
	background: #ffffcc;
}

li#one div{
	border: 2px solid #e3a1c4;
}

li#two h2{
	background: #ffbd00;
}

li#two div{
	border: 2px solid #ffbd00;
}

li#three h3{
	background: #e3a1c4;
}

li#three div{
	border: 2px solid #e3a1c4;
}
