/* CSS Document */

* { 
 margin: 0; 
 padding: 0; 
} 
body {
	text-align: center;
	background-color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;  
}

table{
margin-left: 2em;
}
th {
background-color:#F6CB4B;
text-align: center;
padding-top: 1em;
padding-bottom: 1em;
}
td {
	text-align: left;
	padding-left: .5em;
	padding-bottom: 1em;
	padding-top: 1em;
}

#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-color: #990000;

} 
#header {
	position: absolute;
	left: 20px;
	height: 100px;
	background-color: #999999;
} 

#header p {  
}

#navigation {
	position: absolute;
	top: 200px;
	left: 602px;
	width: 240px; 
	background-color: #000000;
	border:10px solid #826426;
	z-index:2;
}


#content-primary {
	position: absolute;
	background: url(img/bl.jpg) 0 100% no-repeat;
	background-color: #FFFFFF;
	top: 150px;
	left: 52px;
	width: 600px;
	margin-bottom: 5px;
}

#content-primary ul {
padding-left: 4em;
}


.br {background: url(img/br.jpg) 100% 100% no-repeat}
.tl {background: url(img/tl.jpg) 0 0 no-repeat} 
.tr {background: url(img/tr.jpg) 100% 0 no-repeat}
#content-primary p {
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 75px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
  }
  
  #content-primary h1 {
	margin-left: 15px;
	font-size: 22px;
	color: #990000;
	text-transform: none;
  }
 #content-primary a {
	color:#996600;
	text-decoration: none;
}

#content-primary a:hover {
color: #006666;
}
  
  
  #content-primary h2 {
  margin-left: 15px;
  font-size: 16px;
  color:#333333;
  }
    #content-primary h3 {
  margin-left: 20px;
  font-size: 14px;
  color:#333333;
  }
  
#notepad{
	position:absolute;
	width:300px;
	height:300px;
	z-index:3;
	left: 669px;
	top: 500px;
}
 
.clear { 
 clear: both; 
}

.li {
	color: #FFFFCC;
	font-family:Boopee, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin-left: 8px;
}
a {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
color: #006666;
}
#clip {
	position:absolute;
	width:190px;
	height:55px;
	z-index:4;
	left: 199px;
	top: 60px;
}
.footer {
	font-size: 10;
	font-weight: bold;
	color: #826426;
}

.footer a{
	font-size: 10;
	font-weight: bold;
	color: #826426;
}
.footer a:hover{
	font-size: 10;
	font-weight: bold;
	color: #990000;
}