	body {
		text-align:left;
		background:#FFFFFF;
		background-image: url(images/pattern165px.gif);
      		background-repeat: repeat-y;
      		color : #333333;
      		margin: 0px; 
		}
	
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:0;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:165px;
		padding:0px;
		float:left;
		background:#CCCC99;
		font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
		color: #333333;
		}
	
	#contentcenter {
		padding:3px;
		margin-left: 175px;
		width: 400px;
		background:#FFFFFF;
		font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
		color: #333333;
		}
	
	#contentcenter2 {
		padding:3px;
		margin-left: 175px;
		width: 630px;
		background:#FFFFFF;
		font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
		color: #333333;
		}
	#contentheader
		{
		margin-top: 0px;
		margin-left: 0px;
		}
	
		
	
P, OL, UL, DL {font-size: 13px;}
/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: 13px;}
/*and here the I prevent the incredible shrinking text*/
        
    
a:link {/*normal links in the text*/
  color: #990000; 
  text-decoration : none; 
  }
a:visited {
  color: #CC6600; 
  text-decoration : none; 
  }
a:hover { 
  color: #006666; 
  text-decoration : underline; 
  }

a.menulink:link {
  color: #006666; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:16px; 
  }
a.menulink:visited {
  color: #006666; 
  text-decoration : none;
  font-weight: 600; 
  font-size:16px;
  }
a.menulink:hover { 
  color: #FFFFFF; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:16px; 
}


.boxed
	{
    	width: 200px;
  	background: #FFFFFF;
  	color : #333333;
  	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  	font-size: 12px;
  	padding : 0px;
	margin: 0px;
  	float: right;
	}
	

.box 
	{
    	width: 190px;
  	background: #FFFFCC;
  	color : #333333;
  	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  	font-size: 12px;
  	padding : 5px;
	margin-right: 0px;
	margin-top: 20px;
  	border-color : #990000;
  	border-style : solid;
  	border-width : 2px;
	float: right;
	}

.box_special 
	{
    	width: 350px;
  	background: #FFFFCC;
  	color : #006666;
  	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  	font-size: 12px;
  	padding : 5px;
	margin-right: 0px;
	margin-top: 20px;
  	border-color : #000000;
  	border-style : solid;
  	border-width : 2px;
	float: center;
	}


.menu {
/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 160px;
    left: 2.5px;
    width: 160px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 150%;
    }

.menu-box {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   color: #000;
   background-color: #CCCC99;
   border-color: #FFFFCC;
   border-style: solid; 
   border-width: 2px;
   padding: 5px;
   margin-left: 5px;
margin-right: 5px;
margin-top: 15px;
   }

.job-box {/*button-like box for the left-side navigation to redirect to job sites*/
   font-size: 12px;
   	background: #FFFFCC;
  	color : #333333;
  	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  	font-size: 12px;
  	padding : 5px;
	margin-right: 0px;
	margin-top: 20px;
  	border-color : #990000;
  	border-style : solid;
  	border-width : 2px;
   }
