body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:85%;
        font-family:  Verdana, Arial, Helvetica, sans-serif; 
	}
	a {
		color:#000;
	}
	a:hover {
		color:#000;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
        color: #808080;
	}
    h2, h3 a {
		color:#808080;
	}
	p {
		margin:.1em 0 .1em 0;
		padding:0;
	}
    
    .bright {
    font-size: 18px;
    font-weight: bolder;
    color: #3d97f1;
    }
	img {
    border: none;        
}
    img.left{
    float: left;
    padding-right: 3%;

    }
    
    img.logo{
    border: 2px solid #000000;  
    }
    
    
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
        background: #000000;
        border-bottom: 3.0em solid #eee;
	}
	 
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
    
    #headerlogo{
        position: absolute;
        left: 12%;
        background: url(images/toplogo.gif) no-repeat;
        width: 40%;
        height:30%;  
        padding: 2% 0% 7% 9%;
    }
    
    .logoty1{
   font: 300% Verdana, Arial, Helvetica, sans-serif; 
    }
     .logoty2{
   font:   120% Georgia,serif; 
  
    }
    
    #headerup{
    margin-left:60%;
    }
	 
	#headerup ul li {
		display:inline;
		list-style:none;		 
	}
	#headerup ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding: 1.8em;
		text-align:center;		 
		color:#fff;
		text-decoration:none;
	}
	

 
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,  
	.col3 {
		float:left;
		position:relative;
		padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}

	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:70%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:66%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:0%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:107%;			
        /* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
       
	}
    .col1  p{
    padding: 2% 13% 2% 13%;
    }
    .col1 h2 h3{
    padding: 0% 13% 2% 13%;
    }
   .col1 ul li {	 
		 
          padding: 1%;	 
	}
    
     
    
    .col3 ul li {	 
		list-style:none;	
          padding-bottom: 10%;	 
	}
	.col3 ul li a {	 
		
		 	 
		color:#000;
		text-decoration:none;
	}
    .col3 ul li a:hover {		
		font-weight:bold;
      
	}
    
  
   #bluebox {
    background: #3d97f1;  
    font: 110% Verdana, Arial, Helvetica, sans-serif; 
    padding: 20%;  
    text-align: center;
    }
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
        
	}
	#footer p {
		padding:10px;
		margin:0;
        text-align: center;
        font-size: 75%;
	}

