/* CSS Document */
body {
     margin: 0 auto;
	 background-image: url(../images/background.gif); 
	 background-repeat: repeat;
	 height:100%;
	 }
p, ul, li {
  font-family: 'Trebuchet Ms', Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 13px;
  margin: 0;
  padding: 0;
  }
  p.emphasis {
             font-weight: bold;
			 }
  p.subglobal {
  			  font-family: Arial, Helvetica, sans-serif;
			  font-size: 10px;
			  color: #333;
			  }	  
img {
  border: none;
  }
  
/* #IDs */
#container {
		   margin: 15px auto 0 auto;
		   padding: 0;
		  
		   width: 800px;
		   background-color: #FFF;
 	   	   }
#navigation {
		   background-color: #accee9;
		   padding-top: 3px;
		   margin-bottom: 2px;
		   height: 25px;
		   width: auto;
		   text-align: right;
		   }
#left-column {
			float: left;
			width: 598px;
			height: auto;
			}
#right-column {
			 float: left;
			 width: 202px;
			 height: 462px;
			 background-image: url(../images/txt-37thYear.gif);
			 background-position: bottom;
			 background-repeat: no-repeat;
			 background-color: #f1f1f2;
			 }
#footer  {
	            margin: 0 auto 0px auto;
	            width: 760px;
	            clear: both;
	            font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	            font-size: 9px;
	            background-color: #1f88e1;
	            color: #fff;
	            padding: 5px 20px;
	            }
#footer a:link, #footer a:visited, #footer a:hover {
               color: #fff;
               text-decoration: none;
               }
				   																	   

/* classes */
.subglobal {
	float: left;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #333;
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
		   }
		   .subglobal a:link, .subglobal a:visited {
												   color: #333;
												   text-decoration: none;
												   }
		   .subglobal a:hover {
							  color: inherit;
							  text-decoration: underline;
							  }
										
					
A:link
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    COLOR: #069;
    BORDER-BOTTOM: medium none;
    TEXT-DECORATION: none;
}
A:hover
{
	COLOR: #004879;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
A:visited
{
    COLOR: #003558;
	TEXT-DECORATION: none;
}					


