
/* <!-- Layout --> */

div.main	{
	position: absolute;
	top: 0px; right: 210px;
	background: transparent;
	text-align: left;
	left : 0;
	width: auto;
	overflow: auto;
	}
	
div.outer	{
	position: absolute;
	top: 50px; right: 5%;
	background: transparent;
	text-align: left;
	width: 90%;
	}

div.side	{
	position: absolute; 
	top: 24px; right: 5%; 
	background: #664444;
	width: 200px;
	height: 710Px;
	text-align: left;
	}
		
div.top	{
	position: absolute; 
	top: 1px; right: 5%;
	width: 90%;
	height: 20px;
	background: #FFFFFF;
	text-align: left;
	color: black;
	}
	
div.date {
	left: 83%;
	float: right;
	color: #FF8500;
	background-color: #333355;
	position: absolute;
	}
	
img {
	border: 0;
}

em {
color : #C0C000;
font-style : none;
font-weight : bold;
}

p {
font-size : 14px;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

p.image {
	text-align: center;
}

p.small {
	text-align: center;
	font-size: 8px;
}

ul {
list-style-type: disk;
position: relative;
left: -10px;
}

BODY {
font-size : 16px; 
font-family : "Arial"; 
color : #ffffff; 
background : #663333; 
text-align : center; 
}

A:visited {
font-family : "Arial"; 
color : #FF9000; 
text-decoration : none; 
}

A:link {
font-family : "Arial"; 
color : #FF9000; 
text-decoration : none; 
}

A:hover {
font-family : "Arial"; 
color : #F0F000; 
text-decoration : underline; 
}

A.title:link {
font-family : "Arial";
color : #000000;
text-decoration : none;
}

A.title:visited {
font-family : "Arial";
color : #000000;
text-decoration : none;
}

A.title:hover {
font-family : "Arial";
color : #000000;
text-decoration : underline;
}

A.th:link {
font-family : "Arial";
color: #444466;
font-size: 18px;
text-decoration : none;
}

A.th:visited {
font-family : "Arial";
color: #444466;
font-size: 18px;
text-decoration : none;
}

A.th:hover {
font-family : "Arial";
color: #444466;
font-size: 18px;
text-decoration : underline;
}

table {
width: 100%;
}

th {
color: #444466;
background-color : #FF8500;
text-align: left;
font-size: 18px;
text-indent: 5%;
}

td {
text-align : left;
}

