@charset "UTF-8";
/* CSS Document */

/* Resets **************************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
:focus {
	outline: 0; }
	
ol, ul {
	list-style: none;
	font-size:80%;}

table {
	border-collapse: separate;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
img { display:block; }
	
hr {
	border:none;
	height:1px;
	background-color:#b0c5d3;
}
	
.clear { clear: both; height: 0; }

address { font-style:normal; }

abbr { border-bottom:dotted #D58352 1px; }

a:link { 
	color:#ffcc00; 
	text-decoration: none; }

a:hover { 
	color:#ffcc00; 
	text-decoration: none;
	border-bottom:dotted #fff 1px; }

a:visited, 
a:active { 
	color:#ffcc00; 
	text-decoration: none; }
	
a:visited:hover, 
a:active:hover { 
	color: #ffcc00; 
	text-decoration: none; }

.hidden {
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden; }
	
h1 {
	color:#ed2024; 
	font-size:170%;
	font-family:"Georgia", Times New Roman, Times, serif;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
}
h2 {
	font-size:85%;
	font-weight:normal;
	padding-top:2px;
}
h3 {
	font-size:70%;
	font-weight:normal;
}
p {
	line-height:140%;
	padding-bottom:6px;
	font-size:70%;
}
.home_p {
	padding-bottom:10px;
}
label {
	font-size:75%;
	font-weight:bold;
}
input {
	margin-top:2px; }

textarea {
	margin-top:2px; }
	
fieldset {
	border:solid #616d75 1px;
	padding:10px;
}
legend {
	color:#073655;
	font-size:90%;
	font-weight:bold;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
caption {
	color:#073655;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:3px;
	word-spacing:-1px;
	border-bottom:solid #b0c5d3 1px;
}
table th {
	padding-top:6px;
	padding-bottom:3px;
	padding-left:10px;
	background-color:#edf5fa;
	padding-right:10px; }

table td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:20px;
	border-top:solid #d2e6f2 1px; }
.td1 {
width:60%;
}
.td2 {
width:20%;
}
em {
	font-style:italic;
}
p.no-java-message {
	padding-bottom:8px;
	position:absolute;
	top:200px;
	color:#FF0000;
	z-index:10;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	background-color:#000; }
	
/* ********************************************************************************************* */

body {
	font-family:Arial, serif;
	height:100%;
	background-color: #000000;
	text-align:left;
	margin:0px;
	color:#fff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
	
/* ********************************************************************************************* */

#container {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	z-index:1;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	clear:both;
	padding-bottom:22px;
}
.row {
	margin-left:auto;
	margin-right:auto;
	width:780px;
}
.row_content {
	width:706px;
	margin-left:auto;
	margin-right:auto;
}
.counter {
	width:473px;
	height:43px;
	background:url(images/counter.jpg) no-repeat;
	float:right;
}
.block {
	float:left;
	width:162px;
	margin-right:19px;
}
#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:64px;
}
.left {	
	float:left;
	width:670px;
}
.right {
	float:right;
	width:110px;
}
.thumb {
	float:right;
	margin-bottom:16px;
}
.left-col {
float:left; width:225px;
}
.list_items {
	list-style-type:disc;
	padding-left:12px;
	text-indent:-12px;
	list-style-position:inside;
	font-size:11.5px;
	line-height:150%;
	padding-bottom:10px;
}
