/* CSS Screen = for layout purposes only */

* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background:white;
font-size: 100%;
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 110%;

}

/* ABC */

#banner {
float:left;
height:68px;
width:765px;
}

#content {
float:left;
width:580px;
}

#flash {
background:white;
float:left;
height:235px;
margin-bottom:5px;
width:580px;
}

#footer {
background: url(../images/bg_footer.jpg) top left no-repeat;
float:left;
margin-top:5px;
height:25px;
width:765px;
}

		#footer p {
		color:white;
		font-size:0.7em;
		margin-top:6px;
		margin-left:10px;
		}
		
		#footer a {
		color:white;
		/*text-decoration:none;*/
		}

#frame{
background:white;
float: left;
left: 50%;
margin-left: -383px;
margin-top:15px;
position: absolute;
width: 765px;
}

#images {
float:left;
width:230px;
}

	#images img {
	float:left;
	margin-bottom:5px;
	}

#nav {
background:#1625a6;
float:left;
height:25px;
width:580px;
}

	#nav a img {
	border:0;
	float:left;
	}

#sidebar {
background:black;
float:right;
height:580px;
width:180px;
}

		#sidebar p {
		color:white;
		font-size:0.8em;
		line-height:110%;
		margin-left:13px;
		}
		
		#sidebar a {
		color:white;
		text-decoration:none;
		}

		#sidebar ul {
		list-style:none;
		margin-left:13px;
		margin-top:5px;
		}
		
		#sidebar li a {
		color:white;
		font-size:0.8em;
		padding-right:20px;
		height:16px;
		text-decoration:none;
		font-weight:bold;
		background: url(../images/btn_arrow.png) center right no-repeat;
		}

#text {
float:left;
width:350px;
}

		#text p {
		font-size:0.8em;
		margin-left:10px;
		line-height:120%;
		margin-right:5px;
		margin-bottom:10px;
		}
		
		#text ul {
		list-style:disc;
		margin-left:25px;
		font-size:0.8em;
		margin-bottom:10px;
		}

#title {
background:#1625a6;
width:580px;
height:30px;
margin-bottom:5px;
}

	#title h1 {
	color:white;
	font-size:1.4em;
	text-align:right;
	margin-top:2px;
	margin-right:5px;
	}

/* CLASSES */

.boxout {
background:url(../images/bg_boxout.jpg) top left repeat-x;
float:left;
margin-bottom:5px;
height:155px;
width:290px;
overflow:hidden;
}

		.boxout p {
		color:white;
		font-size:0.7em;
		line-height:110%;
		margin-left:10px;
		}

		.boxout ul {
		list-style:none;
		margin-left:10px;
		margin-top:5px;
		}
		
		.boxout li a {
		color:white;
		font-size:0.7em;
		padding-right:20px;
		height:16px;
		text-decoration:none;
		font-weight:bold;
		background: url(../images/btn_arrow.png) center right no-repeat;
		}
		
		
.boxout2 {
background: url(../images/bg_boxout.jpg) top left repeat-x;
float:left;
height:155px;
width:290px;
overflow:hidden;
}

		.boxout2 p {
		color:white;
		font-size:0.7em;
		line-height:110%;
		margin-left:10px;
		}
		
		.boxout2 ul {
		list-style:none;
		margin-left:10px;
		margin-top:5px;
		}
		
		.boxout2 li a {
		color:white;
		font-size:0.7em;
		padding-right:20px;
		height:16px;
		text-decoration:none;
		font-weight:bold;
		background: url(../images/btn_arrow.png) center right no-repeat;
		}

.border {
border:1px solid black;
}

.fleft {
float:left;
margin: 10px, 10px, 20px, 0;
}

.fright {
float:right;
margin: 10px, 0, 20px, 10px;
}

.handyes {
display: none;
}