﻿
body {
	background-image:url('underconstruction.jpg');
	background-repeat:repeat-x;
	font-family: Verdana, Helvectica, Times, Sans;
	text-align:center;
}



#container {
	width:960px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:10px;
}

#header {
	
	height:152px;
	width:auto;
	margin-left:10px;
	margin-right:5px;
	padding:5px;
}

#banner {
	background-image:url('images/nav.png');
	color:#ffffff;
	height:30px;
	width:auto;
	background-color:;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	padding-top:20px;
	float:clear;
}

#content {
	height:auto;
	width:560px;
	margin:10px;
	padding:15px;
	float:left;
}
#rcol {
	background-image:url('images/rt_col_bg.png');
	background-repeat:no-repeat;
	height:auto;
	width:300px;
	margin:10px;
	padding:15px;
	float:right;
	text-align:left;
}

#footer {
	height:200px;
	width:auto;
	margin-top:5px;
	margin-left:10px;
	margin-right:5px;
	padding:5px;
	clear:both;
}

#footer a {
	color:#000000;
}

.border {
	border:1px solid #000000;
}

.left {
	float:left;
}

.center {
	text-align:center;
}

.date {
	color:#000000;
	font-size:0.8em;
	font-style:italic;
	text-align:right;
}

.bold {
	color:#0a1c28;
	font-size:2.5em;
	text-align:left;
}

.bgimg {
	background-image:url('images/content_bg.png');
	background-repeat:no-repeat;
}


table {
	background-image:url('images/card.png');
	height:255px;
	font-size:.8em;
	margin:0px;
	padding:0px;
	text-align:left;
	width:565px;
}

p {
	font-size:.9em;
	text-align:justify;
}

p:first-letter {
	color:#0a1c28;
	font-size:1.5em;
}

td {
	padding:10px;
}

img {
	border:none;
	margin:10px;
}

hr {
	color:#ffaa00;
	height:1px;
}

a {
	text-decoration:none;
}

.black {
	text-decoration:none;
	color:#000000;
}

a:link{
	color:#ffaa00;
}

a:hover {
	background-color:#ffaa00;
	color:#ffffff;
}

a:active {
	color:#ffffff;
}

a:visited {
	color:#ffffff;
}


