@charset "utf-8";
/* CSS Document */
body{
	background-image: url(images/BodyBackground.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #d9d9d9;
}
table{
	cellpadding: 0;
	cellspacing: 0;
}
.header{
	height: 150px;
}
.containerTitle{
	height: 20px;
}
.leftSidebar{
	width: 250px;
}
.content{
	width: 650px;
}
.rightSidebar{
	width: 0px;
}
.container{
	height: 500px;
}
.footer{
	height: 20px;
	font-size: 12px;
}
.title{
	height: 30px;	
	font-size: 25px;
	font-weight: bold;
}
.contentLine{
	background-image: url(images/ContentLine.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 600px;
}
.menuLine{
	background-image: url(images/MenuLine.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 1px;
}
.menuItem{
	height: 50px;
	color: #d9d9d9;
	font-size: 20px;
	font-weight: bold;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

ul.nav {
	list-style: none;
	margin-top: 15px;
}
ul.nav li {
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 250px;
	text-decoration: none;
	color: #d9d9d9;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #d9d9d9;
}
.contentText {
	padding: 10px 10px 0;
	width: 650px;
	font-size: 20px;
	text-align: justify;
	overflow: auto;
	height: 500px;
}
.contentTextCenter{
	padding: 10px 0;	
	width: 650px;
	font-size: 20px;
	text-align: center;
	vertical-align: central;
	overflow: auto;
	height: 500px;
}
.hyperlink {
	color: #d9d9d9
}
hyperlink:hover, hyperlink:active, hyperlink:focus {
	color: #d9d9d9;
}
.pictureGallery{
	
}
.pictureGalleryTitleHeader{
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-bottom: 2px;
}
.pictureView{
	float: left;
	width: 200px;
	height: 154px;
	background-image: url(images/picturePreviewBackground.png);
	background-repeat: no-repeat;
	vertical-align: central;
	alignment-adjust: central;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
}
.pictureStyle{
	padding-top: 10px;
}