body {
   margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	color: #000;
	background-color: #fff;
}

h1 {
	font-size: 120%;
	margin-top: 10px;
}

h2 {
	font-size : 105%;
	padding-top : 10px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0;
}

a:link
{
	text-decoration: none;
	color: #999999;
	background: transparent;
}
a:visited
{
    text-decoration: none;
    color: #999;
    background: transparent;
}
a:hover
{
	text-decoration: underline;
	color: #CCCC33;
	background: transparent;
}
a:active
{
    text-decoration: underline;
    color: #CCCC33;
    background: transparent;
}

 
#leftmar {
	border-color: #CCCCCC;
	border: thin;
	padding-left: 150px;
	margin-top: 10px;
	position : absolute;
	z-index : 10;
}

.content {
	width : 600;
	padding-left : 180px;
	position : absolute;
	z-index: 0;
}

lefttext {
	float : left;
	padding-left : 50px;
	font-size : 40px;
	color : #CCCCCC;
}


#header {
	margin: 0em 0em;
	padding: 1.5em 2.0em;
	background: #CCCC99;
	color: #ffffff;
	}

#maincont {
	margin: 0em ;
	padding: 1.0em 26% 1.0em 3.0em;
}
	
#footer {
	margin: 0em 0em;
	padding: 1.5em 2.0em;
	background: #E3E3E3;
	color: #ffffff;
	position : absolute;
	}
	
.head_text  {
	font-size : 125%;
	letter-spacing : 1px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.copyright  {
	font-size: 9px;
	line-height: 10px;
	color: #9F9F9F;
}
