@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #333333;
	background-image: url(images/bkg_pattern.gif);
	background-position: center;
	margin: 0px;
	padding: 0px;
}

#subnav {
	text-align:center;
	border-top:1px solid white;
	margin-bottom:1em;
	color:#003366;
	background-color:#eee;
	font-size:1em;
	padding:.5em 1em;
}

#subnav a {
	text-decoration:none;
	color:#003366;
}

#subnav a:hover {
	color:#993300;
}

h1 {
	color:#333;
	font-size: 1em;
	font-family:"Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	margin-bottom:1em;
}

.title {
	color:#c60;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:1em;
	line-height:99%;
	letter-spacing:-.05em;
	font-family:"Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
}

.subtitle {
	font-family:"Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	color:#c60;
	font-size:1.2em;
	line-height:99%;
	font-weight:bold;
}

.content {
	float:left; 
	width:450px;
	font-size:1.1em;
	color:#333;
	padding-left:1em;
	margin-top:0.5em;
	margin-bottom:1.5em;

}

.content ul {
	margin-left:1.5em;
	list-style-type:square;
	list-style:square;
}

.content a {
	text-decoration:none;
	color: #0000CC;
	border-bottom:1px dotted #0000CC;
}

.content a:hover {
	color: #c60;
	border-bottom:1px dotted #c60;
}

.content table {
	border:1px solid #ddd;
}

.content table th {
	padding:.4em;
	text-align:left;
	font-weight:normal;
	background-color:#003366;
	color:#FFFFFF;
}

.content table td {
	padding:.2em .4em;
}

.footer a {
	color:#CCCCFF;
	text-decoration:none;
}
.footer a:hover {
    border-bottom:1px dotted;
}
