BODY{
	margin-top       : 0px;
	margin-bottom    : 0px;
	background-image : url(../img/back.gif);
}
#BACK {
	width            : 800px;
	height           : 100%;
	background-color : white;
	border-left      : 1px solid gray;
	border-right     : 1px solid gray;
}

#TOP {
	width            : 800px;
	height           : 150px;
}

#READ {
	width            : 800px;
	text-align       : right; 
	font-size        : 9pt;
	border-bottom    : 1px solid gray;
	background-color : #4925da;
}

#SIDE {
	width            : 157px;
	height           : 200px;
	float            : left;
}

#BOX {
	width            : 640px;
	float            : right;
	border-left      : 1px solid gray;
}

#BOTTOM {
	width            : 800px;
	height           : 20px;
	text-align       : center; 
	font-size        : 8pt;
	border-top       : 1px solid gray;
	padding-top      : 5px;
}

#SUBTITLE {
	width            : 151px;
	text-align       : center; 
	border-top       : 2px solid #4925da;
	border-bottom    : 2px solid #4925da;
	margin-left      : 3px;
	padding          : 3px 0px 3px 0px;
	font-size        : 11pt;
}

#UPDATE {
	width            : 157px;
	text-align       : center; 
	font-size        : 9pt;
	padding          : 10px;
}

a:link,a:visited{
	text-decoration  : none;
	color            : #4925da;
}
a:hover{
	background-color : #99ccff;
}

UL{
	margin           : 5px;
	margin-top       : 1px;
}

LI{
	height           : 30px;
	list-style-type  : none;
	border-bottom    : 1px dotted gray;
	padding-top      : 7px;
	padding-left     : 15px;
	font-size        : 10pt;
}

H1{
	font-size        : 9pt;
	margin           : 0px;
	padding-top      : 2px;
	padding-bottom   : 1px;
	padding-right    : 15px;
	color : white;
}