@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background-stripes.png);
	background-color: transparent;
	margin: 0px;
	background-repeat: repeat;
	background-color: #CCC;
	background-position: center top;
}
#navbar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	margin-top: 20px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	margin-top: 2px;
	padding-top: 5px;
	margin-bottom: 40px;
	background-color: #300;
}
#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	margin: 0px;
}
#wide-navbar {
	height: 181px;
	background-image: url(images/wide-navbar.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-align: right;
	margin-top: 1px;
	background-position: center top;
}
#wide-navbar  #img-text{
	margin-right: auto;
	height: 183px;
	width: 960px;
	margin-left: auto;
}
#wide-navbar #img-text img {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 30px;
}
#wide-navbar #img-text p {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	margin-right: 129px;
	text-align: right;
	margin-top: -10px;
}
#navbar ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#navbar ul li {
	list-style-type: none;
	margin-right: 3px;
	float: left;
}
#navbar ul li a {
	display: block;
	list-style-type: none;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-image: url(images/button-up.png);
	font-family: Geneva, Verdana, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	width: auto;
	text-align: center;
	text-decoration: none;
}
#navbar ul li a:hover {
	display: block;
	list-style-type: none;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #300;
	border-right-color: #300;
	border-left-color: #300;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	width: auto;
	text-align: center;
	text-decoration: none;
	background-color: #633;
}
#content {
	background-image: url(images/content-background.png);
	border: 1px solid #CCC;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 60px;
	padding-bottom: 70px;
	padding-left: 60px;
	margin-top: 20px;
}
#content a {
	color: #600;
}
#content table a {
	color: #600;
}
#content p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
	overflow: hidden;
	margin-top: 4px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 12px;
}
#content table  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
	overflow: hidden;
	margin-top: 5px;
	line-height: 1.5em;
	text-align: justify;
}
#content ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #300;
	overflow: hidden;
	margin: 0px;
}
#content ul li {
	margin-bottom: 5px;
}
#content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #600;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #333;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 13px;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#content h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #333;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 13px;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 0px;
	width: 220px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

