
/***********************************************************************
* Global settings-stuff that affects the over-all look or can generally
* be used anywhere.
***********************************************************************/

BODY
{
  font:			12pt/18pt Arial, sans-serif;
  margin:		0;
  padding:		0;
  border:		0;
  width:		auto;
  color: 		#000000;
  background-color:	#BB0000;
}

AUTHOR
{
  font-weight:		bold;
}

PRE
{
  font:			10pt/12pt monospace;
}

BLOCKQUOTE
{
  margin:		10px;
  border:		1px solid black;
  padding:		10px;
}

A[type]:after
{
  text-decoration:	none;
  color:		black;
  content:		" [" attr(type) "]" ;
}

SPAN[lang]
{
  font-style:		italic;
}
 
/************************************************************************
* Masthead
************************************************************************/

DIV.masthead
{
  margin:		10px 10px 5px 10px;
  border-top:		1px solid gray;
  border-left:		1px solid gray;
  border-bottom:	2px solid black;
  border-right:		2px solid black;
  padding:		10px;
  height:		103px;
  background-color:	red;
  background-image:	url(/images/conman.text-20100409.gif);
  background-repeat:	no-repeat;
  background-position:	110px;
}

.masthead IMG
{
  margin:		0;
  float:		left;
  border-top:		2px solid black;
  border-left:		2px solid black;
  border-bottom:	1px solid gray;
  border-right:		1px solid gray;
  padding:		0;
  background-color:	white;
  color:		black;
}

.masthead H1, .masthead P
{
  display:		none;
}

/***********************************************************************
* Index 
************************************************************************/

DIV.index
{
  margin:		10px 10px 10px 145px;
  border-top:		1px solid gray;
  border-left:		1px solid gray;
  border-bottom:	2px solid black;
  border-right:		2px solid black;
  padding:		10px;
  background-color:	white;
  color:		black;
  text-align:		center;
}

/***********************************************************************
* Content section
************************************************************************/

DIV.content
{
  margin:		10px 10px 10px 145px;
  border-top:		1px solid gray;
  border-left:		1px solid gray;
  border-bottom:	2px solid black;
  border-right:		2px solid black;
  padding:		10px;
  background-color:	white;
  color:		black;
  text-align:		justify;
}

/**********************************************************************
* About section
**********************************************************************/

DIV.about
{
  margin:		10px 10px 10px 145px;
  border-top:		1px solid gray;
  border-left:		1px solid gray;
  border-bottom:	2px solid black;
  border-right:		2px solid black;
  padding:		10px;
  background-color:	white;
  color:		black;
  text-align:		justify;
}
  
/*************************************************************************
* Navigation area
*************************************************************************/

DIV.navigation
{
  position:		fixed;
  top:			141px;
  left:			0;
  margin:		5px 5px 10px 10px;
  border-top:		1px solid gray;
  border-left:		1px solid gray;
  border-bottom:	2px solid black;
  border-right:		2px solid black;
  padding:		10px;
  background-color:	white;
  width:		100px;
  color:		black;
}

.navigation UL
{
  list-style-type: 	none;
  padding: 		0 10px;
}

.navigation P
{
  font-size:		x-small;
  text-align:		center;
  line-height:		1;
}

