/* CSS Screen = for layout purposes only */

* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background: #cedbec url(../images/bg_body.jpg) top left repeat-x;
font-size: 100%;
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
font-size: 1em;
font-family:Arial, Helvetica, sans-serif;
line-height: 150%;
margin-bottom:10px;
}

/* ABC */

#banner {
float:left;
width:775px;
height:175px;
background: url(../images/bg_banner.png) top left no-repeat;
}

#footer {
float:left;
height:15px;
width:775px;
background: url(../images/bg_footer.png) top left no-repeat;
}

#header {
float:left;
height:15px;
width:775px;
background: url(../images/bg_header.png) top left no-repeat;
}

#helpful {
width:180px;
background:#efc616;
margin-top:10px;

}

		#helpful h1 {
		font-size:1.0em;
		color:#4a6695;
		margin-left:10px;
		margin-top:10px;
		}
		
		#helpful p {
		font-size:0.8em;
		color:white;
		text-align:justify;
		/*font-weight:bold;*/
		margin-left:10px;
		margin-right:10px;
		line-height:110%;
		margin-bottom:10px;
		}

#frame {
float: left;
left: 50%;
margin-left: -388px;
position: absolute;
width: 775px;
}

#nav {
margin-left:12px;
margin-top:12px;
float:left;
width:180px;
}

		#nav ul {
		color:white;
		margin-left:10px;
		margin-top:7px;
		list-style:none;
		}
		
		#nav li a {
		color:white;
		background: url(../images/img_nav_bullet.jpg) center left no-repeat;
		text-decoration:none;
		padding-left:20px;
		font-weight:bold;
		}
		
		#nav li a:hover {
		color:#486795;
		}
		
#pages {
float:left;
height:30px;
width:365px;
background:#85c241;
}

		#pages ul {
		color:#486795;
		list-style:none;
		margin-top:3px;
		}
		
		#pages li {
		float:left;
		margin-left:10px;
		
		}
		
		#pages li a {
		float:left;
		background: url(../images/bg_pages.jpg) center right no-repeat;
		padding-right:15px;
		font-weight:bold;
		color:#486795;
		text-decoration:none;
		}		
		
		#pages li a:hover {
		color:white;
		}

#right {
width:178px;
float:left;
margin-left:13px;
margin-top:10px;
}

#text {
float:left;
width:365px;
margin-top:10px;
margin-left:12px;
}

		#text h1 {
		color:#83c23d;
		line-height:120%;
		font-size:1.2em;
		font-weight:bold;
		}
		
		#text p {
		color:#486795;
		line-height:120%;
		font-size:1em;
		/*font-weight:bold;*/
		}

#title {
float:left;
height:100px;
width:555px;
margin-top:75px;
margin-left:205px;}

#wrapper {
float:left;
width:775px;
background:white;
}

/* CLASSES */

.navbox {
width:180px;
background:#85c241;
}

.border {
border:1px solid black;
}

.fleft {
float:left;
margin: 10px, 10px, 20px, 0;
}

.fright {
float:right;
margin: 10px, 0, 20px, 10px;
}

.handyes {
display: none;
}
