p {font-family: sans-serif; color: #444444;}
h1{font-family: sans-serif; color: #444444;}
h2{font-family: sans-serif; color: #444444;}
b {font-family: sans-serif; color: #444444;}
td{font-family: sans-serif; color: #444444;}
li{list-style-type: circle; color: #444444;}
small{font-family: sans-serif; color: #444444;}
img{margin: 5px 5px 5px 5px;}

#header {
			width: 800px;
			height: 150px;
			position: absolute;
			top: 5px;
			left: 5px;
			background-color: #ffffff;
			font-family: sans-serif;
			}

#menu {
			width: 210px;
			position: absolute;
			top: 170px;
			left: 5px;
			font-family: sans-serif;
			}

table.menu {height:310px;}
			
#menupage {
			width: 210px;
			padding-left: 10px;
			background-color: #cde9f0;
			font-family: sans-serif;
			}

#content {
			width: 550px;
			position: absolute;
			top: 170px;
			left: 250px;
			font-family: sans-serif;
			}

#footer {
			width: 800px;
			height: 100px;
			position: absolute;
			top: 950px;
			left: 5px;
			background-image: url('FooterBG.gif');
			background-repeat: no-repeat;
			background-position: 0px 8px;
			font-family: sans-serif;
			}

.menubg {
			background-image: url('MenuBG.gif');
			background-repeat: no-repeat;
			background-position: 0px 0px;
			}

.indent {		padding-left: 15px;
			}

.dotted {	
			background-image: url('CircleFill.gif');
			background-repeat: no-repeat;
			background-position: 0px 0px;
			}
