* {
	margin:0px;
	padding:0px;
}
body,td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#000000;
	background-color:#FFFFFF;
}
body {
	text-align:center;
}
a {
	color:#330066;
}
a:visited {
	color:#990000;
}
img {
	margin:5px;
}
#main {
	width:767px;
	height:401px;
	overflow:visible;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image: url("images-standard/bg.gif");
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:90px;
}
#topNav{
	border-top:1px solid #0000CC;
	border-bottom:1px solid #0000CC;
	height:21px;
	padding-top:6px;
	padding-left:10px;
}
#topNav a {
	display:block;
	float:left;
	background: url("images-standard/star.gif") no-repeat center left;
	text-decoration:none;
	letter-spacing:0px;
	font-size:10px;
	color:#000000;
	padding-left:10px;
	margin-right:5px;
}
#topNav a:hover {
	color:#CC0000;
}
#leftNav {
	width:144px;
	height:290px;
	background-image: url("images-standard/menu.gif");
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}
#leftNav ul {
	list-style-type:none;
}
#leftNav a {
	display:block;
	background: url("images-standard/star-white.gif") no-repeat left center;
	text-decoration:none;
	font-size:10px;
	line-height:10px;
	color:#FFFFFF;
	padding-left:10px;
	margin-top:8px;
	margin-left:25px;
}
#title {
	width:375px;
	margin-left:150px;
	text-align: right;
}
#content {
	width:425px;
	margin-left:150px;
	margin-top:15px;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#redStar, #whiteStar {
	padding-left:20px;
}
#redStar li{
	list-style-image:url(images-standard/star.gif);
}
#whiteStar li{
	list-style-image:url(images-standard/star.gif);
}
#fact{
	margin-left:100px;
	background-image:url(images-standard/layer_border_facts.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:5px;
	height: 332px;
	overflow:visible;
}
.titles, #title {  
	font-family: "Times New Roman", Times, serif; 
	font-size: large; 
	font-weight: bold; 
	font-variant: small-caps; 
	color: #990000
}
.small_titles {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #330066; 
	line-height: 18px
}
.error {
	text-align:center;
	color:#FF0000;
	font-size: 18px;
	font-weight:bold;
}
