@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

#chromeFix { display: block; position: absolute; width: 1px; height: 100%; bottom: 0px; left: 0px; }

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
}

body {
	background-color:#000000;
}
a:link {
	color:#000000;
	text-decoration: none;
	border: 0px;	
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.strong {
	font-weight: bold;
}

.tr {background: url(tr.gif) 100% 0 no-repeat}

.sidequote {
	font-size: 80%;
	text-align: center;
	font-style: italic;
}


#container {
	margin: 5px auto 0px auto;
	width: 800px;
}

#header {
	background-image:url(header4.jpg);
	width: 800px;
	height: 90px;
}

#content {
	background-color:#333333;
	border: #FFFFFF solid thin;
	width: 798px;
	height: 100%;
	font-size: 100%;
}

#navbar {
	background-color:#C9C9C9;
	width:	800px;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	padding-top: 10px;
	
}

#navbar a:hover, #currentpage a{
	color: #000000;
	margin-left: 0px;
	font-weight:bold;
	text-decoration:none;
}

#navbar ul li{
	display: inline;
	color: #000000;
	font-size: 110%;
	list-style-type:none;
	padding-right: 20px;
	padding-left: 5px;
	
}


#main {
	width:	594px;
	height: 425px;
	float: left;
}

#sidebar {
	width:	190px;
	height: 425px;
	float: right;
}

#footer {
	clear: both;
	width:	800px;
	height: 20px;
	margin: 2px auto;
	color: #FFFFFF;
	font-size: 80%;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
	border: 0px;	
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#links {
	float: left;
}

#copyright {
	float: right;
}

#flash {
	width: 582px;
	/*height: 228px;*/
	/*border: #FFFFFF solid thin;*/
	margin: 8px 4px 4px 8px;
	float:left;
	
}

#yellowbox {
	width: 168px;
	min-height: 218px;
	height: auto !important;
	height: 218px;
	font-size:95%;
	background-color:#FFCC33;
	margin: 8px 8px 8px 603px;
	padding: 2px 5px 0px 5px;
}

#yellowbox a {
	text-decoration:underline;
}

#yellowbox ul li{
	list-style-type:none;
}

#whitebox {
	width: 572px;
	background-color:#FFFFFF;
	background-image:url(di_bg.jpg);
	border: #FFFFFF solid thin;
	margin: 8px 0px 8px 8px;
	padding: 5px;
	clear:both;
	float:left;
	text-align:justify;
}

#whitebox a {
	text-decoration: underline;

} 

#fullwhitebox {
	width: 770px;
	background-color:#FFFFFF;
	background-image:url(di_bg.jpg);
	border: #FFFFFF solid thin;
	margin: 8px 0px 8px 8px;
	padding: 5px;
	clear:both;
	float:left;
	text-align:justify;
}

#fullwhitebox a {
	text-decoration: underline;
}

#fullwhitebox img {
	float: left;
	padding: 0px 8px 8px 0px;
}

#greybox {
	width: 168px;
	height: 100%;
	margin: 15px 8px 8px 603px;
	padding: 5px;
	color: #FFFFFF;
}

#greybox a {
	color: #FFFFFF;
	text-decoration: underline;
}	

#clear {
	clear:both;
	}

