
/* Layout Stylesheet */ 


	

body {
 margin:20px;
 background:#ffffff;
 color: #333333;
 text-align:justify;
 padding:0;
 }

#outerforum {
 text-align:left;
 border:1px transparent;
 width:1065px;
 margin:auto;
 }


#outer {
 text-align:left;
 border:1px transparent;
 width:800px;
 margin:auto;
 }

#hdr {

 height:175px;
 vertical-align: top; 
 background:#eeeeee;
 color: #333333;
 }

#bar {

 height:35px;
 background-image: url(img/topbar.jpg);

 color: #333333;
 border:transparent;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 vertical-align: top; 
 position:relative;
 background: #dcdcdc;
 color: #dcdcdc;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:150px;
 }

#cont {
 width:645px;
 vertical-align: top; 
 background:#ffffff;
 color: #333333;
 border:transparent;	
 border-width:0 0 0 1px;
 text-align:justify;
 font-weight:normal;
 }


#r-col {
 float:right;
 background:#dcdcdc;
 color: #333333;
 width:150px;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-size: x-small;
 }

a.left_link:active,a.left_link:visited,a.left_link:link{
	font-weight: none;
	text-decoration: none;
	display: block;
	width: 155px;
	color: #000000;
	line-height: 20px;

}
a.left_link:hover{
	background-color:#c0c0c0;
	color: #000000;
	width:155px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
        font-weight: strong;
	color: 606060;
	
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-style: italic;
        font-size: small;
        color:606060;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
        font-style: normal;
        font-size: small;
        color: 606060;
}

