body {
	text-align: center;
	margin: 0px 0px 15px 0px;
	background-color: #dcdcdc;
	background-image: url(bg.jpg);
	background-position: top center;
}

img {border-style: none;}

* {
 scrollbar-arrow-color: #ffffff;
 scrollbar-track-color: #dcdcdc;
 scrollbar-face-color: #dcdcdc;
 scrollbar-highlight-color: #dcdcdc;
 scrollbar-3dlight-color: #dcdcdc;
 scrollbar-darkshadow-color: #dcdcdc;
 scrollbar-shadow-color: #dcdcdc;
}

table {
	font-size: 11px; 
	font-family: arial;
	text-align: left;
}

#content { 
	width: 500px;
	color: #727272;
	font-size: 11px; 
	margin: 0px auto;
	padding-top: 240px; 
	line-height: 155%;
	font-family: arial;
	text-align: center;
	background-image: url(head.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#navtop { 
	margin: 10px auto;
}

a.nav {
	background-color: #e5e5e5;
    padding: 1px 7px 1px 7px;
	margin: 10px 2px;
    height: 20px; 
    line-height: 24px;
	color:#415867;
	font-size: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
    word-spacing:2px; 
    letter-spacing: 1px;
	text-align: right;
	border-top: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	}

a.nav:hover {
   	text-decoration: none;
	border-top: 3px solid #fc5d25;
	font-style: normal;
}

#footer {
	width: 100%;
	padding-bottom: 10px;
	color: #505142;
	line-height: 16px;
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
}

input, textarea, select { 
 background-color: #ededed;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #616161; 
 border: 0px solid #dadcc3;
}

p {margin-right: 55px; margin-bottom: 14px; margin-top: 6px; margin-left: 55px; text-align: justify;}
ul { list-style-type: square; list-style-position: inside; padding: 0px; margin-left: 0px; }


.code {line-height: 10px; margin-right: 60px; margin-bottom: 3px; margin-top: 3px; margin-left: 60px;}
.center {text-align: center;}
.rules {text-align: left; margin: 0px 45px;}
em {font-family: Georgia; color: #fd6025;}
i {font-family: Georgia; color: #45af7f;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #000000;}
h1 {
	font-family: Century Gothic;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #4a6570;
	letter-spacing: 3px;
	text-align: center;
	line-height: .7em;
	}
h2 {
	font-family: Century Gothic;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #042743;
	letter-spacing: 1px;
	text-align: center;
	}

blockquote {
	margin-right: 70px; margin-bottom: 11px; margin-top: 11px; margin-left: 70px;  
	padding: 5px; 
	color: #8c8c8c;
	line-height: 19px;
	font-size: 10px;
	font-family: Trebuchet MS;
	text-align: center;
	background-position: top left;
	background-image: url(bg2.jpg);
}

a {color: #de3b45; text-decoration: none;}

a:hover { color: #000611; font-weight: none; text-decoration: none; cursor: crosshair;}
