	body {
		margin:20px 20px 20px 20px;
		background:#EEE;		
		}
	A 			{ color: #003366; text-decoration: none; font-weight:bold; }
	A:link		{ color: #003366; text-decoration: none; }
	A:visited	{ color: #666; text-decoration: none; }
	A:active	{ color: #999966;  }
	A:hover		{ color: #999966;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		font-family:georgia, verdana, arial, sans-serif;
		color:#FFF;
		font-size:medium;
		font-weight:bold;
		border-left:1px solid #FFF;	
		border-right:1px solid #FFF;  		
		border-top:1px solid #FFF;  		
  		background:#003366;
  		padding:15px;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:georgia, verdana, arial, sans-serif;
		font-size: large;
		color: #FFF;
		text-decoration: none;
		}

	.description {
		font-family:verdana, arial, sans-serif;
		color:#CCCC99;
		font-size:medium;
		font-style:italic;
		font-weight:bold;
  		background:#003366;
  		text-transform:none;	
		}
				
	#content {
		float:left;
		position:relative;
		width:65%;
		background:#FFF;
		margin-right:15px;
		margin-bottom:20px;
		border:1px solid #FFF;	
		}

	#links {
		background:#ccc;
		padding:15px;				
		border-top:1px solid #fff;			
		border-right:1px solid #999;			
		border-bottom:1px solid #999;			
	}
		
	.sec {
  		padding:15px;
		background:#FFF; 
		}

    .sec a,
    .sec a:link,
    .sec a:visited,
    .sec a:active,
    .sec a:hover {
        font-weight: normal;
	}

	.sectitle	{
		font-family:georgia, verdana, arial, sans-serif; 
		font-size: medium;
		color: #333;
		font-weight:bold;
	}			


	.secbody {
		font-family:georgia, verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		line-height:140%;
		}

	.secbody a,
	.secbody a:link,
	.secbody a:visited,
	.secbody a:active,
	.secbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.bodytitle	{
		font-family: verdana, arial, sans-serif;
		font-size: small;
		color: #000000;
		text-transform:uppercase;
		}			

		
	.side {
		font-family:georgia, verdana,  arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#ccc;
  		line-height:140%;
  		padding:2px;				
        margin-top:5px; 
	}	
		
	.sidetitle {
        font-family:palatino, georgia, times new roman, serif;
        color:#666; 
        font-size:xx-small;
        font-weight:bold;
        border-top:1px solid #fff;
        border-bottom:1px solid #999;
        border-right:1px solid #999;
        line-height:140%;
        text-transform:uppercase;
        padding:2px;
        margin-top:10px; 
        text-align:center;
        letter-spacing:.2em;
        }		
	
