@import 'layout.css';

/* CSS Document */
#MainContainer{
	width:1280px;;
	height:100%;
/*	background:#c1c7e2; */
	background: transparent;
}


#mainContent {
	min-height: 400px;
	height: auto;
	margin-left: 180px;
	padding: 0 15px 15px 15px;
	border-left: 3px solid #349A34;
	color: #349A34; 
}

#mainContent p, #mainContent td{
	color: #000000;
}

.subheader {
	font-size: 1.6em; 
	font-weight: bold;
	color: #349A34;
}

.subheader2 {
	font-size: 1.4em; 
	font-weight: bold;
	color: #349A34;
}

.normtext, .detailnoborder {
	color: #000000;
}

h1.heading {
	font-size: 0.9em;
}

.sup {
	vertical-align: super;
}

.sub {
	vertical-align: sub;
}
#logo2 {
	background:#ffffff url(../images/green1.jpg) top left repeat-x;
	height: 116px;
	width: 100%;
	vertical-align:top;
	text-align:left;
	font-size: 3.5em;
	color: #ffffff;
	border-bottom: 3px solid #349A34;

}	
#logo {

	width: 130px;
	height: 90px;
	top: 0;
	left: 0;
	float: left;
	background:#ffffff url(../images/SPA_Logo.jpg) top left no-repeat;
	border-bottom: 3px solid #333399;
}

#header2{
	background:transparent url(../images/header1.jpg) 50% 50% no-repeat;
	height: 130px;
	width: 870px;
	vertical-align:middle;
	text-align:center;
	font-size: 3.5em;
	color: #f9851e;
	border-bottom: 3px solid #349A34;
}

#MainHeader{
	width: 100%;
}

#footer {
	width: 100%;
	border-top: 3px solid #349A34;
	text-align: right;
	font-size: 0.8em;
	font-variant: small-caps;
	color: #349A34;
}

table.footer {
	width: 100%;
	text-align: left;
}

.footer2 {
	text-align: right;
}

.footercheck {
	height: 31px;
	width: 88px;
	border: none;
}

#header{
	background:transparent;
	height: 90px;
	width: auto;
	vertical-align:middle;
	text-align:center;
	font-size: 3.5em;
	color: #349A34;
	border-bottom: 3px solid #349A34;
}

#MainNav {
	font-size: 0.9em;
	width: 180px;
	min-height: 400px;
	float: left;
	border-right: 3px solid #349A34;
	border-top: 3px solid #349A34;
	margin-top: -3px;
}

#MainNav td {
	width: 179px;
}

#header table{
	height: 90px;
}

body {
/*
	background:#FFFFFF url(../images/AnimationOct.gif) top right no-repeat fixed;
*/
	background-color: #ffffff;
	font-family: Arial, sans;
}

body.noanim {
	background:#FFFFFF url(../images/VOCBacknoanim.jpg) top right no-repeat fixed;
	font-family: Arial, sans;
}
.text_fields {
	background: #c9fec6;
}

#mainContent li {
	color: #000000;
	font-size: 0.9em;
}

#footer a:link, a:visited, a:active {
	color: #349A34;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
} 