body {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	background-color: #fff;
	color: #383838;
	font-size: 95%;
	font-family: tahoma, arial, helvetica, sans-serif;
	}

html {
	margin: 0;
	padding: 0;
	border: none;
	}

ul span
{font-family:  arial, sans-serif;
font-size: 95%;
font-weight: bold;
}

li
{font-family:  arial, sans-serif;
font-size: 85%;
display: list-item;
padding-bottom: 10px;
}

input, textarea
{
vertical-align: middle;
font-family:  arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #303030;
}


a:link, a:active, a:visited 
{ 
font-weight: bold;
font-size: 85%;
color: #E00075;
background-color: #fff;
text-decoration: none;
}


a:hover
{ 
text-decoration: underline;
}

h1
{font-family: tahoma, arial, helvetica, sans-serif;
font-size: 165%;
margin: 0px; 
padding-bottom: 13px;
color: #400000;
background-color: #fff;
}

h2
{font-family: tahoma, arial, helvetica, sans-serif;
font-size: 165%;
color: #400000;
background-color: #fff;
padding-bottom: 8px;
margin: 0px; 
}

.smallText
{font-family:  arial, helvetica, sans-serif;
font-size: 85%;
margin: 0px; 
}

.smallText span
{
font-weight: bold;
}

.main
{
vertical-align: top;
padding-left: 20px;
padding-top: 10px;
padding-right: 10px;
height:400px;
width: 100%;
overflow: scroll;
text-align: left;
}

.attwood
{font-family:  bookman old style, times new roman, arial, helvetica, sans-serif;
font-size: 90%;
margin: 0px;
padding: 5px;
background-color: #F5E1EC;
border: 1px dotted #383838; 
}

.sidenav
{
background-color: #400000;
color: #fff;
background-image:url(./graphics/sidenavbg.png); 
padding: 0px;
margin: 0px;
 }

.topnav
{
background-color: #400000;
color: #fff;
width:100%;
height: 4px;
padding: 0px;
margin: 0px; 
}

#ddimagetabs{
}

#ddimagetabs a{

display: inline;
text-decoration: none;
font: bold 0.70em  tahoma, arial, helvetica, sans-serif; /*tab font */
width: 86px; /*width of tab image */
height: 17px; /*height of tab image */
float: left;
margin-left: 1px; /*spacing between tabs */
padding-top: 5px; /*vertical offset of tab text from top of tab*/
padding-bottom: 0px;
color: #fff;
background-color: #fff;
background-image:url(./graphics/bluetab.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(./graphics/bluetabover.jpg); /*URL to tab image onmouseover */
}

.menulink 
{ 
margin: 0px; 
padding: 0px; 
border-bottom: 1px solid #350000; 
font-weight: normal;
}

A.menulink, A.menulink:visited, A.menulink:active {
display: block;
text-align: left;
text-decoration: none;
font-weight: normal;
font-size: 80%;
border: 0px;
padding: 5px;
color: #fff;
background-color:#430000;
}

A.menulink:hover {
border: 0px;
background-color:#E00075;
color: #ffffff;
padding: 5px;
text-decoration: none;
}