body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 0px;
	/*padding-top: 0px;*/
	margin: 0px;
	font-size: 1em;
}
h1{
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	line-height: 80%;
	font-size: 60px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin:0px 30px 0px 0px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	padding-left: 10px;
	border-left: solid 1px;
	border-bottom: solid 1px;
	margin: 0px 50% 10px 30px;
}
p, pre{
	line-height: 150%;
	padding-top: 10px;
	margin: 0px 30px 10px 30px;
}
img { 
	border:0px; 
}
blockquote {
	margin:0em 10em;
}
a:link, a:visited{ 
	font-weight: bold;
 }
a:hover, a:active{ 
	font-weight: bold;
	text-decoration: none;
 }
#warning a{ font-size: medium; }
#leftcontent{
	text-align: right;
	float:left;
	width:72%;
	border-right:2px solid #000;
	margin-right:15px;
	padding-bottom:20px;
}
#main {
	float:left;
	width:72%;
	border-right:10px solid;
	border-bottom:10px solid;
	margin-right:15px;
}
#finlay{
	margin: 15px 5px 0px 15px;
	float:left;
	clear:left;
	border-right:10px solid;
	border-bottom:10px solid;
}
#bottomcontent{
	border-top: solid 1px;
	font-size: smaller;
	float:left;
	text-align: center;
	width: 70%;
	/*margin-right:15px;*/
	margin:0px 30px 0px 0px;
	padding: 1em 15% 1em 15%;
}
#rightcontent{ margin-top: 0px;  }
#rightcontent a:link { font-size: 20px; text-decoration: none;}
#rightcontent a:visited { font-size: 20px; text-decoration: none;}
#rightcontent a:hover { font-size: 20px; text-decoration: none;}
#rightcontent a:active { font-size: 20px; text-decoration: none;}


.bigger{ font-size: large; }
.smaller{ font-size: smaller;}
.centered{text-align:center;}
