/* CSS Document */
*{margin:0; padding:0}

.bold_italic {

	font-style: italic;

	font-weight: bold;

}





.center {

	margin-right: auto;

	margin-left: auto;

}
.display_none {
	display: none;
}



.float_left {

	float: left;

}



.float_right {

	float: right;

}



.clear {

	clear: both;

}



.smaller {

	font-size: .9em;

}



body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;

	background-color: #BBDDFF;

	font-size: 1em;

}



sup {

	font-size: 0.65em;

}

sub {

	font-size: 0.65em;

}

#banner {
	background-image: url(../../images/Area_1.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
	color: #000066;
	border: medium groove #999999;
	margin: 2px;

}



#banner img {

	float: right;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	margin-top: 5px;

}

#container_nav {
	background-color: #66CC99;
	border: 4px outset #FFFFFF;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px 3px 2px 2px;
	font-size: 0.80em;
}

#container_nav ul {



	list-style-type: none;

	padding-left: 1.5em;

}

#container_right {

	font-size: 10px;

	border: 4px outset #FFFFFF;

	float: right;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding-left: 2px;

	padding-right: 2px;

	margin: 2px 3px 2px 2px;

}



#container_left {

	background-color: #FFFFf0;

	border: 4px outset #FFFFFF;

	margin: 2px auto;

}



#content {

	font-family: "Times New Roman", Times, serif;

	font-size: 1.2em;

	width: 100%;

}

#content ol {

	list-style-position: inside;

}

#content p {

	margin: 1px 2px 5px 3px;

}

#content ul {

	list-style-position: inside;

}





#content .topic_header {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	font-weight: bold;

}



#div_inside_right {

	float: right;

	width: 33%;

	font-size: 0.9em;

	border-bottom: 1px solid #CCCCCC;

	border-top: 1px solid #CCCCCC;

	border-left: 1px solid #FFFFFF;

	margin: 2px;

	padding: 2px;

	background-color: #CCCCFF;

}



#footnote1 {

	color: #999999;

	font-size: 0.7em;

	clear: both;

	padding-top: 1em;

	width: 85%;

	margin-right: auto;

	margin-left: auto;

}







#banner p {

	font-style: italic;

}



#banner h2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	text-align: left;

}

