/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#0099CC;
	}
#page {
	margin:10px auto;
	width:782px;
	background-color:#FFFFFF;
	border-bottom:2px solid #003366;
	border-right:2px solid #003366;}
#index {
	float:left;
	width:150px;}
#title {
	position:relative;
	float:left;
	width:630px;
	background-image:url(/images/top2.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:right;
	margin-bottom:20px;}
#title h3 {
	color:#006699;
	margin:0;
	font-size:280%;
	font-weight:700;
	line-height:1.1em;
	padding-right:100px;}
.url {
	font-size:120%;
	letter-spacing:10px;
	padding-right:50px;
	color:#CCCCCC;}
#content {
	float:left;
	width:630px;
	border-top:1px solid #eee;
	}
#content h2 {
	color:#006699;
	font-size:180%;
	line-height:1.5em;}
#content a {
	color:#006699;
	text-decoration:none;}
#content a:hover {
	text-decoration:underline;}
#footer {
	clear:left;
	width:762px;
	margin:4px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:right;
	background-color:#eeeeee;
}
#footer a:link {
	text-decoration: none;
	color: #666666;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
}
.phone {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#006699;
	font-weight:700;
	text-align:center;}
