body {
	width:auto;
	margin:0;
 	padding:0;
	font-family: "Myriad Web Pro", "Trebuchet MS", Arial, sans-serif;
	background-color: #FFF;
	background-image: url(_images/background-gradient-body_01.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	color: #001d3a;
	text-decoration: none;
}
#wrapper {
	width: 75em;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	letter-spacing: 5px;
	background-color: #fff;
	margin-top: 2px;
	font-variant: small-caps;
}
#nav {
	font-family: "Myriad Web Pro", "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	background-color: #001d3a;
/*	color: #e8dabe;
*/	height: 3em;
}
#content {
	background-color: #fff;
	line-height: 140%;
	margin-right: 25px;
	margin-left: 25px;
}

#footer {
	font-size: small;
	background-color: #FFF;
	text-transform: capitalize;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #001d3a;
}

.tagline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ce4117;
	font-style: italic;
	font-variant: normal;
	font-size: 24px;
}

.ImageFloat-left {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}

.ImageFloat-left-main {
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 5em;
}

#content p i {
	color: #ce4117;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: normal;
	font-size: 110%;
}

p strong em {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	font-size: 18pt;
	font-style: normal;

}

ul.dropdown {
	background-color: #001d3a;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 597;
}
ul.dropdown a:link {
	font-family: "Myriad Web Pro", "Trebuchet MS", Arial, sans-serif;
	color: #e8dabe;
	text-decoration: none;
}
ul.dropdown a:visited {
	font-family: "Myriad Web Pro", "Trebuchet MS", Arial, sans-serif;
	color: #e8dabe;
	text-decoration: none;
}
ul.dropdown a:hover {
	font-family: "Myriad Web Pro", "Trebuchet MS", Arial, sans-serif;
	color: #d09b34;
	text-decoration: none;
}

ul.dropdown a:active {
	font-family: "Myriad Web Pro", "Trebuchet MS", Arial, sans-serif;
	color:#ce4117;
	text-decoration: none;
}


ul.dropdown ul {
	background-color: #001d3a;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	z-index: 598;
	left: 0px;
	top: 100%;
	width: 98px;
	visibility: hidden;
}
ul.dropdown li {
	/*	line-height: 1.3em;
*/	vertical-align: middle;
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8dabe;
	list-style-image: none;
	list-style-type: none;
}
ul.dropdown li:hover {
	background-color: #001d3a;
	position:relative;
	z-index: 599;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown ul li {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.dropdown ul ul {
	left: 99%;
	top: 1px;
}
#header h1 {
	padding-top: 4px;
}
breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ce4117;
}