body {
	background:#E1B14F url(../images/backgrounds/dropshadow.gif) repeat-y;
	margin:0;
	font:small Tahoma, "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	text-align:left;
	color:#000000;
	margin-left: 0px;
	padding: 0;
	margin-top: 0px;
  }
  /* site positions
----------------------------------------------- */
  #content {
	width:720px;
	margin:0;
	padding:0;
	text-align:left;
	background-image: url(../images/backgrounds/head.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
  }
#main {
	width:500px;
	float:right;
	margin-top: 75px;
  }
  }
#body-content {
	float: right;
	width: 100%;
}
#menu {
	float: left;
	width: 195px;
	background-image: url(../images/backgrounds/menu_bkg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 20px;
	height: 450px;
}
#header-content {
	width: 720px;
}
#footer {
	width:720px;
	margin:0;
	padding:0;
	text-align:center;
	float: left;
	font-size: 70%;
}

/* Links
----------------------------------------------- */
a {
	color: #003A84;
	text-decoration: none;
}
a:hover {
	color: #003A84;
	text-decoration: underline;
}

/* Menu
----------------------------------------------- */
#menu ul{
	margin:0 0 0em;
	padding:0 0 0em;
	list-style:none;
  }
#menu li {
	margin:0;
	padding:0 0 .25em 15px;
	text-transform: capitalize;
	line-height: 1.4em;
	text-indent: 5pt;
	font-size: 85%;
   }
#menu h2 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E02924;
	line-height: 1.5em;
	color: #000000;
}
/* Main
----------------------------------------------- */
#navigation h1 {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	text-transform: capitalize;
	line-height: 1.5em;
	font-weight: normal;
}
#body-content h1 {
	color: #FF0000;
	font-size: 1.7em;
	margin: 0px 0px 4px;
	padding: 0px 0px 4px;
	text-align: left;
}
#body-content h2 {
	font-size: 1.3em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0px;
	padding: 5px 0px 10px;
}
#body-content p {
	padding: 0px;
	margin: 0px 0px 10px;
}
.content-img {
	border: none;
	margin: 10px;
}

.content-bold {
	font-weight: bold;
}
.content-small {
	font-size: 70%;
}

