@charset "utf-8";
/* CSS Document */
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

hr {
	height: auto;
	width:98%;
	color:#CCCCCC;
	}
	
.small {
	font-size:smaller;
}

.time {
	font-size:smaller;
	text-transform:uppercase;
}

#wrap {
	padding:0;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin:auto;
    width:1024px;
}


#nav {
	position:relative;
	display:inline-block;
	margin:0;
	height:20px;
	width:600px;
	margin-top: 150px;
	margin-left:432px;
	margin-bottom:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	color: #fee185;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	z-index:2;
}

#nav a:link {
	color: #fee185; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}
#nav a:visited {
	color: #fee185;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;

}
#nav a:hover {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;

}
#nav a:active {
	color: #fee185;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;

}

#meta_table td {
	border-bottom:1px dotted silver;
	padding-bottom:.5em;
}

/* Transparency is one of those weird things that is treated completely differently in all browsers. To cover all your bases, you need four separate CSS statements. Fortunately they don’t interfere with each other really, so using them all every time you wish to add transparency is no big hassle and worry-free. Here they are, and are currently set to 50% transparency:
*/
.transparent_class {
	filter:alpha(opacity=80);	/* for IE */
	-moz-opacity:0.8;			/* old school mozilla */
	-khtml-opacity: 0.8;		/* old old safari */
	opacity: 0.8;				/* css standard */
}

.transparent_50 {
	filter:alpha(opacity=30);	/* for IE */
	-moz-opacity:0.3;			/* old school mozilla */
	-khtml-opacity: 0.3;		/* old old safari */
	opacity: 0.3;				/* css standard */
}
.transparent_off {
	filter:alpha(opacity=0);	/* for IE */
	-moz-opacity:1.0;			/* old school mozilla */
	-khtml-opacity: 1.0;		/* old old safari */
	opacity: 1.0;				/* css standard */
}


H1 {font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	float:none;
	font-weight:bold;
	line-height:24px;
	color:#d34f1f;
	margin-top:0em;
	margin-bottom:0em;
}

H3 {font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#373737;
	margin-top:0em;
	margin-left:3px;
	margin-bottom:0em;
}

H4 {font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#d34f1f;
	margin-top:0em;
	margin-bottom:0em;
}

H2 {font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#373737;
	margin-top:0em;
	margin-bottom:0em;
}


H5 {font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#373737;
	margin-top:0em;
	margin-bottom:0em;
}

H6 {font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#6996A7;
	margin-left:0em;
	margin-top:0em;
	margin-bottom:0em;
}


P {font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#221c1e;
line-height:16px;
text-align:left;
margin-top:0em;
margin-bottom:1em;
}


.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #6B9DAB;  
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}

a:visited {
	text-decoration: none;
	color: #79BAD0;
	font-size:11px;
	font-weight:normal;

}
a:hover {
	text-decoration: none;
	color: #ffc906;
	font-size:11px;
	font-weight:normal;

}
a:active {
	text-decoration: none;
	color: #79BAD0;
	font-size:11px;
	font-weight:normal;
}

#imageid { 
 	border: none; 
	padding: 0; 
	margin: 0; 
	vertical-align:top;
	}

img.imagebg { 
 	border: 1px solid #black;
	margin: 0;
	padding: 0;
	 }
 
.img_link {
  border:none;
  border-collapse:collapse;
}

a.img_link:link {
    border:none none;
	color: white;  
	text-decoration: none;
	width:0;
}

a.img_link:visited {
	text-decoration: none;
	color: white;
	font-size:11px;
	font-weight:normal;

}
a.img_link:hover {
	text-decoration: none;
	color: #D8D8D8;
	font-size:11px;
	font-weight:normal;

}
a.img_link:active {
	text-decoration: none;
	color: #D8D8D8;
	font-size:11px;
	font-weight:normal;
}

--> 
