	/* TAG BASED STYLES */
	
	HTML {
		overflow-y:scroll;
	}
	
	BODY {
		overflow-y:hidden;
		margin:0; 
		padding:0;
		background:#fff url(../images/pageBg.png) repeat-x;
		
		font-family:arial, sans-serif;
		font-size:9pt;
	}
	
	IMG {
		border:0;
	}
	
	A {
		text-decoration:none;
		color:#00305e;
		cursor:pointer;
	}
	
		A:hover {
			color:#f59f00;
		}
	
	
	
	
	/* ID BASED STYLES */
	
	#mainContainer {
		position:relative;
		width:910px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
	
		#header {
			width:870px; 
			height:102px;
			padding:168px 20px 0 20px;
			margin-top:40px;
			background:url(../images/headerBg.jpg) no-repeat;
		}
		
			#header a {
				float:right;
				display:block; 
				width:275px; 
				height:102px; 
				background:url(../images/logoTop.png) no-repeat; 
				
				text-indent:-4000px; 
			}
		
		#navigation {
			height:27px;
			margin:1px 0 1px 0;
			background:#dce3ea;
		}
		
			#navigation a {
				float:left; 
				display:block; 
				width:131px; 
				height:27px; 
				padding-left:20px;
				line-height:27px;
				font-weight:bold;
			}
			
				#navigation a.last {
					width:135px; 
				}
				
				#navigation a.selected, #navigation a:hover {
					background:#00305e; 
					color:#f59f00;
				}
		
		#content {
			height:450px; 
			background:#fff url(../images/contentBg.png) repeat-x;
			
			font-size:10pt; 
			line-height:20px;
			color:#00305e;
		}
		
			#content h1 {
				font-size:12pt;
				color:#f59f00;
			}
			
			#content a {
				text-decoration:underline;
			}
		
			#left {
				float:left;
				background:#fefefe url(../images/secNavBg.png) repeat-x;
				width:151px;
				height:450px;
			}
			
				#left a {
					display:block; 
					width:121px; 
					height:30px; 
					line-height:30px;
					padding:0 10px 0 20px;
					border-bottom:1px solid #f59f00; 
					
					font-size:9pt;
					text-decoration:none; 
					font-weight:bold;
				}      
				
				#left a.sub {
					font-size:8pt;
					font-weight:normal;
				}
				
					#left a.sub.free {
						line-height:16px;
						height:auto;
						padding-top:5px; 
						padding-bottom:5px;
					}
				
					#left a.selected {
						color:#f59f00;
					}
			
			#right {
				width:699px;
				height:390px;
				padding:30px;
				float:left; 
			}
			
				#right .rightImage {
					float:right; 
					border:5px solid white; 
					margin: 10px 0 20px 20px;
				}
				
				#right .imageBox IMG {
					border:5px solid white; 
					margin-right:5px;
				}
			
				#right .maptext  {
					list-style-type:none;
					margin:0; 
					padding:0; 
				}
					
					#right .maptext li {
						float:left; 
						width:250px;
						line-height:17px;
					}
					
					#mapCanvas {
						float:left;
						width:420px;
						height:280px;
						margin-left:20px;
						border:1px solid #f49f14;
					}
			
		
		#footer {
			margin-top:1px;
			height:30px;
			line-height:30px;
			background:#facf80;
			color:#00305e;
			text-align:center;
		}
			
	
		
					
	
	
	

