*
{
	margin: 0em;
	padding: 0em;
}

a
{

	color: #C0C0C0;
	text-decoration: none;
}

a:active{
color: #FFFFFF;
}
a:hover
{
    color: #FFFFFF;
	text-decoration: underline;
	
}

body
{
	background-color: #000000;
	background-repeat: repeat-x;
	color: #A0A0A0;
	font-family:  "Lucida Grande", Verdana, sans-serif;
	font-size: 9pt;
}

#outer
{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: #000000;	
	background-repeat: repeat-x;
	padding: 1.0em;
	margin-bottom: 1.0em;
}

#outer2
{
	border: dotted 1px #606060;
	padding: 1.0em;
}

#menu
{
	background-color: #202020;
	background-repeat: repeat-x;
	color: #E0E0E0;
	height: 1.4em;
	line-height: 1.4em;
	padding: 0.8em;


}

#menu a
{
	color: #E0E0E0;
	text-decoration: none;
}

#menu ul
{
	list-style: none;
	padding: 0em;
}

#menu li
{
	display: inline;
	font-size: 1.0em;
	font-weight: bold;
}

#menu li a
{
	padding: 0.8em;
}

#menu li a:hover
{
	background-color: #000000;
	background-repeat: repeat-x;
}

#header
{
	padding: 0.8em 1.2em 1.2em 1.2em;
}

#header h1
{
	font-size: 2.0em;
	text-transform: none;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#header h2
{
	position: relative;
	top: -0.1em;
	text-transform: none;
	font-size: 0.8em;
	color: #404040;
}

#content 
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 2.2em;
	font-size: 0.9em;
	position: relative;
}

#footer
{
	border-top: dashed 1px #606060;
	padding-top: 1.0em;
	font-size: 0.8em;
	color: #606060;
	padding-left: 1.0em;
	clear: both;
}

#column1
{
	width: 675px;
	float: left;
	position: relative;
}

#column1 a
{
	font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
    color: #C0C0C0;
}


#column1 a:hover
{
    color: #FFFFFF;
	text-decoration: underline;
	
}

#column1 p 
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #606060;
	font-size: 0.9em;
}

#column1 h2, h3, h4, h5, h6
{
	font-size: 1.2em;
	border-bottom: dashed 1px #606060;
	margin-bottom: 1.0em;
}

#column2
{
	width: 145px;
	float: right;
	position: relative;
	margin-left: auto;
	
}

#column2 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #606060;
	font-size: 0.8em;
}

#column2 b
{
	font-size: 1.0em;
	border-bottom: dashed 1px #606060;
	margin-bottom: 0.8em;
}

#column2 ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column2 li
{
	border-bottom: dashed 1px #606060;
}