/* CSS Document */

body {
	background-color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-top:0px;
	}
a {
	color:#A3D5C9;
	text-decoration:none;
	}

a:hover 
	{text-decoration:underline;
	}

p {
	font-size:80%;
	color:#FFFFFF;
	}
	
ul {
	font-size:80%;
	line-height:20px;
	}
	
h1 {
	font-size:120%;
	color:#FFFFFF;
	margin-right:500px;
	font-weight:normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A3D5C9;
	}
	
h2 {
	color:#73a739;
	font-size:100%;
	font-weight:normal;
	}
	
.highlight {color:#A3D5C9;}

.teaser {padding:2px; border: 1px solid #555555;}
.subhighlight {color:#999999;}

.moreinfo {
	background-color:#333333;
	padding:3px;
	border:1px solid #555555;
	font-size:90%;
	margin:3px;
	height:100%;
	}
	
/* NAVIGATION --------------------------------------------------------------------------- */

#nav {
	background-color:#242424;
	font-size:90%;
	font-weight:bold;
	}
	
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 8px 0px 8px;
	}
	
#nav a:hover {
	text-decoration:none;
	color:#A3D5C9;
	}

/* CONTENT ------------------------------------------------------------------------------ */

#content {
	padding-top:5px;
	padding-right:10px; 
	padding-left:10px;
	padding-bottom:5px;
	background-image:url(../images/bg3.gif);
	background-position:top;
	background-repeat:repeat-y;
	background-color:#111111;
	color:#000000;
	}

#staff {


}

.title {font-size:115%; font-weight:bold;}

#tdheader {
	background-color:#222222;
	font-size:110%;
	font-weight:bold;
	border:1px solid #b9cf3e;

	}



/* FOOTER  ------------------------------------------------------------------------------ */

#footer {
	height:50px;
	font-size:70%;
	color:#FFFFFF;
	padding-top:10px;
	text-align:center;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#footer a {color:#FFFFFF; text-decoration:none;}

#footer a:hover {text-decoration:underline;}

#footer .title {
	font-size:110%;
	font-weight:bold;
	color:#A3D5C9;
	}
	
	#footer .rd {color:#666666; font-size:90%;}
	#footer .rd a {text-decoration:none; color:#666666;}
	#footer .rd a:hover {text-decoration:underline; color:#888888;}
	
