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

html, body {	
	background-color:#007CC4;	
	text-align: center;
	margin:0;
}
#clear {
	clear:both;
}
#container {
	margin:0 auto;		
	margin-left: auto; 
	margin-right: auto ;
	width:800px;
	background-color:#A9B633;
	position:relative;
	height:auto;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
}
#stripeContainer {
	margin:0 auto;		
	margin-left: auto; 
	margin-right: auto ;
	width:772px;
	background-color:#FFFFFF;	
}
#header {
	margin:0 auto;		
	margin-left: auto; 
	margin-right: auto ;
	width:772px;
	background-color:#FFFFFF;	
}
#logo {
	float:left;	
	width:300px;
	height:80px;
	background-color:#FFFFFF;
	
}
#nav {
	float:left;	
	width:472px;
	height:80px;
	background-color:#FFFFFF;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
}
#flashContainer {
	width:753px;
	height:220px;	
	background-color:#FFFFFF;
	margin:0 auto;		
	margin-left: auto; 
	margin-right: auto ;
}
#leftPane {
	width:400px;
	float:left
}
#rightPane {
	width:280px;
	float:left;
	padding-left:40px
}

#footer {
	style="margin:0 auto;		
	margin-left: auto; 
	margin-right: auto ;
	width:800px;	
	background-image:url(images/roundFooter.jpg); 
	background-position:top; 
	background-repeat:no-repeat; 
	background-color:#A9B633;	
	height:30px;
}
.heading {
	color:#007CC4;
	font-size:14px;
	font-weight:bold;
}


/* ROUNDED EDGES */
.leftcontainer {background:#fff; margin:0 0px; width:500px;  float:left }
.rtop, .rbottom{
display:block;
background:#A9B633;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#fff;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}
.rightcontainer {background:#fff; margin-left:10px; width:262px;  float:left }
.rtop, .rbottom{
display:block;
background:#A9B633;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#fff;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}

