@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial;
	margin:0;
	padding:0;
	background-image:none;
	background-repeat:none;
	background-color:none;
}

a{
	color:#009900;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

h1 {
	color:#009900;
	font-size:18px;
}

h4 {
	color:#009900;
	font-size:14px;
	text-decoration:underline;
}

#maincontainerwrap {
	text-align:center;
	width:880px;
	margin: 0 auto;
	background-color:none;
}

#maincontainer1 {
	width:880px;
}

#maincontainer2 {
	float:left;
	width:880px;
}


#headerborder {
	display:none;
}

#headerleft {
	display:none;
}

#headerlogo {
	display:none;
}

#headerlinks {
	display:none;
}

#headerlinkleft {
	display:none;
}

#navtop {
	display:none;
}

#navtop a{
	display:none;
}
#navtop a:hover{
	display:none;
}

#headerimage {
	display:none;
}


#mainwrap {
	float:left;
	width:880px;
	background-image:none;
	background-repeat:none;
}

#mainborder {
	float:left;
	width:40px;
	height:300px;
	display:block;
}

#mainleftmargin {
	float:left;
	width:790px;
	margin-left:10px;
}

#maintext{
	float:left;
	width:780px;
	margin-right:10px;
	font-size:12px;
	text-align:justify;
	color:#009900;
}


#psboxwrap {
	float:left;
	width:380px;
	height:150px;
	border:2px solid #009900;
	background-color:#FFFFFF;
}
#psboxwrap a{
	color:#009900;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
#psboxwrap a:hover{
	text-decoration:none;
}

#psboximg {
	float:left;
	width:138px;
	height:150px;
	text-align:center;
	background-color:#FFFFFF;
	border-right:2px solid #009900;
}

#psboxspacer {
	float:left;
	width:10px;
	height:150px;
	display:block;
}

#psboxtext {
	float:left;
	width:220px;
	height:150px;
}

#psboxtexttopmargin {
	float:left;
	width:220px;
	height:10px;
	display:block;
}

#psboxtextdescription {
	float:left;
	color:#009900;
	width:220px;
	height:120px;
	font-size:11px;
	font-weight:normal;
	overflow:auto;
}

#psboxtextlink {
	float:left;
	width:220px;
	height:20px;
	font-size:9px;
	font-weight:bold;
	text-align:right;
}

#bottomlinks {
	float:left;
	width:880px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	background-image:url(images/back_image.gif);
	background-repeat:repeat-y;
	display:none;
}

#footerwrap {
	float:left;
	width:880px;
	height:65px;
	background-color:#ffffff;
	display:none;
}

#footerinside {
	float:left;
	width:880px;
	height:65px;
	background-color:#ffffff;
	display:block;
	background-image:url(images/footer_image.gif);
	background-repeat:no-repeat;
	display:none;
}

#copyright{
	font-size:10px;
	font-weight:bold;
}