@charset "utf-8";
/* CSS Document */

body 
{
		background-position: left top;
		background-color: #FFFFFF;
		topmargin: 0px;
		text-align: left; /* for IE */
}
	
#container 
{
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		position:  relative;
		width: 850px;
		top: 0px;
		z-index: 0;
}
#top_bar 
{
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		/*position:  relative;*/
		position: absolute;
		width: 850px;
		height: 215px;
		top: 0px;
		/*left: 200px;*/
		z-index: 1;
}


#content_container 
{
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		/*position:  relative;*/
		position: absolute;
		width: 600px;
		height: 780px;
		top: 150px;
		left: 220px;
		z-index: 1;
}

#menu_container 
{
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		/*position:  relative;*/
		position: absolute;
		width: 200px;
		height: 800px;
		top: 215px;
		left: 0px;
		z-index: 2;
}
		
	
.01_rr_logo
{
	/*overflow: hidden;*/
	/*position: absolute;*/
	visibility: visible;
	height: 200px;
	width: 200px;
	left: 0px;
	z-index: 3;

}
.02_rr_main_title
{
	/*overflow: hidden;*/
	/*position: absolute;*/
	visibility: visible;
	height: 100px;
	width: 600px;
	left: 200px;
	top: 0px;
	z-index: 3;

}
.03_rr_chapter
{
	/*overflow: hidden;*/
	/*position: absolute;*/
	visibility: visible;
	height: 30px;
	width: 600px;
	left: 200px;
	top: 70px;
	z-index: 3;

}
	
.04_rr_menu
{
	visibility: visible;
	height: 500px;
	width: 200px;
	left: 0px;
	top: 200px;
	z-index: 0;

}

#05_rr_content
{
	visibility: visible;
	width: 600px;
	font-color: #003366;
	float: none;
	top: 130px;
	left: 200px;
	z-index: 5;
}

#quote 
{
	background-color: #ffffcc;
	visibility: visible;
	width: 550px;
	font-color: #064b8f;
	float: none;
	top: 220px;
	left: 25px;
	z-index: 5;
}
.content {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	font-variant: normal;
	visibility: visible;
	width: 580px;
	font-color: #003366;
	float: none;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 10;
	padding: 10px;
}
.smallcap {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bold;
	font-variant: small-caps;
}

.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #333300;
}

.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
}

.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000066;
}

.H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
}

.LegaleseBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #333300;
}

.LegaleseBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
}

.Quote {
	text-align: justify;
	padding: 10px;
	background-color: #ffffcc;
	width: 550px;
	font-color: #064b8f;
	border: 2px solid #666666;
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;
	font-variant: normal;
}

.QuoteH1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
}

.QuoteH2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #333333;
	text-decoration: underline;
}

.BlueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #003366;
	letter-spacing: 3pt;
	word-spacing: 5pt;
	text-decoration: underline;
}

