body {
  font-family: Verdana, Arial, helvetica, sans-serif;
  color: #333333;
  font-size: small;
  line-height: 1.3em;
  margin: 0px;
  padding: 0px;
  background: #f4dbee url(images/bg.stripes2.gif);
}

#wrap {
background: #ffffff;
color: #333333;
margin: 0 auto;
border: 1px solid #F4dbee;
width: 800px;
height: 100%;
}

#bottomnav {
clear: both;
text-align: center;
font-size: x-small;
margin-top: 0px;
margin-bottom: 5px;
}

#footer {
clear: both;
width: 800px;
text-align: center;
font-size: 10px;
margin-top: 0px;
padding: 15px 0px 10px 0px;
height: 100%;
border-top: 1px solid #f4dbee;
border-bottom: 10px solid #B36096;
}

/*#footer a{
color:#OBB367;
}*/

.margins{
margin: 20px 25px 20px 25px; /*for inside*/
}
.listHeader {
	margin-bottom: 0px;
	font-weight: bold;
    padding-bottom: 0px;	
}
.list {
	margin-bottom: 6px;
	margin-top: 0px;
}


/************* .navTable styles for links on left  **************/
#navTable {
	margin-bottom: 1em;
	padding: 0 0 0 0;
	color: #333;
	font-size: x-small;
}
#navTable ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
}
#navTable li {
	margin: 0px;
	align: left;
	border-bottom: 1px dotted #F4DBEE;
}
#navTable li a{
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 10px;
	color: #9E5685;
}
#navTable li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#navTable li a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #d09dbe;
}
#navTable .active a{
	color: #FFFFFF;
	background-color: #d09dbe;
	margin-left: 0px;
	padding-left: 15px;
	display: block;

}
#navTable .active a:hover{
	color: #666666;
	background-color: #d09dbe;
	margin-left: 0px;
	padding-left: 15px;
	display: block;
}

#navTable .header {
	font-weight: bold;
	border-top: 1px solid #cccccc;
}	

.menuTitle {
	color: #9e5685;
	font-weight: bold;
	border-bottom: 1px solid #B36096;
	margin-bottom: 0px;
}

/******  END NAV COLUMN CODE  ******/

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: x-small;
}

a:link {
	color:#009966;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
}

h1 {
	font-size: 130%;
	padding-top: 10px;
	padding: 3px;
	color: #b36096;
	font-weight: bold;
	line-height: 120%;
}
h2 {
	font-size: 120%;
	padding: 0px;
	color: #009B71;
	font-weight: bold;
}
.smallText {
	font-size: x-small;
}
.sidebar {
margin: 50px 5px 5px 5px;
}
.TableHeader {
border-top: 1px solid #b36096;
border-bottom: 1px solid #b36096;
font-weight: bold;
background-color: #F4DBEE;
}
.TableRowBottBorder {
border-bottom: 1px solid #f4dbee;    /* light pink */
}
.LastTableRow {
border-bottom: 1px solid #b36096;    /* dark pink */
}
.TopLineLight {
border-top: 1px solid #f4dbee;
}
.TopLineDark {
border-top: 1px solid #b36096;
}

/* TOP MENU - from Dynamic Drive */
.topmenu{
padding: 0;
margin-top: 0px;
width: 800px;
border-top: 5px solid #B36096; /*purple*/
background: transparent;
color: #FFFFFF;
}

.topmenu ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.topmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.topmenu a{
float: left;
display: block;
font: bold 11px Arial;
color: #333333;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #B8DAFD; /*blue from photo*/
border-bottom: 8px solid white;
}

/*.topmenu a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
} */

.topmenu a:hover{
background-color: #B36096; /*purple*/
text-decoration: none;
color: white;
}

.topmenu .current a{ /** currently selected menu item **/
background-color: #B36096; /*purple*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #B36096; 
color: white;
}

/* right text column*/
#right {
	float: right;
	border-left: 1px dotted #f4dbee;
	color: #333333;
	padding: 20px;
}
/* left nav column*/
#left {
	float: left;
	width: 100px;
	color: #333333;
	margin: 10px;
	font-size: 10px;
}

.border {
	border-left: 1px solid #f4dbee;
}
.rborder {
	border-right: 1px solid #f4dbee;
}
.LeftIndent {
	margin-left: 20px;
	text-indent: -20px;
	margin-bottom: 10px;
}