/* CSS Document */

	body,
	html {
	margin: 10px;
	padding:0;

	color:#000;
	}
	body,td,th {
	font-family: Verdana;
	font-size:11px;
	color: #333;
	}

	
	a:link {
	color: #003366;
	text-decoration:none;
	font-weight:bold;
	}

	a:visited {
	color: #003366;
	text-decoration: none;
	font-weight:bold;
	}
	
	a:hover {
	color: #003366;
	text-decoration: underline;
	}

	
	a:active {
	color: #003366;
	text-decoration: underline;
	}

		.dotted {
	background:#fff;
	border-bottom:1px dashed #666666;

	}
	
	.blue {
	font-size:11px;
	color:#0F2A8D;
	}
	
	
	#wrap {
	background:#ffffff;
	margin:0 auto;
	width:900px;
	

	}

	#headerpage {
	background:#ffffff;
	height: 109px;
	padding: 0 0 5px 0;
		border-bottom:1px dotted #666666;


	}
	
	.bullet {
	list-style-image: url(images/bullet.gif)
	}
	
	#leftpage {

	background:#fff;
	float:left;
	width:222px;
	padding: 20px 0 20px 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:14px;
	text-transform: uppercase;
	color: #333;
	
	}
	
	
	#rightpage {
	background:#fff;
	float:right;
	width:650px;
	padding: 20px 0 20px 20px;
	border-left:1px dotted #666666;
				}
				
	#leftcolumn {
	background:#fff;
	float:left;
	width:615px;
	padding: 20px;


				}			
	#rightcolumn {
	background:#fff;
	float:right;
	width:190px;
	padding-left: 15px;
	border-left:1px dashed #666666;

				}
	
				
	#footer {
	
	
	clear:both;
	height:15px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: dotted;
	border-top-color: #666666;
	border-top-width: 1px;
	padding-right: 20px;
	
	font-size:9px;
	}
	
.title {
	
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:18px;
	text-transform: uppercase;
	color: #333;
	font-weight:bold;
}
    


