body
{
	background: url(../img/check2.gif) repeat;
	font: 12px/150% "Verdana", "Helvetica", sans-serif;
	list-style: square;
}

#container
{
	margin: 0 auto;
	background: #5C73B8;
	width: 760px;
	z-index: 1;
	border: 1px solid #CFD4E6;
}

#header
{
	padding-top: 6px;
	width: 530px;
	height: 90px;
	background-color: #5C73B8;
}

#left_col
{
	position: absolute;
	width: 100px;
	padding: 5px;
	float: left;
	z-index: 2;
}
#content
{
	margin: 0 110px;
	padding-left: 5px;
	width: 530px;
	/*font: 0.9em Arial, Helvetica, Verdana, sans-serif;*/
	z-index: 3;
	
}
#right_col
{
	width: 100px;
	padding: 5px;
	float: right;
	z-index: 2;
}
h1
{
	color: #806640;
	background-color: #405080;
	padding: 20px 0 20px 0;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
}

h2, h3
{
	color: #806640;
	background-color: #CFDCE6; /*#405080;*/
	text-align: center;
	font-weight: bolder;
}

#title
{
	font-size: .8em;
	color: #E6B873;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#title a:link
{
	color: 	#CFD4E6;
}
.about_us
{
	padding: 5px;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}
p
{
	font: 12px/150% "Verdana", "Helvetica", sans-serif;
}
.quote
{
	padding: 15px;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}
.pic
{
	border: 2px solid #CFD4E6;
}
.right_pic
{
	border: 2px solid #CFD4E6;
	float: right;
	margin-bottom: 12px;
}
.left_pic
{
	border: 2px solid #CFD4E6;
	float: left;
	margin-bottom: 12px;
}

.center_pic
{
	border: 2px solid #CFD4E6;
	display: block;
	margin: auto;
	clear: both;
	text-align: center;
}
a {color: #CFD4E6;}

a:link, a:visited, a:active, a:focus
{
	text-decoration: none;
}
a:link
{
	color: #E6DACF;
}

a:hover
{
	text-decoration: underline;
}

#navigation
{
	padding-top: 5px;
	border-top: 1px solid #CFD4E6;
	font-size: 0.9em;
}

#navigation ul, #navigation ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding: 5px 0 4px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin-right: .25em;
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation p
{
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
}

#in_navigation
{
	padding-left: 5px;
}

#in_navigation li
{
	list-style: url(../img/bullet.gif);
	padding-top: 5px;
}

#in_navigation ul
{
	text-align: left;
	margin: 0 5px 0 10px;
	display: block;
}

#in_navigation li.last
{
	padding-bottom: 5px;
}

#contact ul, #contact ul li
{
	list-style: url(../img/bullet.gif);
	display: block;
	padding: 2px;
}

#contact ul
{
	font-size: 1.1em;
}
#contact ul li.last
{
	padding-bottom: 5px;
}
#toc
{
	padding-top: 15px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
}

#toc ul
{
	list-style: none;
	border-bottom: 1px solid white;
}
#toc ul li
{
	display: inline;
	padding: 2px 4px;
}

#toc .current_pg
{
	border-bottom: 1px solid #5C73B8;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
		
#toc a { padding: 0 2px; color: #E6DACF; text-decoration: none;}
#toc a:hover {background-color: #405081;}

p.end
{
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
}
p#next
{
	text-align: center;
	clear: both;
}
p#next a
{ padding: 10px 10px 0 10px; }

#article
{
	text-align: justify;
}

.finish
{
	padding-left: 10px;
}

#counter
{
	text-align: center;
	clear: both;
}
