/* Start of CMSMS style sheet 'main' */
@charset "utf-8";
/* CSS Document */

body{
font-family: Arial, Helvetica, sans-serif;
font-size:medium;
background:#CCCCCC;
}

a:link{
color:#009836;
}

a:visited{
color:#009836;
}

a:hover{
text-decoration:none;
}

h4{
margin-top:0;
padding-top:0;
font-size: 16px;
color:#009836;
}

h3{
font-size: 14px;
}



#container{
width: 950px;
margin: 0 auto;
border: 2px solid green;
background:#FFFFFF;
}

#topbar{
height: 122px;
width: 100%;
}

#logo{
width: 139px;
height: 125px;
background:url(images/WFIPlogo.gif) no-repeat;
float: left;
margin-left: 15px;
}

#saying{
	height: 50px;
	width: 681px;
	background-image: url(images/saying.gif);
	float: right;
	margin-top: 39px;
	margin-right: 20px;
}

#greenbar{
height: 10px;
width: 100%;
background:#009836;
}

#content{
width: 100%;
overflow:hidden;
}

#content-left{
width: 675px;
float: left;
overflow:hidden;

}

#main-content{
width:655px;
border:100%;
margin:8px;
font:Arial, Helvetica, sans-serif;
background:url(images/pgbg_of.jpg) center no-repeat;
min-height:470px;
line-height:18px;

}

/* IE fix */

* html #main-content{
height: 470px;
}

#main-content h3{
font-size: 18px;
color:#009836;

}

#content-right{
width: 274px;
float: right;
border-left: 1px solid #009836;
height:100%;
}

#rtnav{
width:100%;
height:243px;
background:#bacce9;
}

#rtnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#rtnav ul li {
	line-height:30px;
}
#rtnav ul li:hover {
	background-color:#FFF;
	color:black;
}
#rtnav ul li a {
	font-size: 18px;
	color:#000;
	text-decoration:none;
	height:30px;
	display:block;
	padding:5px;
	padding-left: 35px;
	background:url(images/nav-arrow-white-2.gif) no-repeat  left;
	margin-left: 0px;
}
#rtnav a:hover {
	color:black;
	background:url(images/nav-arrow-2.gif) no-repeat  left;
}


#joinus{

}

#joinusbox a:link{
color: white;
text-decoration:none;
}

#joinusbox a:visited{
color: white;
text-decoration:none;
}

#joinusbox{
background:#009836;
font-size:18px;
color: white;
font-weight:bold;
padding:3px;
text-align:right;
}


#supportus{

}

#supportusbox{
background:#009836;
font-size:18px;
color: white;
font-weight:bold;
padding:3px;
text-align:right;
}

#supportusbox a:link{
color: white;
text-decoration:none;
}

#supportusbox a:visited{
color: white;
text-decoration:none;
}

#main-image{
/*background:url(images/mainpic.gif);*/
width: 675px;
height:243px;
overflow:hidden;
}

#bread-crumb{
width:100%;
height: 18px;
padding:4px;
padding-top:8px;
font-size:12px;
background:#bacce9;
border-top: 1px solid #009836;
border-bottom: 1px solid #009836;
}

#bottom{
width:100%;
min-height:22px;
background:#bacce9;
overflow:hidden;

}

#copyright{
font-size:12px;
float:left;
padding:5px;
}

#bottomlinks{
padding:5px;
font-size:12px;
float:right;
}

#bottomlinks a:link{
color: black;
text-decoration:none;
}

#bottomlinks a:hover{
color: black;
text-decoration:underline;
}
/* End of 'main' */

