/* Main body */
body {
	font-size: 59%;
	margin: 0px auto;
	padding: 0px;
	/* background: url(img/background_body_grey.gif) top center repeat-y; */
	background: rgb(227,227,227);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.page-container-1 {
	width: 770px;
	margin: 20px auto;
	padding: 1px;
	background-color: rgb(255,255,255);
	border: solid 1px rgb(100,100,100);
}


/* Banner */
.header {
	clear: both;
	float: left;
	width: 770px;
	height: 259px;
	margin: 0px;
	padding: 0px;
	background: url(img/header.jpg);
}


/* Navigation */
.navigation {
	width: 770px;
	background: #435265;
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	float: right;
}
.navigation ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
.navigation ul li {
	float:left;
	list-style-type:none;
	border-top: solid 0px rgb(227,227,227);
	border-bottom: solid 0px rgb(227,227,227);
	border-right: solid 1px rgb(227,227,227);
	white-space:nowrap;
	position:relative;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
}
.navigation ul li a {
	display: block;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background-color:#435265;
	color: rgb(255,255,255);
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
}
.navigation ul li ul {
	display:none;
	border:none;
}
.navigation ul li:hover a {
	background:rgb(151,167,190);
	color:rgb(255,255,255);
	text-decoration:none;
}
.navigation ul li:hover ul {
	display:block;
	width:10.0em;
	position:absolute;
	z-index:999;
	top:1.8em;
	margin-top:0.3em;
	left:0;
}
.navigation ul li:hover ul li a {
	display:block;
	width:36em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 58px 4px 10px;
	border-top: solid 0px rgb(227,227,227);
	border-bottom: solid 1px rgb(227,227,227);
	border-right: solid 0px rgb(227,227,227);
	border-left:solid 1px rgb(227,227,227);
	color:#ffffff;
	background:#435265;
}
.navigation ul li:hover ul li a:hover {
	color: rgb(151,167,190);
	text-decoration:none;
}


/* Specific cases for layout */ 
.content1 {
	float: left;
	width: 720px;
	padding: 15px 150px 20px 20px;
	color: rgb(0,0,0);
}
.content1-container {
	clear: both;
	float: left;
	width: 730px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.content1-container-1col {
	overflow: hidden;
	width: 730px;
	margin: 0px;
	padding: 0px;
}
.content1-pagetitle {
	overflow: hidden;
	width: 730px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 2px rgb(50,71,50);
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 180%;
}


/* Titles and textboxes*/
.content-title-noshade-size1 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 130%;
}
.content-title-noshade-size2 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 150%;
}
.content-title-noshade-size3 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 160%;
}
.content-title-noshade-size4 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 180%;
}
.content-title-noshade-size5 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 200%;
}

.content-subtitle-noshade-size1 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 110%;
}
.content-subtitle-noshade-size2 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 120%;
}
.content-subtitle-noshade-size3 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 130%;
}
.content-subtitle-noshade-size4 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 140%;
}
.content-subtitle-noshade-size5 {
	margin: 0px;
	padding: 0px;
	color: rgb(50,71,50);
	font-weight: bold;
	font-size: 150%;
}
.content-txtbox-noshade {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: rgb(255,255,255);
}


/* Headings */
h1 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 160%;
}
h2 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 150%;
}
h3 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 140%;
}
h4 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 130%;
}
h5 {
	margin: 0px 0px 0.2em 0px;
	font-weight: bold;
	font-size: 130%;
}
h6 {
	margin: 0px 0px 0.2em 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
}


/* Paragraphs */
p {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
p.readmore {
	margin: 1.0em 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 110%;
}
p.quote {
	margin: 0em 30px 0.6em 30px;
	line-height: 120%;
	font-size: 120%;
}
p.embed {
	float: left;
	width: 120px;
	margin: 7px 7px 5px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgb(238,237,249);
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 140%;
}
p.embed-caption {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 70%;
}


/* Quote */
p.quote {
	clear: left;
	margin: 0em 30px 0.6em 30px;
	line-height: 120%;
	font-size: 110%;
}


/* Embedded emphasis */
.embed {
	float: left;
	width: 120px;
	margin: 2px 7px 2px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgb(238,237,249);
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 140%;
}
.embed-caption {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 70%;
}


/* Lists */
ul.noindent {
	margin: 0px 0px 7px 15px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 120%;
}
ul.indent {
	margin: 0px 0px 7px 15px;
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
ol {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 25px;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 120%;
}
ul.linklist-noindent {
	margin: -0.3em 0px 0.5em 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 120%;
}
ul.linklist-indent {
	margin: -0.3em 0px 0.5em 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 120%;
}


/* Tables */
.table {
	clear: left;
	margin: 0px 0px 0px 0px;
	border: solid 0px rgb(255,255,255);
	empty-cells: show;
	border-collapse: collapse;
	background-color: rgb(255,255,255);
}
.table tr {
	margin: 0px;
	padding: 0px;
}
.table td {
	padding: 0px 0px 0px 0px;
	border: solid 0px rgb(255,255,255);
	text-align: left;
	font-size: 120%;
}
.table th {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: solid 0px rgb(255,255,255);
	empty-cells: show;
	text-align: left;
	font-size: 120%;
}
.table-caption {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	text-align: left;
	font-size: 120%;
}


/* Images */
.img-left-noborder-notopmargin {
	float: left;
	margin: 0px 10px 0px 0px;
}
.img-left-noborder-topmargin {
	float: left;
	margin: 3px 10px 0px 0px;
}
.img-left-border-notopmargin {
	float: left;
	margin: 0px 10px 0px 0px;
	border: solid 1px rgb(150,150,150);
}
.img-left-border-topmargin {
	float: left;
	margin: 3px 10px 0px 0px;
	border: solid 1px rgb(150,150,150);
}
.img-right-noborder-notopmargin {
	float: right;
	margin: 0px 0px 0px 10px;
}
.img-right-noborder-topmargin {
	float: right;
	margin: 3px 0px 0px 10px;
}
.img-right-border-notopmargin {
	float: right;
	margin: 0px 0px 0px 10px;
	border: solid 1px rgb(150,150,150);
}
.img-right-border-topmargin {
	float: right;
	margin: 3px 0px 0px 10px;
	border: solid 1px rgb(150,150,150);
}
.img {
	color: rgb(255,255,255);
	border: none;
}


/* Footer Area */
.footer {
	overflow: hidden;
	clear: both;
	width: 770px;
	height: 0.2em;
	margin: 0px;
	padding: 0.5em 0px 0.5em 0px;
	border-top: solid 0px rgb(125,125,125);
	background-color: #435265;
	color: rgb(255,255,255);
	font-size: 1em;
}
.footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.3em;
	font-size: 110%;
}


/* Hyperlinks */
.content1 a {
	color: rgb(50,71,50);
	text-decoration: none;
}
.content1 a:hover {
	color: rgb(50,71,50);
	text-decoration: underline;
}
.content1 a:visited {
	color: rgb(50,71,50);
}
