/* Author: Contessa Trujillo*/

body {
		background-color: #000000;
		background-image: url(images/Pattern1.gif);
		background-repeat: repeat-y; 
		font-family: Times;
		color: #ffffff;
		margin: 0; 
	  }
	  
#nav {
   width: 155px;
   background: #4d4c49;
   padding-top: 15px;
   font-size: 17px;
   line-height: 20px;
   font-style: bold;
   color: #ffffff;
}

#nav a {
   text-decoration: none;
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
}

#nav a:hover {
   color: #E6D5BE;
   text-decoration: none;
}

table#main {
		background-color: #E8DCCC;
		border-width: 1px 1px 1px 1px;
		border-spacing: 0px;
		border-style: solid solid solid solid;
		border-color: #000000 #000000 #000000 #000000;
		border-collapse: collapse;
		cellpadding: 4px;
		}
table.main th {
		border-width: 1px 1px 1px 1px;
		border-style: solid solid solid solid;
		border-color: none none none none;
		background-color: none;
		}
table.main td {
		background-color: #4d4c49;
		border-width: 1px 1px 1px 1px;
		cellpadding: 0px;
		border-style: solid solid solid solid;
		border-color: #000000 #000000 #000000 #000000;
		background-color: none;
		-moz-border-radius: 0px 0px 0px 0px;
		}
p, h1, h2 {
		font-family: times, garamond, verdana, arial, helvetica, sans-serif;
			}
p		{
		color: #000000;
		font-size: 16px;
		padding: 10px;
		text-align: left;
		}
h1 		{
		color: #4D4C49;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		font-family: times, garamond, verdana, arial, helvetica, sans-serif;
		}
h1.border{
		color: #000000;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		font-family: times, garamond, verdana, arial, helvetica, sans-serif;
		}
.nav{
		color: #ffffff;
		font-size: 14px;
		}
.header{
		color: #000000;
		text-align: right;
		font-size: 15px;
		padding-top: 3px;
		padding-bottom: 2px
		}
.heading{
		color: #000000;
		font-size: 18px;
		text-align: center;
		padding: 15px;
		padding-top: 3px;
		padding-bottom: 2px		
		}
.title{
		color: #ffffff;
		font-size: 15px;
		padding-top: 15px;
		font-weight: bold;
		}
a:link {
		color: #ffffff;
		text-decoration: none;
		}
a:visited {
		color: #ffffff;
		text-decoration: none;
		}
a:hover {
		color: #E6D5BE;
		text-decoration: none;
		display: inline;
		}
a:active {
		color: #E6D5BE;
		text-decoration: none;
		}
#return{
		text-align: right;
		font-size: 14px;
		}
#copyright {
		text-align: center;
		font-size: 13px;
		}
acronym.dotted { 
  border-bottom-width: 1px;
  border-bottom-color: #00000;
  border-bottom-style: dotted;
}