@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(../images/LDGsite.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.container {
	clear: both;
	height: 100%;
	width: 800px;
	margin: auto;
}
.header {
	margin: auto;
	clear: both;
	height: 125px;
	width: 770px;
}
.sidebar {
	clear: right;
	float: left;
	height: 100%;
	width: 230px;
	border-right-width: thin;
	border-right-color: #A90000;
	border-right-style: solid;
}
.content {
	float: right;
	height: 100%;
	width: 540px;
	height: 500px;
	overflow: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
	margin: 0,10,0,10;
	padding-right: 10px;
}
ul.menu1, ul ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
	overflow:hidden;
	width:14em;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.menu1 table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	font-size:1em;
	background-image: url(../images/navbkg.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center center;
}
ul.menu1 ul {
	margin-left:1em;
}
ul.menu1 li {
	text-indent:0.5em;
}
ul.menu1 li.drop {
	margin-bottom:-2px;
}
ul.menu1 li a, ul.menu1 li a:visited {
	display:block;
	width:18em;
	height:1.75em;
	line-height:1.5em;
	text-decoration:none;
	color: #FF0000;
}
ul.menu1 li a.last, ul.menu1 li a.last:visited {
	display:block;
	width:14em;
	height:4em;
	line-height:2em;
}
ul.menu1 li ul {
	display:none;
}
ul.menu1 li:hover a, ul.menu1 li a:hover {
	border:0;
	color:red;
	font-weight:bold;
}
ul.menu1 li:hover ul, ul.menu1 li a:hover ul {
	display:block;
	height:100%;
	width:16em;
	margin-top:-1px;
	border:1px solid red;
	font-size: small;
}
ul.menu1 li:hover ul li a, ul.menu1 li a:hover ul li a {
	height:2em;
	color: red;
	font-weight:normal;	
}
ul.menu1 li:hover ul li:hover a, ul.menu1 li a:hover ul li a:hover {
	background:#333333;
	color: white;
}
#blog .date {
padding-top: 10px;
font-size: 70%;
}
#blog a, #blog a:visited {
color: white;
font-size: 100%;
text-decoration: none;
}
#blog a:hover {
color: red;
font-size: 100%;
}
#blog .title {
float: left;
font-weight: bold;
font-size: 90%;
padding-top: 10px;
}
#blog .desc {
	clear: both;
	border: 1px groove #CCCCCC;
	font-size: small;
	background-color: #40080A;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}a:link {
	color: #FF0000;
}
a:visited {
	color: #66CC00;
}
a:hover {
	color: #FFFFCC;
}
a:active {
	color: #FF0000;
}
