﻿/* CSS layout */
#masthead {
	width: 1000px;
	height: 165px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	background-image: url(images/Dynamic_Interventions_Header.jpg);
	background-repeat: no-repeat;
}
#masthead h1 {
	font-size: 100%;
	font-weight: bold;
	color: #0093dd;
	margin: 0px;
}

#top_nav {
	height: 50px;
	width: 1000px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-color: #284D62;
	border-left-style: solid;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Top_nav.jpg);
}
#top_nav ul {
	list-style-type: none;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#top_nav li {
	float: left;
	line-height: 50px;
	font-style: normal;
	font-size: small;
}
#top_nav a {
	color: #BDDFF8;
	text-decoration: none;
	display: block;
	padding-right: 25px;
	padding-left: 5px;
	font-style: italic;
}
#top_nav a:hover {
	text-decoration: none;
	font-style: italic;
	color: #BDDFF8;
	padding-right: 25px;
	padding-left: 5px;
	background-image: url(images/Top_nav2.jpg);
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}
#container ul {
	font-size: small;
}

#page_content {
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-size: 80%;
}
#page_content p {
	margin-top: 20px;
	text-align: justify;
}
#page_content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#page_content h4 {
	text-decoration: line-through;
}
#bottom_nav {
	height: 50px;
	width: 1000%;
	background-image: url(images/3399ff00000050linear.png);
	margin-right: auto;
	margin-left: auto;
}
#bottom_nav ul {
	list-style-type: none;
	width: 1000%;
	margin: 0px;
	padding: 0px;
}
#bottom_nav li {
	float: left;
	line-height: 50px;
	font-style: italic;
	font-size: small;
}
#bottom_nav a {
	color: #BDDFF8;
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 20px;
}
#bottom_nav a:hover {
	text-decoration: none;
	font-size: small;
	font-style: italic;
	background-image: url(images/80808000000050linear.png);
	color: #BDDFF8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #333333;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000000;
}



#footer {
	position: relative;
	width: 1000px;
	height: 50px;
	font-style: italic;
	color: #FFFFFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 50px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}

