body { 	
	background-color: #fff;
	color:  #333333; 
	font-family: Verdana, arial, sans-serif, helvetica, swiss;
	text-align: center;

	}
.border	{
	border: 1px solid #9BC9DA;
	width: 700px;
	margin: 0px auto;
	background-color: #fff
	}
.mast { background-color: #fff;
	padding:20px 10px 20px 10px; 
	border-bottom: 1px solid #9BC9DA;
	text-align: left;
	background-image: url(bg2.png);
	background-repeat: repeat-x;
	}
.strap {float:right;
	text-align: right;
	line-height: 2;
	font-size: 12px;
	padding-top:20px;
	}
.nav {
	/*clear: both;
	background:  transparent;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 4px 8px 20px;
	text-align: left;
	line-height: 1.2em;
	font-size: .7em;
	border-bottom: 1px solid #3399CC;*/
	display:none;
	}
.nav A:link,.nav A:visited,.nav A:active,.nav A:hover { 
	color: #FFFFFF;
	text-decoration: none;
	}
.nav A:hover {
	color: #333333;
	text-decoration: none;
	}
.col1	{width: 520px;
	text-align: left;
	float: right;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	/* border: 1px dotted blue; */

	}
.col2	{width: 160px;
	float: left;
	text-align: left;
	/*border: 1px dotted green;*/
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
	}
	
.footer { 
	background-image: url(footerbg.png);
	background-repeat: repeat-x;
	clear:both;
	background: #C5DEE7;
	color: #1270AC;
	text-indent: 10px;
	font-size: 10px;
	line-height: 2;
	text-align: left;
	 }
.dashbox { 
	color: #red;
	padding:40px;
	text-align: left;
	border: 1px dashed #333333; 
	 }
.clearleft {clear:left;}

.col1 h1,.col1 h2,.col1 h3,.col1 h4 {
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	color:   #666666;
	font-weight: bold;
	 }

h1 {
	 font-size: 14px;
	 }
h2 {
	 font-size: 12px;
	 }
h3 {
	 font-size: 12px;
	 }
h4 {
	 font-size: .9em;
	color:   #333333;
	 }
.col1 p,.col1 ul,.col1 ol	{ 
	padding-left:10px;
	padding-right:10px;
	font-size: 11px;
	color:  #333333;
	line-height: 16px;
	text-align: left;
	}
p td {font-size: .8em;border-bottom: solid 1px #cccccc; padding: 6px;}

.clear {clear:both;}
blockquote {	
	font-size: .8em;
	color:  #333333;
	line-height: 1.6em;
	text-align: left;}
/*.col1 a, .col1 a:link, .col1 a:visited, .col1 a:active { 
	text-decoration: underline;
	color: #333333;
 	}
.col1 a:hover { 
	text-decoration: underline;
	color: #333333; 
	}
*/


ul { 
	text-indent: 0px;
	list-style-type: square; 
	 }
.menu {
	/*border:1px solid red;*/
	background-color: #C5DEE7;
	font-size:11px;
	line-height:1.8;

}
.menu ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;

	}

.menu ul li {
	border-bottom: 1px dashed #1270AC;
}

.menu ul li a {text-decoration:none;color:#1270AC;padding:2px 2px 2px 5px;}

	/* exclusion of padding bottom or zero value inserts additional space in IE? */

.menu ul ul {
	background-color:#D6EBF3;
}
.menu ul ul a:link,.menu ul ul a:visited,.menu ul ul a:active,.menu ul ul a:hover{
	text-decoration:none;
	color:#1270AC;
	padding-left: 15px;
}

p a:link,p a:visited,p a:active,p a:hover {
	text-decoration: underline;
	color:#1270AC;
}
