/* CSS Document */

/* Positioning */

#navcontainer {
	position:absolute;
	left:19px;
	top:298px;
	width:688px;
	height:33px;
	z-index:1;
	padding-left: 10px;
}
#header {
	position:absolute;
	left:43px;
	top:7px;
	width:685px;
	height:280;
	z-index:2;
}
#mainText {
	position:absolute;
	left:22px;
	top:345px;
	width:446px;
	height:355px;
	z-index:3;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightContent {
	position:absolute;
	left:490px;
	top:343px;
	width:230px;
	height:357px;
	z-index:4;
	border-left-style: solid;
	padding-left: 10px;
	padding-top: 5px;
	background-image: none;
	background-repeat: repeat-x;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-bottom-color: #ABC38D;
	border-left-color: #B1C996;
}
#footerContent {
	position:absolute;
	left:496px;
	top:753px;
	width:678px;
	height:35px;
	z-index:5;
}
#logoHolder {
	position:absolute;
	left:744px;
	top:42px;
	width:54px;
	height:142px;
	z-index:6;
	padding: 5px;
}



/* Images */

.floatRight {
	float: right;
	border: thin solid #666666;
	margin: 5px;
}

.floatleft {
	float: left;
	border: thin solid #666666;
	margin: 5px;
}

.image {
	border: thin solid #666666;
}

/* Text */

p { 
	font: lighter 14px "trebuchet ms", arial, helvetica, sans-serif; 
	margin-top: 0px; 
	text-align: left;
}

.block {
	font: lighter 12px "trebuchet ms", arial, helvetica, sans-serif;
	margin-top: 0px;
	text-align: left;
	background-color: #E8EFDE;
	display: block;
	border: thin solid #A3BE78;
	padding-right: 2px;
	margin-left: 0px;
	padding-left: 20px;
}

.blockindent {
	font: lighter 12px "trebuchet ms", arial, helvetica, sans-serif;
	margin-top: 0px;
	text-align: left;
	background-color: #FFCC66;
	display: block;
	border: thin solid #FFCC33;
	padding: 10px 2px 10px 5px;
}

p.p5 { 
	font-size: 10px;
	padding-top: 15px;
}

h1 { 
	font: bolder 15px "trebuchet ms", arial, helvetica, sans-serif; 
	margin-top: 0px; 
	text-align: left;
}

h2 {
	font: 800 14px "trebuchet ms", arial, helvetica, sans-serif;
	margin-top: 0px;
	text-align: left;
}


/* Menu */

#navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { color: #000000; }

body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1,
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a,
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 

.important {
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}	
}

#plaster { 

font:Arial, Helvetica, sans-serif
.h1 Arial, Helvetica, sans-serif
 }
 
.headlinetext {
	margin-top: 0px;
	text-align: left;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #FF0000;
}
