/* CSS Document */

body {
	background-color: #99ccff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	background-color: #1B2B40;
	color: #F2F2F2;
	font-size: large;
}

h2 {
	background-color: #394A59;
	color: #F2F2F2;
	font-size: medium;
}

h3 {
	color: #1B2B40;
	margin-top: 20px;
	margin-bottom: 5px;
}

td {
	padding: 3px;
}

.divContent {
	width: 900px;
	margin: auto;
}

#page {
	width: 1024px;
	margin: auto;
}

#backgroundHeader {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 5px;
}

#backgroundFooter {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 45px;
	margin-bottom: -5px;
}

#backgroundContentStart {
	background-image: url('../images/contentStart.jpg');
	background-repeat: no-repeat;
	height: 89px;
}

#backgroundContentMiddle {
	background-image: url('../images/contentMiddle.jpg');
	background-repeat: repeat-y;
	padding-bottom: 1px;
}

#backgroundContentEnd {
	background-image: url('../images/contentEnd.jpg');
	background-repeat: no-repeat;
	height: 95px;
}

#header {
	padding-top: 10px;
}

#pageTitle {
	width: 200px;
	margin: auto;
	text-align: center;
	padding-top: 25px;
	color: #394A59;
	font-weight: bold;
	font-size: medium;
}

#menu {
	text-align: right;
	width: 950px;
	padding-top: 25px;

}

#menu ul {
	list-style: none;
	padding-top: 5px;
}

#menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: white;
}

#menu li:hover {
	cursor: pointer;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #d9d9d9;
}

#menuLeft {
	float:left;
	padding-left: 10px;
	padding-top: 15px;
}

#content {
	padding-top: 25px;
}

#content p {
	margin: 15px 5px 15px 5px;
}

#text {
	margin-left:200px;
}

#text li {
	list-style: disc;
	padding-top: 5px;
	margin-left: 40px;
}

#breadcrumbs {
	font-size: x-small;
	margin-bottom: 20px;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs a, a:visited {
	color: blue;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#footer {
	padding-top:20px;
	clear: both;
	font-size: small;
	text-align: center;
	color: white;
}

#footer a {
	text-decoration: none;
	color: white;
}