body {
	font-size: 13px; 
	font-family: arial; 
	text-align: center;
	color: #7f7f7f; 
	margin: 0px;
	background-color: #e1e7e3;
	background-image: url(top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

img {border-style: none;}

input, textarea, select { 
	padding: 5px;
	background-color: #c9d7db;
	font-size: 11px;
	font-family: arial;
	color: #58504e; 
	border: 1px solid #c9d7db;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #faca64;
}

#main {
	position: absolute; top: 330px; left: 330px; width: 650px;
	text-align: center; 
	margin: 0px; 
}

#nav { 
	position: absolute; top: 460px; left: 100px; width: 180px;
	color: #333;
	font-size: 9px; 
	margin: 0px auto;
	padding: 0px; 
	font-family: times new roman;
	text-align: right;
	text-transform: uppercase;
}

#nav a {
    padding: 6px;
    margin: 3px 0px;
    line-height: 1.5em;
	color: #333;
	text-decoration: none;
    letter-spacing: 2px;
	display: block;
	background-image: url(bg.jpg);
	}

#nav a:hover {
   	color: #fff;
   	text-decoration: none;
	background-image: url(bg2.jpg);
}

#footer {
	width: 90%;
	padding: 7px 0; 
	line-height: 12px;
	font-size: 11px;
	font-family: arial;
	margin: 0px auto;
	text-align: center; 
}

.middle {
	border: 4px solid #b3d1cf;
	margin: 2px;
}
.middle:hover {
	border: 4px solid #66b4b6;
}

p {line-height: 160%; margin: 3px 0px 15px 0px; text-align: justify;}

em {font-family: Georgia; color: #e0833c;}
i {color: #5c888e;}
b {font-family: times; text-transform: uppercase; color: #182f3a;}

.rules {text-align: left;}
.justify {text-align: justify;}
.code {line-height: 10px; margin-right: 20px; margin-bottom: 6px; margin-top: 6px; margin-left: 20px; text-align: center;}
ol { list-style-type: upper-roman; list-style-position: outside; padding: 0px; margin-left: 2em; }
li {margin-bottom: 5px;}

h1 {
	font-family: 'Bentham', serif;
	font-weight: normal;
	font-size: 25px;
	line-height: .5em;
	margin: 5px 0px;
	padding: 0px;
	color: #59abb6;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-family: 'Bentham', serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: lowercase;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -3px;
	color: #7d7d7d;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	font-family: 'Bentham', serif;
	font-size: 14px;
	text-transform: lowercase;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #7d7d7d;
	letter-spacing: 2px;
	text-align: center;
}

blockquote {
	margin: 10px 65px;  
	padding: 10px; 
	color: #4e4e4e;
	line-height: 15px;
	font-size: 12px;
	font-family: arial;
	text-align: center;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

a {color: #4ea7b9; text-decoration : none;}
a:hover{ color: #b26f5f; text-decoration: none; border: 0px dotted #FFFFFF; cursor: crosshair;}