/* CSS Screen = for layout purposes only */

* {
font-family:Arial, Helvetica, sans-serif;
font-size: inherit;
margin: 0;
padding: 0;
}

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

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

/* ABC */

#banner {
float:left;
height:115px;
width:760px;
}

#button {
background:url(../images/bg_button.jpg) top left repeat-y; 
float:left;
height:50px;
width:280px;
}

		#button p {
		color:white;
		float:left;
		font-weight:bold;
		margin-left:10px;
		}
		
		#button a {
		text-decoration:none;
		color:white;
		
		font-size:1.2em;
		}

#content1 {
float:left;
height:160px;
width:280px;
}

		#content1 p {
		color:#1B2B6E;
		font-size:0.8em;
		line-height:100%;
		margin-top:10px;
		}

#content2 {
float:left;
height:160px;
margin-left:8px;
width:280px;
}

		#content2 p {
		color:#1B2B6E;
		font-size:0.8em;
		line-height:100%;
		margin-top:10px;
		}
		


#content3 {
float:left;
height:160px;
width:280px;
}
		
		#content3 p {
		color:#1B2B6E;
		font-size:0.8em;
		line-height:100%;
		margin-top:10px;
		}

#content4 {
float:left;
margin-left:8px;
height:160px;
width:280px;
}
		
		#content4 p {
		color:#1B2B6E;
		font-size:0.8em;
		line-height:100%;
		margin-top:10px;
		}

#frame{
float: left;
height:685px;
left: 50%;
margin-bottom:30px;
margin-left: -380px;
position: absolute;
width: 760px;
}

#flash {
background: url(../images/flash_bottom.png) top left repeat-y;
float:left;
height:207px;
width:570px;
}

#footer {
background:url(../images/bg_footer.png) bottom left no-repeat;
float:left;
height:90px;
width:746px;
}

		#footer p {
		color:#1B2B6E;
		font-size:0.7em;
		line-height:100%;
		margin-left:10px;
		margin-top:69px;
		}

#nav {
background:#DBDBDC;
float:left;
height:40px;
width:570px;
}


			#nav ul {
			list-style:none;
			color:#1B2B6E;
			margin-top:7px;
			}

			#nav ul li {
			
			float:left;
			margin-left:15px;
			}

			#nav ul li a {
			background: url(../images/bg_bullet.jpg) center left no-repeat;
			color:#1B2B6E;
			padding-left:15px;
			font-size:0.9em;
			text-decoration:none;
			}
			
			#nav a:hover {
			color:white;
			}


#sidebar {
background:#DBDBDC;
float:right;
height:567px;
width:170px;
}

			#sidebar p {
			color:#1B2B6E;
			font-size:0.8em;
			line-height:100%;
			margin-left:10px;
			}
			
			#sidebar h1 {
			color:#1B2B6E;
			font-size:0.9em;
			margin-left:10px;
			}
			
			#sidebar a {
			color:#1B2B6E;
			text-decoration:none;
			}
			
			#sidebar a:hover {
			color:white;
			}

#text {
float:left;
width:570px;
}


		#text h1 {
		color:#1B2B6E;
		font-size:1em;
		}

		#text p {
		color:#1B2B6E;
		font-size:0.9em;
		line-height:110%;
		margin-top:10px;
		}

		#text ul {
		color:#1B2B6E;
		font-size:0.8em;
		line-height:100%;
		list-style:square;
		margin-left:140px;
		}
		
		#text table {
		margin-left:0px;
		}

#textheader {
background: url(../images/flash_bottom.png) top left repeat-y;
float:left;
height:25px;
width:570px;
}

		#textheader p {
		color:white;
		font-weight:bold;
		font-size:0.9em;
		margin-left:120px;
		margin-top:2px;
		}


#wrapper {
float:right;
width:746px;
/*height:500px;*/
}

/* CLASSES */

.border {
border:1px solid black;
}

.fleft {
float:left;
margin-right:10px;
margin-bottom:5px;
}

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

.handyes {
display: none;
}