@charset "utf-8";
/* CSS Document */

em {
	color:#006a44;
}

body {
	margin: 0;
	padding: 5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background:#D5A822;
	text-decoration: none;
}

#wrap {
	max-width: 1200px;
	background: #BFD88C;
	border-style: double;
	border-color:#990000;
}

#header {

	text-align:left;
	padding: 1em 0 0 2em}

#header h1 {
	font-size:250%;
	font-family: Palatino;
	color: #9A1200;
	text-align: left;
}

#header h2 {
	text-align:left;
}

#header {
	margin: 0;
	text-align:right;
	font-size: 115%;
	text-decoration:none;
}

#listwrap {
	float:right;
	font-size:108%;
}

#listwrap ul {
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: .2em;
	padding-left: .2em;
}

#listwrap ul li {
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#listwrap ul li a {
	text-decoration: none;
	color: #663300;
	padding: .2em 1.1em .1em 1.1em;
	border:1px double #D5A822;
}

#listwrap li:hover ul { 
	display: block;
	color:#0066CC;
}

/*#listwrap li:hover ul, li.over ul { 
	display: inline;
}*/

#listwrap li ul {
	display: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 70%;
}

#sidebar {
	float:left;
	width:20%;
	padding-top: 1em;
}

#sidebar div {
	font-size: 108%;
}

#sidebar div ul li {
	text-decoration:none;
	list-style:none;
	position:relative;
}

#sidebar div ul li a {
	display: block;
	text-decoration: none;
	color:#663300;
	padding: 1em 0 .5em 0em;
}

#sidebar div ul li a:hover{
	color:#990000;
}

#sidebar div li ul {
	position: absolute;
	left: 11em;
	top: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 11em;
	border: thin solid #CCCCCC;
	text-align:center;
}

#sidebar div li:hover ul, li.over ul { 
	display: block; 
}

#footer {
	width:95%;
	background: #BFD88C;
	color:#777;
	filter:alpha(opacity=90);
	opacity:0.90;
	font-size: 70%;
	clear: both;
	list-style:none;
}
#footer a {
text-decoration:none;
	color:#336600;
}

#jvd {
	width: 20%;
	float:left;
	clear: both;
}

#gsr {
	width: 75%;
	float:right;
	text-align: right;
}	

#yellow {
	width: 100%;
	clear:both;
}
	
#content{
	float:right;
	width:75%;
	background: #BFD88C;
	padding-right: 2%;
	padding-left: 1%;
}
#content i {
color:#0000CC

}
#content h5{
font-size: %70;
}

#content h4{
font-size: %105;
font-weight: bold;
}


#content dl {
	float:left;
	margin-bottom: 2em;
	padding:0;
}

#content dt {
	margin: 0 0 1em 0;
	padding:0;
	font-size:150%;
	color: #663;
	font-weight:normal;
	float:right;
}

#content dd {
	margin-bottom: 2em;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#content dd.img img {
	float: left;
	margin: 30px 8px 0 0;
	border: 1px solid #777;
	border-bottom-color:#777;
	border-right-color:#777;
}


#content div {
	font-size: 95%;
	line-height: 1.75em;
	color:#333;
}

#content div a {
	text-decoration:none;
	color:#336600;
	font-size: 105%;
}

#content div a:hover {
	color:#990000;
}

#content b {
	font-size:125%;
	color: #333300;
	font-weight:normal;
}
	
#content .alt dt {
	float:left;
}
	
#content .alt dd.img img {
	float:right;
	margin:30px 0 0 8px;
}

/*Reverse float*/
#content .alt dd.img img2 {
	float:right;
	margin:2em 0 0 8px;
}

/*Reverse float*/
.style1 {
	font-size: 140%;
	font-weight: bold;
}

#content dl {
	list-style-position:0em;
	padding-top: 0em;
}

#content div ul li {
	list-style:none;
}

.schedule {
  	line-height: 1.5em;
  	background: #919191;
  	}
	
table {
  	width: 100%;
  	background: #fff;
  	}

table th, table td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
  	border-bottom: 1px solid #b5b5b5;
  	}
table th {
  	color: #999;
  	}
table .name {
	text-align: left;
	border-right:dashed #003300;
	width: 180px;
  	}
table tr {
  	background: #e6e6e6;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}
table td a {
	text-decoration:none;
	color:#336600;
	font-size: 105%;  	}
