body {
background: #666;
color: #fff;
font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;

text-align: justify;
}

a {
color: #ff0;
text-decoration: none;
}

a:hover {
/*color: #ff0;*/
text-decoration: underline;
}

code {
font: 1.0em "Courier New", Courier, monospace;
}

blockquote {
font-size: 0.8em;
border: 1px solid #808080;
margin: 0 40px 0 40px;
text-align: justify;
}

blockquote p {
margin: 0;
padding: 5px 10px;
}

/* Containing wrap */
#container {
background: url(images/background.jpg) #666 repeat-y left;
margin: 0 auto;
width: 760px;
}

/* Header */
#header {
background: url(images/header.jpg) #666 no-repeat top left;
height: 180px;
}

#header h1 {
font-size: 2.4em;
color: #FF0000;
padding: 65px 0 0 70px;
text-align: left;
}

#header h2 {
color: #ff0;
font-size: 1.0em;
margin-top: -15PX;
padding: 0px 0 0 70px;
text-align: left;
}

h3{
	color: #FF0000;
	font-size: 15px;
	text-align: center;
}

/* Content */
#content {
float: left;
margin: 0px;
padding: 0 10px 0 70px;
width: 500px;
}

#content h1 {
color: #ff0;
font-size: 1.6em;
}

#content h2 {
font-size: 1.4em;
margin-bottom: 10px;
}

#content p {
font-size: 1.1em;
line-height: 20px;
text-align: justify;
}

#content p.prefix, #content p.suffix {
border-bottom: 1px solid #06f;
color: #feff55;
height: 20px;
font-size: 0.9em;
padding-bottom: 2px;
}

#content p.prefix {
margin-top: -10px;
}

#content p.suffix {
margin-bottom: 40px;
color: #ff0;
}

/* Image display */
.alignleft {
background: #000;
border: 1px solid #fff;
float: left;
margin: 0 10px 10px 0;
padding: 5px;
text-align: left;
}

.alignright {
background: #000;
border: 1px solid #fff;
float: right;
margin: 0 0 10px 10px;
padding: 5px;
text-align: right;
}

/* Sidebar */
#right {
float: right;
padding: 0 60px 0 0;
width: 100px;
text-align: center;
}

#right ul {
margin: 0;
padding-left: 20px;
}

#right li {
line-height: 16px;
list-style: none;
margin: 0;
padding-left: 10px;
}

#right h2 {
color: #FEFF55;
font-size: 1.2em;
margin: 0;
padding: 15px 0 5px 20px;
}

#right a {
font-size: 1.1em;
text-decoration: none;
}

/* Footer */
#footer {
background: url(images/footer.jpg) #666 no-repeat top;
clear: both;
height: 150px;
text-align: center;
padding: 0 70px;
margin-top: 15px;
}

#footer p {
color: #ff0;
font-size: 0.9em;
padding-top: 15px;
border-top: 1px solid #0066FF;
}
/*
#footer a {
font-weight: bold;
text-decoration: none;
}
*/




table th{
	color: #ff0;
	font-weight: bold;
}

table{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
}

table td, table th{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 1px 3px;
	text-align: left;
}

img{
	border: 0;
}
