body {
	background:   #ffff00; 
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-size: 12px;
	color: #333;
	margin: 10px; 
}


.style1{ 
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 10px 10px 10px 0; 
	text-decoration:underline;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #000;
	margin: 0px;
	text-indent: 10px;
	background: #f2f2f2;
	width: 575px;

}


li {
	font-size: 12px;
	color: #333;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#ffff00;
	text-decoration: none;
}
a:visited {
	color: #ffff00;
	text-decoration: none;	
}
a:hover {
	color: #ccc;
}
a:active {
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#container {
	width:769px;
	margin: 0px auto;
	background: #000;
	margin-top: 20px;

 }
 
 
 
div#containerindex {
	width:550px;
	height:400px;
	margin: 0px auto;
	margin-top: 20px;
 }


div#header { 
	background: url(images/header.jpg);
	width: 769px;
	height: 164px;
 }

div#content {
	background: #ffffcc;
 }

div#pagetext {
	width: 575px;
	background: #fff;
	float: left;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;		
}

div#right{
	width: 190px;
	background: #000;
	float: right;

}

div#address{
	width: 575px;
	margin: 0px auto;
	border-top: 1px solid #000;
}



div#footer {
	background: #fff;
	width: 450px;
	clear: both;
}

 
 div#links {
 	width: 769px;
 	color: #ffff00;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	border-top: 4px solid #ffff00;
	background: #000;

 }
 
 
  div#indexlinks {
 	width: 550px;
 	color: #ffff00;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	background: #000;

 }
  
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 20px;
	border: 1px solid #cc6600;
	padding: 5px;

}
img.right {
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
	margin: 20px;
}

 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear:both;
	background: #000;
 }
 
  .copyrightindex {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear:both;
	background: #000;
	width: 550px;
 }
 


 /* ----------------- NAVIGATION ----------------- */

#nav {
	background: #ffff00;
	width: 767px;
	margin: 0px auto;
	height: 35px;
	clear: both;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#nav li {display: inline; 

}

#nav li a {
			float: left;
			display: block;
			height: 15px;
			padding: 10px;
			font: bold 11px Arial, Helvetica, sans-serif;
			text-align: center; 
			text-decoration: none; 
			background: #ffff00;
			color: #000; 
			border-right: 1px solid #000; 
}

#nav li a:hover { 
			text-decoration: none;
			color: #ffff00;
			background: #000;
}

#nav .current { 
			text-decoration: none;
			color: #ffff00;
			background: #000;
}

