* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
a {
	color: #1E3664;
	text-decoration: none;
}
a:hover {
	color: #F1CB45;
	text-decoration: none;
}
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	background-color: #BDCBCD;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-size: 2.4em;
	font-weight: lighter;
	color: #000000;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 8px;
	text-transform: capitalize;
}
h2 {
	color: #333333;
	margin: 0px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: lighter;
	color: #3466AC;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	position: relative;
	padding-left: 10px;
	width: 170px;
}
h4 {
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	width: 100%;
	clear: both;
	float: none;
}
input {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 3px;
}
textarea {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 3px;
}
#body strong {
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #FFFFFF;
	border: 4px solid #EEE8CD;
	margin-top: 10px;
}
#logo {
	background-color: #ffffff;
	background-image: url(images/ensign_pacific_logo.gif);
	background-repeat: no-repeat;
	background-position: 25px top;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
	text-align: right;
	padding-right: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 20px;
	position: relative;
}
#logo p strong {
	font-size: 1.2em;
	font-weight: bold;
}
#banner {
	height: 200px;
	overflow: visible;
	margin-bottom: 2px;
	background-image: url(images/banner-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}
#body {
	width: 500px;
	font-size: 0.9em;
	line-height: 2em;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1E3664;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
#body a:hover {
	text-decoration: none;
}
#body p {
	margin-top: 3px;
	margin-bottom: 5px;
}
#body strong {
	font-weight: bold;
	color: #333333;
}
#body ul {
	margin-top: 10px;
	margin-bottom: 15px;
	left: 30px;
	position: relative;
}
#body li {
	font-size: 0.95em;
	padding-left: 10px;
	list-style-type: square;
	left: 20px;
	color: #333333;
}
#body table {
	width: 100%;
}
#body td {
	padding: 5px;
}
#body #col1 {
	float: left;
	position: relative;
	width: 200px;
}
#body #col2 {
	float: left;
	position: relative;
	left: 10px;
	width: 200px;
}
#body #col3 {
	float: left;
	position: relative;
	left: 20px;
	width: 200px;
}
#menu {
	width: 100%;
	background-color: #1E3664;
	margin-bottom: 20px;
	height: 38px;
}
#menu ul {
	clear: both;
	float: right;
	position: relative;
	right: 40px;
}
#menu li
{
	list-style: none;
	text-align: left;
	float: left;
}
#menu li a
{
	display: block;
	text-decoration: none;
	background-color: #1E3664;
	color: #FFFFFF;
	font-size: 1.1em;
	text-transform: uppercase;
	position: relative;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
}
#menu li a:hover
{
	opacity: 0.75;
	color: #F1CB45;
}
#submenu {
	width: 200px;
	font-size: .95em;
	text-align: right;
	float: left;
	top: 30px;
	margin-bottom: 20px;
	padding-top: 40px;
}
#submenu li {
	list-style-image: none;
	list-style-type: none;
}
#submenu a {
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
}
#submenu a:hover {
	color: #F1CB45;
}
#footer {
	color: #999999;
	background-color: #EDEDED;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.9em;
	text-align: right;
	background-image: url(images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	clear: both;
}
#footer strong {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#more {
	float: right;
	font-size: 0.6em;
	right: 35px;
	position: relative;
}
#body ul {
	list-style-type: square;
	margin-top: 5px;
	list-style-position: outside;
	left: 5px;
}
#submenu li strong {
	list-style-image: none;
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
}
em {
	font-style: italic;
}
