body
	{
		margin: 0 auto;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
	}

#container
	{
		width: 778px;
		border: 1px solid gray;
		position: absolute;
	}

	
	
.language 
	{
	text-align: right;
	font-size: 0.8em;
	color: white;
	background-color: #990033;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin-bottom: 0px;
	margin-top: 0;
	}
	
.language a

{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#header
	{
	background-color: #CCCC99;
	height: 45px;
	color: #990033;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #990033;
	}

	
h1
	{
		margin: 0px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-style: oblique;
		font-size: 1.9em;
	}
	
#topline
	{
		border-bottom: 2px solid #990033;
		height: 25px;
	}
	


#navcontainer { 
	width: 160px;
	margin-top: 0;
	padding-top: 0;
	
	 }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
margin-top: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #990033;
border: 3px solid #CCCC99;
}

#navcontainer a:link, #navlist a:visited
{
color: White;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #cc9900;
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #cc9900;
}

#nonactive a:link, #nonactive a:visited, #nonactive a:hover

{
	background-color: #990033;
}
#content
	{
		float: right;
		width: 590px;
		margin-top: 0;
	}
	
.floatleft
{
	float: left;
}

.center
{
	text-align: center;
}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}
	
h2
	{
		color: white;
		background-color: #990033;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		padding: 5px;
		margin-top: 0;
	}
	
h3

{
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1em;
	
}

h4 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: -15px;
}

.backtop
{
	text-align: right;
	font-size: 0.8em;
	margin-right: 5px;
}


.questions li
{
	margin-left:-20px;
	line-height: 1.8em;
}	

.questions a
{
	text-decoration: none;
}

.questions a:hover
{
	text-decoration: none;
	border-bottom: 1px dashed black;
}
h3 {border-bottom: 2px dotted #CC9; margin-right:10px;}
caption {text-align:left;font-family: Arial, Helvetica, sans-serif;
		 padding-bottom:5px;font-weight:bold}
table, td, th{ border: 1px solid #888; padding:3px; }
table {border-collapse:collapse;}
div.content2{padding-right:5px}
.widthFull {width:98%}
hr {
	border:0;
	color: #903;
	background-color: #903;
	height: 1px;  
	text-align: left;
	margin: 20px auto 20px 0;
}

