/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(../images/site/background.jpg) no-repeat center center;
}

.clear{
	clear:both;
}

form{
	float:left;
}
/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 800px;  
	margin: 10% auto;

}
#Container { 
	width: 806px;
	padding-bottom: 15px;
	background: url(../images/site/bgSlice.jpg) repeat-y;
	height:435px;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/* HEADER
----------------------------------------- */
#Header {
	margin: 0 auto;
	background: #000 url(../images/site/top.jpg) no-repeat left bottom;
	padding: 0 0 20px 0px;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 0px;
		margin: 0px 0px 5px 0px;
	}

/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 806px; 
	height: 5em; 
	background: transparent url(../images/site/Footer.gif) no-repeat top left; 
	
}

  	#Footer p { 
		color: #666;
		font-size: 0.9em;
		text-align: right;
		padding: 25px 25px 0px 0px;
		
	}
  		#Footer a { 
	   		color: #666; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #ccc;
			}
			

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 780px;
	margin: 0 auto;
	
}
	#Navigation ul { 
 		margin: 0px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 1em;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 1em; 
				font-size: 1.3em; 
				padding: 0 0 0 10px;
				color: #591f81;
				font-weight:bold;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 1em;
				}
					#Navigation ul li a:hover { 
						color: #666;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	color: #591f81;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					color: #666;
				}


/* HOME PAGE */

#HomePageText{
	float:left;
	margin: 0px 15px 15px 0px;
	width:250px;
	text-align:justify;
}

/* PROFILE PAGE */

#profileImage{
	float:left;
	margin: 5px 15px 15px 0px;
}

#poem{
	background: url(../images/site/quoteA.gif) no-repeat left top;
}

#poem p{
	float:left;
	text-align:left;
	font-size:0.95em;
	padding: 5px 25px;
	background: url(../images/site/quoteB.gif) no-repeat right bottom;
	margin:0px;
}

/* SIDEBAR
-------------------------------------- */
#Sidebar {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0;
	border-right: 1px solid #591f81;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #591f81;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 0px;
	}
	
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
		
/* News Page */

#NewsList li{
	margin: 0;
	list-style: url(none) none;
}
	#NewsList li.newsDateTitle {
	color:#666;
	font-weight: bold;

	}
	#NewsList li.newsDateTitle a {
		font-size:1.1em;
		font-weight:bold;
		color:#591f81;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;

	}
	
	#NewsList li.newsDateTitle a:hover {
	color:#666;
	text-decoration:none;
	}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}