/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 5px;
}

#headtext {
	color: blue;
	line-height: 5px;
	width: 900px;
	float: left;
}

.emptySpace {
	clear: both;
}

#pics {
	overflow: hidden;
}

h1 {
	color: blue;
   font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 33px;
	line-height: 35px;
}

h2 {
	color: blue;
   font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: green;
	margin-top: 0px;
	line-height: 30px;
}


h3 {
	color: blue;
   font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: green;
	margin-top: 20px;
	line-height: 26px;
}

h4 {
	color: blue;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: green;
}

h5 {
	color: crimson;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: salmon;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menu {
	margin-top: 15px;
	color: crimson;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 12;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	padding-right: 15px;
	padding-left: 5px;
}

#menu a, a {
	text-decoration: none;
}

#menu .active a {
	text-decoration: underline;
}

a:visited, a:link {
	color: purple;
} 

a:hover, #menu a:hover {
	text-decoration: underline;
} 


#main {
	background-color: white;
	margin-bottom: 20px;
}

#main #left {
	font-size: 16px;
	float: left;
	width: 580px;
	margin-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: justify;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: green;
}

#left p, #right p {
	color: #333333;
}

#left2 p, #right2 p {
	color: #746274;
}

a:hover img {
   -moz-opacity:0.75;
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}

#right div {
	margin-bottom: 10px;
	text-align: right;
}

#main #right {
	float: left;
	text-align: right;
	width: 285px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#main #right p {
	text-align: right;
}

img {
	margin-left: 8px;
	margin-right: 8px;
}

#footer {
	font-size: 15px;
	color: darkgrey;
	text-align: center;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #gold;
}

.nb {
    color: #567529;
}

.sideMenuThumb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}

