*/
/*Basic Tags
*/
body { background-color: white; margin: 0; padding: 0; }
ul { margin: 0; padding: 0; }
p { text-indent: 15px; }
q {
	font-variant: small-caps;
	background-color: #ecf2ec;
	width: auto;
	margin-left: 25px;
	padding: 0.5em 0.5em 0.5em 1em;
	display: block;
	text-transform: uppercase;
}
/*Special Function Tags*/
.logo h2 {
	color: #999999;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0 0 3px;
	border-bottom: 1px dotted #707070;
}
.logo h2 a:hover { color: red; }
.nav a { color: #707070; font-size: 11px; text-decoration: none; text-transform: uppercase; text-indent: 5px; width: 550px; height: auto; margin: 0; padding-top: 1em; padding-right: 1em; padding-bottom: 1em; }
.footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}
.nav a {
width: 550px;
display: block;
padding: 0.2em 0;

font-size: 0.8em;
text-decoration: none;
text-transform: uppercase;

color: #707070;
border-bottom: 1px dotted #707070;
}
.nav a:hover {
	color: #2165AA;
	background-color: #CCC;
}
.content h2 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-variant: small-caps;
	text-decoration: none;
	padding-left: 15px;
}
#container .content q {
	background-color: #ECECEC;
	padding-right: 10px;
	margin-right: 20px;
	padding-left: 10px;
	margin-left: 20px;
}
/*Main Tags
*/
#container {
	width: 550px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
#top {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
}
#container .rule {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 5px;
	padding-bottom: 5px;
}
.logo {
	background-color: white;
	text-align: right;
	width: 550px;
	height: auto;
}
.nav {
	background-color: white;
	text-align: left;
	width: 550px;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: none;
	list-style-position: inside;
}
.header { width: 550px; margin: 0; padding: 10px 0 0; }
.content {
	color: #8c8c8c;
	font-size: 12px;
	font-family: helvetica;
	font-weight: normal;
	font-style: normal;
	line-height: 160%;
	text-decoration: none;
	text-align: justify;
	text-indent: 0;
	width: 550px;
	margin: 0;
	border-bottom: 1px dotted #707070;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}
.footer {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(img/footer.gif);
	height: 38px;
	width: 550px;
	background-color: #FFF;
}

#container .top {
	background-color: #FFFFFF;
}
#right {
	position: relative;
	top: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-right: auto;
}
#container .right {
	position: absolute;
	margin-left: 550px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

