html {
	background-image:url(images/transparent_bg.png) ;
	background-repeat: repeat-x;
	text-align:center;
}

body {
	color: #000000;
	background-image:url(images/images/bgulit.gif);
	background-repeat: repeat;
}

p {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
}

a { color:#968D57;}
a:link, a:visited { color: #968D57; }
a:hover { background-color: #CCCC66; color:#ffffff; text-decoration:none; }
a:active, a:focus { background-color:#968D57; color:#FFFFFF; text-decoration:none; }

/*
a { color:#968D57;}
a:link, a:visited { color: #968D57; }
a:hover { background-color: #968D57; color:#FFFFFF; text-decoration:none; }
a:active, a:focus { background-color:#CCCC66; color:#FFFFFF; text-decoration:none; }

color guide:
light gold: #CCCC66
dark gold: #968D57 */


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color:#660000;
	font-weight:normal;
	font-style:italic;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 120%;
	font-weight:bold;
	color:#660000;
	/*text-transform:uppercase;*/
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color:#000000;
	text-align:center;
	letter-spacing: .2em;
	font-weight:lighter;
	padding: 0;
	}

ul {
    width: 240px;
	margin: 0;
	padding: 0 20px 30px 20px;
	background-color:#CCCCCC;
}

li {
	list-style-type:none;
	margin:0 5px;
	padding: .2em 0 .2em 30px;
	border-bottom: 1px solid #c898ae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
	}
	
hr {
	outline:none;
	color:#CCCCCC;
	margin-top: 30px;
	margin-bottom: 30px;

}
		
.sidebar_copy {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	line-height: 130%;
	color: #666666;
	vertical-align:top;
	text-align:center;
}

.news_date {
	font-size: 10pt;
	color: #000000;
	font-style:normal;
	font-weight:lighter;
}

.pass_page {
	margin-left: 640;
	text-align: right;
	font-size: 10pt;
	font-weight:bold;
}

.designation {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 6pt;
	color: #666666;
	text-align:center;
	font-weight:bolder;
	line-height: 175%;
	text-transform:uppercase;
}

.form_copy {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align:left;
}

/* DIVS */

div#content {
	width: 790;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	vertical-align:top;
}

div#blank {
	float: left;
	width: 35px;
	margin: 0;
	padding: 0;	
}

div#content_main {
	float: left;
	width: 485px;
	margin: 0;
	padding: 0;
	padding-bottom: 20;
}

div#content_main2 {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
	padding-bottom: 20;
}

div#content_side {
	float: right;
	width: 227px;
	margin: 0;
	padding: 0;
	background-color:#F0EAAC;
}

div#side_header {
	vertical-align: top;
}

div#side_copy {
	padding-bottom: 5px;
}

div#side_footer {
	vertical-align:bottom;
}

div#blank2 {
	float: right;
	width: 13px;
	margin: 0;
	padding: 0;
}

div#video_description {
	float: right;
	width: 480px;
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

div#video_image {
	float: left;
	width: 180px;
	margin: 0;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}

/* TABLES:
Report Downloads */

td a {font-size:12px; font-weight:normal;}

table#downloads { width: 600px;	margin-left: 50px;}

table#downloads, td#downloads_1, td#downloads_2 { border: none;}

td#downloads_1, td#downloads_2 { padding: 7px 25px;}
tr#downloads_1 { background:#F0EBCA; }
tr#downloads_2 { background-color:#FFF;}
tr#downloads_1:visited, tr#downloads_2:visited { color:#968D57; }
tr#downloads_1:hover, tr#downloads_2:hover { background:#CCCC66; }
tr#downloads_1:active, ttr#downloads_2:active { background-color:#968D57; color:#FFFFFF; }
tr#downloads_1:focus, tr#downloads_2:focus { background-color:#968D57; color:#FFFFFF; }

/* Videos */

table#videos { width: 710px; margin-left: 10px;}

table#videos, td#videos_1, td#videos_2 { border: none; }

/* td#videos_1, td#videos_2 {padding: 15px 20px;} */
tr#videos_1 { background:#F0EBCA; }
tr#videos_2 { background-color:#FFF;}
tr#videos_1:hover, tr#videos_2:hover { background-color:#CCCC66; }
tr#videos_1:visited, tr#videos_2:visited { color:#968D57; }
tr#videos_1:active, tr#videos_1:focus, tr#videos_2:active, tr#videos_2:focus { background-color:#968D57; color:#FFFFFF; }

/* form */
label, label span { display: block; padding-bottom: .25em; }
label { float: left; width: 100%; }
label span { float: left; width: 22%; text-align: right; }

/* =input */
fieldset { border:none; overflow:hidden; }
fieldset input, textarea { float: right; width: 75%; border: 1px solid #CCCC66; }
fieldset input:hover, textarea:hover { border-color: #968D57; }
fieldset input:active, input:focus, textarea:active, textarea:focus { border-color:#CCCC99; }

form div { margin-bottom: 20px; padding: 0 10px; border: none; text-align:right; }

/*
a { color:#968D57;}
a:link, a:visited { color: #968D57; }
a:hover { background-color: #CCCC66; color:#ffffff; text-decoration:none; }
a:active, a:focus { background-color:#968D57; color:#FFFFFF; text-decoration:none; }

a { color:#968D57;}
a:link, a:visited { color: #968D57; }
a:hover { background-color: #CCCC66; color:#ffffff; text-decoration:none; }
a:active, a:focus { background-color:#968D57; color:#FFFFFF; text-decoration:none; }



