/* SEO 101 CSS */

	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		text-align:center;
		background: #666666;
		font-family:verdana;
		font-size:13px;
		

scrollbar-3dlight-color:#003300;
scrollbar-arrow-color:white;
scrollbar-base-color:#003300;
scrollbar-darkshadow-color:#003300;
scrollbar-face-color:#003300;
scrollbar-highlight-color:#33333;
scrollbar-track-color:white;
scrollbar-shadow-color:#333333;
background-image:  url(); background-repeat: repeat-y;



		}
	
	#frame {
		width:700px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		border: 2px dashed black;
		background: #003300;

		}
		
	#contentleft {
		width:140px;
		padding:5px;
		float:left;
		background:#003300;
		font-color:white;
		text-color: white;
		font-size: 11px;
		font-family: arial;
		color:#CCCCCC;
		line-height: 16px;
		}
li{color:white;
}
	
	#contentcenter {
		width:380px;
		padding:5px;
		float:left;
		background:#eee;
		border: 1px dashed black;
		}
	
	#contentright {
		width:146px;
		padding:5px;
		float:left;
		background:#003300;
		font-size: 11px;
		font-family: verdana arial helvetica;
		color:#CCCCCC;
		line-height: 16px;
		}
	
	#contentheader {
		background:#fff
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:0px;
		}

h1.white {
		font-size:14px;
		padding-top:0px;
		color:white;
		}

.white
{color:white;}
		
	#contentheader h1 {
		font-size:14px;
		padding:0px;
		margin:0px;
		}
	
	#contentright p { font-size:12px; color:#CCCCCC; font-family:arial, helvetica, sans-serif;padding-bottom:20px;}

		
   a {color:#000000;background:#E6F3E2; text-decoration: none;}
   a:visited {color:#000000; background:#E6F3E2; text-decoration: none;}
   a:hover {color:#FFFFFF; background:#006600; text-decoration: underline;}



a.right {background:none; font-family: verdana, arial, helvetica, sans-serif;color:#FFFFFF; text-decoration: underline; font-weight:bold; font-size: 12px;}
   a.right:visited {background:none; font-family: verdana, arial, helvetica, sans-serif; color:#FFFFFF; text-decoration: underline; font-weight:bold; font-size: 12px;}
   a.right:hover {background:none; font-family: verdana, arial, helvetica, sans-serif; color:#FFFFFF;text-decoration: none; font-weight:bold; font-size: 12px;}
A.right:link {background:none; font-family: verdana, arial, helvetica, sans-serif; color:#FFFFFF; text-decoration: underline; font-weight:bold; font-size: 12px;}


