body {
	margin:0px;
	padding:0px;
	font: 70% verdana, arial, helvetica, sans-serif; 
	color:#000;
	background-color:#ffd;
	}


/* small font size for the footer */
.smallfont {
	font-size: 10px;
}

/* over line for footer NOT links */
.overline {
	border-top: 1px solid #D0D0D0;
}

/* underline to seperate table sections in view NOT the links themselves */
.underline {
	border-bottom: 1px solid #d0d0d0;
}

/* background image in the header */
.bgimage {
	background: url(images/logo_bg.jpg);
}

/* small font for link date and hits */
.small {
	font-size: 7pt;
	color: #000033
}




img {
	border: 0px;
}

/* get rid of the stuborn white space
   that comes after every from */
form {
    margin: 0px;
}

input,select {
	font-size: 9px;
	border: 1px solid #c8c8c8;
}

textarea {
	font-size: 12px;
	border: 1px solid #c8c8c8;
}

table.border {
	border: 1px solid #c8c8c8;
	background-color: #ded;
background-image: url("longbkg.jpg");
}

/* thick under line in the menu */
.thick_line {
	border-bottom: medium solid #888888;
}

/* alternating colors for the displayed links */
.alt_color1 {
	background-color:#ffd;
}
.alt_color2 {
	background-color:#FFFFCC;
}

/* table background color for section titles and main page */
.bg_color {
	background-color: #ffd;
}

/* url color under link name */
.url {
	color: black;
	font-style: italic;
	font-size: xx-small;
}


#Header {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px 0px 10px 0px;
	padding:7px 0px 13px 20px;
	border-style:solid;
	border-color:black;
	border-width:0px 0px 1px 0px; 
	line-height:11px;
	background-color:#ffd;
	background-image:url("header.jpg");
	height:11px; 
	width:100%;
	}

.menuheader {
	font-weight: bold; 
	font-size: 13px; 
	letter-spacing: 1px; 
	padding: 0.3em 0.5em 0.3em; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000; 
	margin-bottom: 3px;
	background: #aba; 
	background-image:url("menuheader.jpg");
	color: #efe;
	}


p 	{
	font: 100% verdana, arial, helvetica, sans-serif; 
	margin:0px 0px 16px 0px;
	padding:0px;
	}


a 	{
	color:#000;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}


h1 	{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:20px;
	line-height:25px;
	font-weight:900;
	color:#000;
	}
h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:16px;
	line-height:16px;
	color:#000;
	}

#c {
margin:10px 0px; padding:0px;
text-align:center;
}


 a:link 	{color:#000;}
 a:visited 	{color:#000;}
 a:hover 	{color:#cdc ;
         	background-color:#000;
		}
 
div#Menu {
	position:absolute;
	top:36px;
	left:0px;
	width:160px;	
	margin: 0;
	padding: 0;
	background-color:#cdc;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;

	}

#Menu ul 	{list-style-type: none;
		margin: 0;
		padding: 0;
 		}

#Menu li	{display: inline;}

#Menu a 	{display: block;
		letter-spacing: 1px;
		text-decoration: none;
		border-bottom: 1px solid #bcb;
		text-align: left;
		padding-left: 12px; 
		padding-bottom:0.2em; 
		font: 13px Verdana, Arial, Sans serif;}

#Menu a:link 	{color:#000;}
#Menu a:visited 	{color:#000;}
#Menu a:hover 	{color:#000; background-color:#ded;}



div#menu>p {position:absolute;}


#Content {
	margin:60px 20px 20px 190px;
	padding:10px;
	}

 #linkbox {float: right; 
		width: 190px; 
   		background: #cdc; 
		border-left:1px solid #fff;
		border-bottom:1px solid #000;
		border-right:1px solid #000;
		margin: 0.2em -1px 15px 15px;}

.linktext {	font-size: 100%; 
		font: 100% verdana, arial, helvetica, sans-serif; 
		text-align:center;
   		color: #000; 
		padding:0.5em;}


 .tabr {float: right; 
		width: 230px; 
   		font-size: 80%; 
		font-family: Verdana, sans-serif; 
   		padding: 0.5em;  background: #cdc; 
		color: #000; 
		text-align:center;
		border:2px solid #bcb;
		margin: 0.2em -1px 15px 15px;}

.tabl 
		{float: left; 
		width: 230px; 
		text-align: center; 
 		font-size: 80%; 	
		font-family: Verdana, sans-serif; 
		padding: 0.5em; 
		background: #cdc; 
		color: #000; 
		border:2px solid #bcb;
 		margin: -1px 15px 15px -1px;}

.screen	{
		color:#cdc;
		}




div#Content ul
{
list-style-type: none;
padding: 0;
margin: 10;
}

div#Content li
{
padding-left: 1em;
background-image: url("bullet.jpg");
background-repeat: no-repeat;
background-position: 0 .5em;

}

