body {
	background: url(images/theold_background.jpg)
	#FFF4F7;
	font : 12px Tahoma;
	margin: 3px;
	padding: 3px;
	width : 98%;
}

td {
	color: green;
	background-color : Yellow;
	padding-left : 5px;
}

#pepper td {
	color: #191970;
	background-color : #F5DEB3;
	padding-left : 5px;
}
p, ul {
	margin-left: 5%;
	margin-right: 5%;
	color: #003399;
}

B {
	color : Black;
	font-style : normal;
	font-weight : bolder;
	font-size : larger;
}

#contentholder{
	position:relative;
	width:90%;
	margin-left:2px;
	margin-right:15px;
	margin-top: 15px;
}


#top {
	text-align : left;
	margin-left: 10px;
}
	
#news{
	position: absolute;
	width: 100px;
	height: 120px;
	overflow: hidden;
	left: 82%;
	padding: 0 1.5%;
	top: 21px;
	border-top: 1px solid red;
	font : 9px Tahoma;
	margin-right : 10px;
}

#left {
	position: absolute;
	top: 150px;
	width: 30%;
	background: #AFEEEE;
	text-align : left;
	float: left;
	border : 4px solid white;
	left: 10px;
	padding: 0px;
	clear : both;
}

#center {
	color: #000;
	margin: 0 0 0 38%;
	padding: 3px 3px;
	clear: left;
	border : dotted;
	width : 280px;
	text-align : center;
}

#middle {
	color: #000;
	margin: 0 0 0 32%;
	padding: 3px 3px;
	clear: left;
	text-align : left;
}


#right {
	position: absolute;
	top: 120px;
	margin-left :72%;	
	margin-right : 1%;
	width: 22%;

/*	



*/
	float: right;
	text-align: left;

	
}

#return{
	width: 110px;
	height: 83px;
	margin-left : 80%;
}

#footer{
	border: 4px ridge fuchsia;
	margin-top: 10px;
	text-align: center;
	height: 20px;
	color: blue;
	font-weight : bold;
	font-size : 14px;
    clear: both;
}

H1 {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	color: White;
	background-color: #E74E32;
	border-color: #333399;
	border-style: solid solid solid solid;
	border-right-width : thin;
	border-left-width : thin;
	height : 40px;
	line-height : 40px;
	margin : 0px 0px 0px 0px;
}

H2 {
	font-size : 200%;
	font-weight : 800;
	color : #E74E32;
	text-align : center;
}
   
H3 {
	font-size: 16px;
	font-weight: 800;
	text-align: left;
	color: White;
	background-color: blue;
	margin-left: 0%;
/*	margin-right: 28%;
	margin-bottom: 30px;*/
	border-color: #333399;
	border-style: solid solid solid solid;
	border-right-width : thin;
	border-left-width : thin;
	height : 20px;
	line-height : 20px;
	float : left;
	padding-right : 40%;
}

H4{
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	color: White;
	background-color: red;
	border-color: #333399;
	border-style: solid solid solid solid;
	border-right-width : thin;
	border-left-width : thin;
	padding-right : 5px;
	margin-top: 0%;	
}

  H5 {margin-right: 15%;
   font-size: 150%;
   font-weight: 800;
   color: #333399;
   border-style: none none none none;
   border-right-width : thin;
   border-color: #333399;
   padding-left:  10px;
 }
 
H6 {
	font-size : 200%;
	font-weight : 800;
	color : red;
	text-align : Left;
    margin-left: 5%;
}
 
A:link {
    color: #0000FF;
}

A:ACTIVE {
	color: Green;
}

A:FOCUS {
	color: Lime;
}

A:VISITED {
	color: Fuchsia;
}

.picturetoright {
	float : right;
	margin : 1.5%;
}

.picturetoleft {
	float : left;
	margin : 5px 5px 5px -3%;
}

#btn {
	float: right;
	margin-right: 20px;
	background-color: red;
	border-style : solid;
	border-bottom-width : thick;
	border-right-width : thick;
	border-top-width : thin;
	border-left-width : thin;
	border-right : groove Black;
	text-align : center;
	width : 100px;
	color : White;
	border-left : thin solid Black;
	border-top : thin solid Black;
	border-bottom : thick groove Black;
}

#btn a:link {
	color: White;
}

#btn a:focus {
	color: White;
}

#btn a:hover {
	color: Yellow;
}

#btn a:active {
	color: White;
}

#btn a:visited {
	color: White;
}

#navbtn a:link, #navbtn a:visited {
	font-weight : 800;
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: Yellow;
	background-color: blue;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}

#navbtn a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: white;
}

#navbtn ul {
	List-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#navbtn li {
	display: inline;
}


#index ul {
}

#index li {
	margin-left: 30%;
	font-size : 160%;
	font-weight : 400;
}
#textbody ul {
}

#textbody li {
	font-style: italic;
	font-weight: 800;
	margin-left: 30px;
}

ul.textbody li {
	font-style: italic;
	font-weight: 800;
	margin-left: 30px;
}

