@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	background-color: #000000;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	font-size:12px;
	color:#333333;
	height:100%;
}

table {
	font-size:11px;
}

#wrapper {
	width:600px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
	text-align:justify;
	background-image:url(content-bg.gif);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-15px;
	position:relative;
}

.content {
	padding:15px;
}

.title {
	font-family:calibri, Arial, Helvetica;
	font-size:24px;
	letter-spacing:2px;
	border-bottom:1px dashed #CCCCCC;
	color:#000000;
	text-transform:uppercase;
	margin-bottom:5px;
}

.date {
	font-size:9px;
	font-style:italic;
	text-align:right;
	color:#999900;
}

#top-wrapper {
	width:480px;
	position:absolute;
	top:25px;
	right:450px;
	text-align:justify;
	line-height:normal;
}

#footer {
	text-align:center;
	position:absolute;
	right:0px;
	left:0px;
	padding-top:20px;
	background-image:url(footer.gif);
	background-repeat:repeat-x;
	height:45px;
}

a {
	text-decoration:none;
	color:#660099;
}

#wrapper a:hover {
	text-decoration:underline;
	color:#006699;
	font-style:italic;
	cursor:help;
}

#footer a:hover {
	text-decoration:underline;
	color:#006699;
	font-style:italic;
	cursor:help;
}


b,strong {
	color:#990066;
}

i,em {
	color:#006699;
}

s,u {
	color:#999900;	
}

.top-title {
	color:#003399;
	font-variant:small-caps;
}

.top-title:first-letter{
	color:#FF3399;
}

.imgicon {
	padding:5px;
	background-color:#f0f0f0;
	border:1px solid #cccccc;
}

#display td {
	width:150px;
	text-align:center;
	padding:10px;
	border:1px solid #cccccc;
	background-image:url(display-bg.png);
	background-repeat:no-repeat;
	line-height:20px;
}

#display a {
	padding:3px;
	border:1px solid #cccccc;
}

#display a:hover {
	font-style:normal;
	text-decoration:none;
	background-color:#CCCCCC;
	color:#ffffff;
}

blockquote {
	border:1px solid #CCCCCC;
}

.nav-bg {
	background-color:#f0f0f0;
}
