body {
	background: #CCC url(images/background.gif) repeat-y 50% 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color: #000000;
	margin: 10px auto;
	padding-bottom: 10px;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#2E3192;
	}

a:hover {
	text-decoration:none;
	color:#0000FF;
	}

#wrapper {
	background: transparent;
	margin:0 auto;
	width:900px;
	font-size:1.20em;
	}

#header {
	height:205px;
	background:url(images/header.gif) no-repeat;
	}

#menu {
	height: 35px;
	width: 700px;
	float: right;
	background: #000000;
	background:url(images/menu_background.gif) no-repeat;
	position:relative;
	}

#menu a:link, #menu a:visited {
	display: block;
	float: right;
	line-height: 30px;
	padding: 0 15px;
	font: normal 12px Verdana;
	font-weight: bold;
	color: #ffff00;
	margin-top: 10px;
	margin-right: 30px;
	}

#menu a:hover {
	background: transparent;
	color: #ffff00;
	text-decoration: underline;
	}

#menu ul {
	padding: 0;
	list-style: none;
	}

#menu li {
	margin: 0;
	float: right;
	height: 30px;
	padding: 0;
	}

#sidebar {
	float:left;
	width:175px;
	background:transparent;
	margin-left:5px;
	overflow: hidden;
	}

#content {
	background: url(images/content_background.gif) repeat-y 50% 0;	
	float:right;
	width:700px;
	min-height:543px;
	}
		
#footer {
	clear:both;
	font-family:  Verdana, "Trebuchet MS", Futura, Arial, Helvetica, sans-serif;
	background: url(images/footer.gif) no-repeat;
	color: #000;
	float: right;
	width: 700px;
	font-size: 10px;
	}
	
#footer a{
	color: #000
	}
	
#footer a:hover{
	color: #000;
	}

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	font-size: 14px;
	}
	
h2{
	color: #000000;
	margin: 10px;
}
	
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
	
#sidebar h3{
	color: #000000;
	margin: 10px;
	text-align: center;
	}

#sidebar ul {
	list-style-type:none;
	margin-top:5px;
	}

#sidebar li {
	margin-top: 4px;
	}

#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#2E3192;
	padding-left:5px;
	border-bottom:1px dotted #B1BB49;
	}

#sidebar li a:hover {
	color:#0000FF;
	border-bottom:1px solid #B1BB49;
	}

#footer-valid {
	float:right;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}

#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}

#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}


h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
	
.center {
	text-align: center;
	}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0px;
	font: normal 12px Verdana;
	color: #000000;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #FFFF00;
	width: 161px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background:#000000;
color: #FFFF00;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}