body {
	font-size: 11px; 
	font-family: arial; 
	text-align: left;
	color: #565656; 
	margin: 0px;
	background-color: #adadad;
}


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

img {border-style: none;}

input, textarea, select { 
	background-color: #dbdbdb;
	font-size: 10px;
	font-family: arial;
	color: #6d6d6d; 
	border-style: dotted;
	border-color: #dbdbdb;
	border-width: 1px; 
}

#main {
	position: absolute; top: 400px; left: 40px; width: 550px;
	text-align: center; 
	margin: 0px 0px; 
}

#top { 
	text-align: left;
	background-image: url(top_bg.jpg);
	width: 100%;
	height: 450px;
}

#footer {
	width: 100%;
	padding: 0; 
	color: #4e5b7a;
	line-height: 12px;
	font-size: 9px;
	font-family: arial;
	margin: 10px auto;
	text-align: center; 
}
.left {
	float: left;
	border: 4px solid #969696;
	margin: 2px 5px 2px 0px;
}
.right {
	float: right;
	border: 4px solid #969696;
	margin: 2px 0px 2px 5px;
}
.middle {
	border: 4px solid #969696;
	margin: 2px;
}
.middle:hover {
	border: 4px solid #565656;
}

p {line-height: 150%; margin: 3px 0px 10px 0px; text-align: justify;}
hr {height:0px; width: 95%; border:0px; border-bottom:1px dotted #9f9f9f; margin: 5px auto;}

em {font-family: Georgia; color: #7e5e55;}
i {color: #36566f;}
b {font-weight: normal; font-family: garamond, georgia; text-transform: uppercase; color: #000;}

.rules {text-align: left;}
.justify {text-align: justify;}
.code {line-height: 10px; margin-right: 10px; margin-bottom: 6px; margin-top: 6px; margin-left: 10px; text-align: center;}
.title {width: 120px; text-align: right; background-color: #999;}
.title:hover {background-color: #777;}
.desc {width: 200px; text-align: left; padding: 5px 7px; background-color: #a6a6a6;}
.title a {font-family: arial; padding: 5px 7px; text-transform: uppercase; color: #444; display: block;}
.title a:hover {color: #ccc;}

h1 {
	font-family: garamond, georgia;
	font-size: 34px;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	letter-spacing: 2px;
	text-align: left;
}

h2 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -3px;
	color: #666;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #444;
	letter-spacing: 2px;
	text-align: center;
}

blockquote {
	margin: 10px 75px;  
	padding: 5px; 
	color: #3f3f3f;
	line-height: 15px;
	font-size: 10px;
	font-family: arial;
	text-align: center;
	background-color: #999999;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

a {color: #0d65b9; text-decoration : none;}

a:hover{ color: #3b96c1; font-weight: none; text-decoration: none; border: 0px dotted #FFFFFF; cursor: crosshair;}
