/* CSS Document */
@import url(_fonts.css); /* Import Font CSS Document */
@import url(_layout.css); /* Import Base Layout CSS Document */
@import url(_base.css); /* Import _base display items */

/* Page Content */		
	
#pageContent {
	position: relative;
	float: left;
	width: 698px;
	padding: 15px; margin: 0;
	}
	
#pageContentWide {
	position: relative;
	float: left;
	width: 926px;
	padding: 15px; margin: 0;
	}	
	
	.insertedPhoto {
		float: right;
		border: 1px solid #666;
		padding: 4px; margin: 0 0 8px 10px;
		}
		
	/* Left Nav */
	#pageLeftNavWrapper {
		float: left;
		width: 220px;
		margin: 0 8px 0 0; padding: 0;
		background-image: url(../images/pages/leftNav/background.gif);
		background-repeat: repeat-y;
		}
		
		#pageLeftNavHeader {
			width: 220px; height: 5px;
			background-image: url(../images/pages/leftNav/header.gif);
			background-repeat: no-repeat;
			}
			
		#pageLeftNavContent {
			width: 216px;
			padding: 0; margin: 0;
			background-image: url(../images/pages/leftNav/background-soccerball.gif);
			background-repeat: no-repeat;
			background-color: #dfdfdf;
			text-align: center;
			}
			
			#pageLeftNavTitle {
				width: 198px; height: 26px;
				padding: 6px 0 0 6px; margin: 0px auto;
				background-image: url(../images/pages/leftNav/title-background.gif);
				background-repeat: no-repeat;
				font-size: 14px;
				text-align: left;
				}
				
			#pageLeftNav {
				margin: 0; padding: 6px;
				width: 192px;
				text-align: left;
				}
					
				#pageLeftNav ul {
					display: block;
					margin: 0px; padding: 0px 0px 15px 10px;
					list-style: none;
					}
					
					#pageLeftNav li {
						list-style: none;
						padding: 0px; margin: 0px;
						line-height: 2em;
						}
					
					#pageLeftNav li a {
						margin: 0px; padding: 0px;
						color: #000;
						text-align: left;
						}
					
					#pageLeftNav li a:hover {
						color: #000;
						text-decoration: underline;
						}
						
						#pageLeftNav li ul {
							margin: 0px; padding: 0px 0px 6px 12px;
							}
						
						#pageLeftNav li li {
							list-style: none;
							margin: 0px; padding: 0px;
							line-height: 1.7em;
							}
						
						#pageLeftNav li li a {
							margin: 0px; padding: 0px;
							color: #000;
							text-decoration: none;
							}
						
						#pageLeftNav li li a:hover {
							text-decoration: underline;
							color: #000;
							}
							
				.leftNavSelected {
					font-weight: bold;
					color: #daa741;
					}
			
		#pageLeftNavFooter {
			width: 220px; height: 5px;
			background-image: url(../images/pages/leftNav/footer.gif);
			background-repeat: no-repeat;
			}
		
					