/*====  document structure  ====*/

	body { 
		font-size:.8em;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		background: url(images/bg.gif) no-repeat top center fixed #004B8D;
		margin: 0;
	    padding: 0;
		}
	
	p	{
		color:#333333;
		line-height:1.2em;
		}
	
	table {
		font-size:90%;
		}
	
	#container {
		margin-left:auto;
		margin-right:auto;
		width:1020px;
		background: url(images/content_bg.gif);
		overflow:auto;	
		}	

	#header {
		background: url(images/header.gif) no-repeat;
		width:1020px;
		height:159px;
		}

	#navbar { 
		background: url(images/navbar_bg.gif);
		text-align:left;
		margin: 0 auto;
		margin-bottom:0px;
		height:88px;
		width:1020px;	
		}

	#content {
		background: url(images/content_bg.gif);
		overflow:auto;	
		}
	
	#content_left {
		width:685px;
		float:left;
		text-align:left;
		margin-left:50px;
		_margin-left:30px;
		margin-right:15px;
		}	
	
	#content_right {
		font-size:85%;
		font-family:arial,helvetica,sans-serif;
		width:200px;
		float:left;
		text-align:left;
		border-left:2px solid #e7e7e7;
		padding-left:15px;
		}
		
	#content_right ul {
		margin-left:0;
		padding-left:0;
		}
	
	#content_right ul li {
		list-style-type:none;
		}
	
	#content_right h2 {
		white-space:nowrap;
		background:url(images/keydates.gif) no-repeat;
		height:17px;
		width:16px;
		padding-left:20px;
		}
		
	#content_right h3 {
		white-space:nowrap;
		background:url(images/explore.gif) no-repeat;
		height:17px;
		width:16px;
		padding-top:0;
		padding-left:20px;
		}
	
	
/*====  HEADINGS ====*/

	H1	{ 
		font-family: Georgia, Times New Roman, Times, serif;	
		font-size:180%; 
	    color: #004B8D; 
		text-align: left;
		margin:0;
		font-weight:bold;
		}

	H2	{ 
		font-family: Georgia, Times New Roman, Times, serif;	
		font-size:160%;
		color:#004B8D;
		text-align:left;
		margin:0;
		font-weight:bold;
		}
	
	H3	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:140%; 
		color:#004B8D; 
		text-align:left;  
		margin:0;
		padding-top:15px;
		padding-bottom:5px;
		font-weight:bold;
		}
											  
	H4	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:125%; 
		color : #004B8D; 
		text-align : left; 
		margin:0;
		font-weight:bold;
		}
	
	H5	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:110%; 
		color:#004B8D; 
		text-align:left;
		margin:0;
		padding-top:15px;
		padding-bottom:15px;
		font-weight:bold;
		}
	
	H6	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:100%; 
		color:#004B8D; 
		text-align:left;    
		margin:0;
		font-weight:bold;
		padding-bottom:5px;
		padding-top:5px;
		}
				
			
/*====  LINKS  ====*/

	A 			{ 
				font-weight: bold;
				color: #004B8D; 
				text-decoration: underline;
				}

	A:HOVER		{ 
				font-weight : bold; 
				color : #005AAA; 
				text-decoration: underline;
				} 

	A:VISITED	{
				color: #004078; 
        	    font-weight: bold; 
	            text-decoration: underline;
		        }

	A:ACTIVE	{ 
				font-weight : bold; 
			    color : #005AAA; 
			    text-decoration : underline;
				} 

/*====  LISTS  ====*/
					
	OL LI	{
			list-style-type: decimal;
			}
	
	UL LI 	{ 
			list-style-type:square;
			}	

/*====  Gallery of Images  ====*/

	#gallery {
		text-align:center;	
	}
 
	#gallery img {
		border:1px solid #004B8D;
		margin:3px;
	}		
		
/*====  Footer  ====*/

	#footer {
			font-size:85%;
			font-family:arial,helvetica,sans-serif;
			color:#666666;
			background: url(images/footer.gif) no-repeat;
			height:99px;
			text-align:center;
			padding-top:50px;
			clear:both;
			}	