body {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dcdcdc;
	font-weight: normal;
	}

#page {
	}

#column1, #column2 {
	padding: 0px;
	}

#column1 {
	float: left;
	margin: 0 0 0 0px;
	padding-top: 5px;
	width: 150px;
	display: inline; /* this is necessary to fix the IE doubled float margin issue */
	background-color: #dcdcdc;

}

#column2 {
	background-color: #dcdcdc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 13em;
	margin-right: 5px;
	}

#header {
	background-color: #8b0000;
	display: block;
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
	clear: both;
	}
#footer {
	clear: both;
	background-color: #dcdcdc;
	display: block;
	border-top: 2px solid #be9c22;
	}
	
h1 {
	font-size: 1.5em;
	padding: 0px;
	text-align: left;
	margin-bottom: 0px;
	color: #00008b;
	}

h2 {
	font-size: 1.25em;
	padding: 5px;
	}

.list {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	padding-right: 10px;
	}

.styleMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #00007F;
}
.menubtn
{
	width:150px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background: #dcdcdc;
	color: #00007F;
}

.heading {
   color: #00007f;
   font-size: 2.0em;
   margin-bottom: 0px;
   font-weight: bold;
}

.navheading {
   color: #8b0000;
   font-size: 1.5em;
   margin-bottom: 0px;
   font-weight: bold;
}

.menuheading{
   color: #8b0000;
   font-size: 1.0em;
   margin-left: 2px;
}

a.style {
}

a.menu:link {
   color: #0000cc; 
   text-decoration: none;
}

a.menu:active {
   color: #0000cc; 
   text-decoration: underline;
}

a.menu:visited {
   color: #993366; 
   text-decoration: none;
}

a.menu:hover {
   color: darkred;
   text-decoration: underline;
}

a.topnav:link {
   color: #FFFFff;
   text-decoration: none;
}

a.topnav:active {
   color: #FFFFff;
   text-decoration: none;
}

a.topnav:visited {
   color: #FFFFff;
   text-decoration: none;
}

a.topnav:hover {
   color: #FFFFff;
   text-decoration: none;
}
.dobold {
	font-weight: bold;
}

.box {/*this is a box */
  background: #FFFFFF;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  }

