
body{  
	 background-image: url('stripebg.png');   margin: 0; 	 
}


h1 { font-size: medium; font-family: Tahoma; padding: 5px; text-align: right;
	}
	
h3 { font-size: small; font-family: Tahoma; padding: 5px; text-align: right;
	}

P, IMG { 
	margin: 5px; border: none; vertical-align: middle; 
}

A:link IMG { 
	border: none 
}

A:visited { 
	border: none;
	color: blue 
}

A:hover { 
	color: black; 
}

#all {
	width: 800px;
	background-color: White;
}

#header {
  width: 800px;
  height: 130px;
    background-color: White;
}

#sidebar {
  width: 200px;
  float: left;
    background-color: White;
}

#container {
  width: 600px;
   float: right;
	  background-color: White;
}

#footer {
  width: 800px;
  clear: both;
   background-color: White;
}

#spacer {
  width: 800px;
  clear: both;
  height: 80px;
    background-color: White;
}

.logo {
	 font-size: 11px;
	 font-family: Tahoma;
	 color: black;
	 background-color: white;
	 font-weight: bold;
	 padding: 5px;
}

.menubase {
	font-size: 11px;
	font-family: Tahoma;
	color: black;
	background-color: #DCDCDC;
	font-weight: bold;
	padding: 5px;
}

	
.menucontent {
	 font-size: 14px;
	 font-family: Verdana;
	 color: black;
	 background-color: white;
	 font-weight: bold;
	 padding: 5px;
	 text-align: left;
	 padding: 5px;
}	
	
.txtbase {
	 font-size: 12px;
	 font-family: Tahoma;
	 line-height: 16px;
	 text-indent: 20px;
}


 .txtform {
	 font-size: 10px;
	 font-family: Tahoma;
	 color: black;
	 background-color: white;
	 font-weight: bold;
}	


.box { 
  background: #FFFFFF; 
  width: 800px;
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 15px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 15px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 15px 0px 15px;
}

