@charset "utf-8";

* { margin:0; padding:0; }

a {
	color:#FF0;
}

body {
	background:url(BG.jpg) top center no-repeat rgb(17,17,17);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body h1 {
	text-align:center;
	height:115px;
	line-height:75px;
	text-indent:-9999px;
}

#CONT {
	border:solid 0px #CCC;
	margin:0 auto;
	padding:10px;
	width:860px;
}

#FOOT {
	margin:0 auto 50px auto;
	padding:0 10px;
	width:760px;
	text-align:right;
	font-size:.85em;
	color:#999;
}

h2 {
  clear:both;
	height:2em;
	padding:0 15px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
}

h2.blue_header { 
	background:#006DCC;
	}

h2.alt_header { 
	background:#6600CC;
	}

.article {
	margin-top:-1.1em;
	background:#FFF;
	color:#333;
	
	padding:10px 10px 20px 10px;
	-moz-box-shadow:5px 5px 25px rgba(0, 0, 0, .5);
	-webkit-box-shadow:5px 5px 25px rgba(0, 0, 0, .5);
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	
	overflow:auto;
}

.article_black {
	margin-top:-1.1em;
	background:#000;
	color:#CCC;
	
	padding:10px 10px 20px 10px;
	-moz-box-shadow:5px 5px 25px rgba(0, 0, 0, .5);
	-webkit-box-shadow:5px 5px 25px rgba(0, 0, 0, .5);
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	
	overflow:auto;
}

.article h3 { color:#333; }
.article strong { color:#333; }
.dark, .dark h3 {
	background:#333;
	color:#DDD;
	}
	.fw {
		background:url(fw.jpg) top right no-repeat #000;
	}

img {
	border:none;
}

img.bshad {
	-moz-box-shadow:0px 0px 20px rgba(255, 255, 255, .5);
	-webkit-box-shadow:0px 0px 20px rgba(255, 255, 255, .5);
}

h2, h3, h4, h5 {
	color:#FFF;
	line-height:40px;
}

h2 {
	margin-top:30px;
	font-size:1.8em;
}

h3 {
	font-size:1.6em;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size:1.5em;
}

h5 {
	text-align:center;
	font-size:1.8em;
}
	h5 small { font-size:.5em; color:#AAA; }

p {
	margin:0 0 20px 20px;
}

ul, ol {
	margin:0 0 0 20px;
}

table {
	margin:0 auto;
  	font-size:1.5em;
}
table th {
    text-align:right;
	padding:5px 10px;
}
table td {
	padding:5px 10px;
}

.zebra th, .zebra td {
	background:#EEE;
}

blockquote {
	margin:0 0 .5em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	line-height:1.3em;
	}
blockquote div {
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
	}
