@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ff9933;
}
a {
	color: #000000;
}
a:hover {
	color: #663300;
}
#container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	display: none;
}
#header {
}
#header  p {
	font-size: 10px;
	color: #663300;
	line-height: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#graphic_title {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -220px;
}
#graphic_title img {
 behavior: url("/assets/js/pngbehavior.htc");
 }
.global_nav {
	background-color: #663300;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.global_nav li {
	list-style-type: none;
	float: left;
}
.global_nav a {
	color: #FFCC66;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	height: 15px;
}
.global_nav a:hover {
	color: #FFFFFF;
	background-color: #996600;
}
#side {
	float: left;
	width: 200px;
	background-image: url(/assets/templates/jlglass_v2/images/nav_back.jpg);
	height: 500px;
	margin-top: -5px;
	color: #FF9900;
	padding-top: 50px;
}
#side li {
	list-style-type: none;
	text-align: right;
        padding-right: 10px;
}
#side ul a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	display: block;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side ul a:hover {
	color: #EEE;
}
#content {
	float: right;
	width: 560px;
	padding-right: 5px;
	padding-left: 5px;
}
#content ul {
	margin-left: 15px;
	font-weight: bold;
}
#content p {
	color: #330000;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 15px;
}
#content h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFF99;
}
#footer {
	clear: both;
	font-size: 10px;
	padding-top: 20px;
}
