body {
	background: #fff url(images/body_bkg.jpg) repeat-x;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 62.5%;
	width: 900px;
}

p {
	background-color: #fff;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin: 10px;
}

img {
	margin: 10px;
	float:left;
}

img a {
	border: 1px solid #f5f5f5;
}

ul {
	margin-top: 5px;
	padding: 2px;
}

li {
	background-color: #fff;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	list-style-type: square;
}

h1 {
	background-color: #fff;
	color: #993300;
	text-align: justify;
	font-weight: bold;
	font-size: 1.3em;
	margin: 10px;
}

h2 {
	background-color: #fff;
	color: #cc3333;
	text-align: justify;
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px;
}

a {
	text-decoration: none;
	background-color: #fff;
	color: blue;
}

a:hover {
	text-decoration: underline;
	background-color: #fff;
	color: blue;
}

a.selected {
	text-decoration: none;
	background-color: #fff;
	color: purple;
}

#header {
	width: 100%;
	height: 150px;
	background-color: #993300;
}

#header img {
	width: 900px;
	margin: 0;
}

#date {
	background: #fff;
	color: #663300;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 1em;
	letter-spacing: 1px;
	width: 100%;
	border-bottom: 1px solid #993300;
}

#container {
	background-color: #fff;
	width: 900px;
}

#leftcolumn {
	float: left;
	background-color: #fff;
	width: 180px;
	padding-bottom: 10px;
}

#leftcolumn ul {
	margin: 10px;
}

#leftcolumn li {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	list-style-type: none;
	margin-bottom: 8px;
}

#menu {
	position:static;
	width:100%; 
	background: #fff;
    line-height:normal;
	font-size: 1em;
	float:left;
	margin: 10px;
	padding: 0;
}
    
#menu ul {
	margin:0;
	padding: 0;
	list-style:none;
}
    
#menu li {
    	display:inline;
    	margin: 0;
    	padding:0;
	width: 190px;
}

#menu a {
    	float: left;
	display:block;
	background:url(images/menu.jpg) no-repeat;
	margin-bottom: 3px;
    	padding:0;
	width: 150px;
	height: 30px;
	line-height: 30px;
    	text-decoration:none;
	font-weight: bold;
	font-size: 1.1em;
	color: #663300;
	text-align: left;
	text-indent: 5px;
}

#menu a:hover {
	background:url(images/menu_over.jpg) no-repeat;
     	color: #fff;
}

#menu a.selected {
	background:url(images/menu_over.jpg) no-repeat;
      	color: #fff;
}

#box {
	width: 150px;
	margin: 10px;
	border: 1px solid #ff9933;
}

#box img {
	border: none;
	padding: 2px;
}

#box h2 {
	background: #ff9933;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0;
	margin: 0px;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.2em;
}

#midcolumn {
	float: left;
	width: 700px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#midcolumn ul {
	margin: 10px;
}

#midcolumn li {
	background-color: #fff;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	list-style-type: none;
	margin-left: 15px;
	margin-bottom: 8px;
	list-style-type: circle;
}

#homebox {
	background: #fff;
	margin: 5px;
	min-height: 150px;
	padding: 5px;
	float: left;
	width: 325px;
	border: 1px dotted #cc3333;
}

#homebox .title {
	background: #cc3333 url(images/title_bkg.jpg);
	color: #fff;
	padding: 0;
	margin: 0px;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 1px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 1.1em;
}

#homebox img {
	border: 0px;
}

img.noborder {
	border: none;
	float: left;
}

img.noborderrt {
	border: none;
	float: right;
}

.highlight img{
	border: 5px solid #ccc;
}

.highlight:hover img{
	border: 5px solid #663300;
}

.highlight:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

#footer {
	clear: both;
	background: #fff;
	color: #663300;
	margin: 0;
	height: 30px;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight: normal;
	line-height: 30px;
	text-align: right;
}

#footer a {
	color: #663300;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover {
	color: #663300;
	background-color: transparent;
	text-decoration: underline;
}