html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Osaka;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #003399;
	font-weight: bold;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #3399FF;
}
a:active {
	color: #003399;
}
 
#rightnav1{
	font-family: Osaka;
	background-color: #F2F1F0;
	height: 600px;
	width: 180px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	position: relative;
	text-align:center;
}
 
#pagewidth{ 
 width:770px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:110px; 
 width:100%;
} 
 
#leftcol{
	width:200px;
	float:left;
	position:relative;
 }
 
#twocols{
 width:570px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:565px; 
 float:right; 
 position:relative; 
}
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:5px; 
 }
 
#footer{
 height:200px;
 text-align: center; 
 clear:both;
 } 
 
#top{
	width:770px;
	height: 80px;
	font-family: Osaka;
	font-size: 12px;
	text-align: left;
	position: relative;
}
#topNav{
	width:770px;
	height: 20px;
	background-color:#F2F1F0;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: -2px;
	font-size: 14px;
	padding-bottom: 3px;
}
 
 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.tableBorders {
	margin: 0px 5px 5px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	background-color: #F2F1F0;
}
#Content {
	width: 535px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 4px;
	margin-right: 4px;
	padding-left: 5px;
	margin-left: 5px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
div#site {
	width:500px;
	margin:20px auto 0 auto;
}


h4 {
	margin:20px 0 0 0;
	padding:0;
	font-size:14px;
}

p {
	margin:0;
	padding:5px 0;
}

ul, ol {
	margin:10px 0 10px 20px;
	padding:0 0 0 15px;
}

ul li, ol li {
	margin:0 0 20px 0;
	padding:0 0 0 3px;
	border-bottom:1px solid #ccc;
}

code {
	font-size:1.1em;
	background-color:#f3f3ff;
	color:#000;
}

div#site pre {
	background-color:#f3f3ff;
	color:#000080;
	border:1px dotted #000080;
	overflow:auto;
	padding:3px 5px;
}

blockquote {
	font-size:11px;
	color:#666;
	border-left:4px solid #666;
	margin:10px 0 10px 30px;
	padding:0 5px 0 10px;
	background-color:#f3f3f3;
}

input, select, textarea {
	font:11px/16px verdana, sans-serif;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}

.footnote,
.footnote a {
	font:10px/12px verdana, sans-serif;
	color:#aaa;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}
h1 {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
