html, body {
  height: 100%;
}

body {
	margin: 0;
	color: #000;
	font-family: "Helvetica" "Helvetica-Regular";
	font-size: 10pt;
	background-color: #233a5a;	
}

a, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 14pt;
	text-transform: uppercase;
}

h2 {
	font-size: 12pt;
	text-transform: uppercase;
}

h3 {
	font-size: 10pt;
	text-transform: uppercase;
}

ul {
	list-style: square inside url(../images/skin/bullet.jpg);
	list-style-position: outside;
	text-shadow: #000000 0 0 0;
}

.wrapper-relative {
  position: relative;
  margin: 0;
  min-width: 1000px;
  min-height: 100%;
}

#banner {
  position: absolute;
  top: 0;
  right: 0;
}

#logo_bottom {
	width: 335px;
	height: 68px;
	float: left;
	background: transparent url(../images/skin/logo_bottom.jpg) no-repeat;
}

#wrapper {
  margin: 0 0 0 72px;
	width: 926px;
  padding-bottom: 60px;
}

#content-wrapper {
  position: relative;
  padding-bottom: 10px;
	float: left;
	width: 911px;
  min-height: 350px;
  background: transparent url(../images/skin/content_bg.jpg) repeat-y;
	border: 7px solid #002953;
}

#content {
	float: left;
	padding: 0px 40px;
	min-height: 278px;
	width: 830px;
  background: transparent url(../images/skin/content_bg-top.jpg) no-repeat;  
}

#content-banner {
	height: 162px;
	clear: both;
	border-bottom: 2px solid #cacdd6;
}

#emails a, #emails a:visited {
  color: #000;
}

/* Main Navigation */

#nav {
  float: left;
  height: 68px;
  background-color: #002953;
}

#main-nav {
  font: bold 10pt arial;
}

#link
{	
  color: blue;
  text-decoration: none;
}

/* Javascript Nav */
#sddm
{ 
  margin: 0;
  padding: 0;
}

#sddm li
{	
  margin: 0 0 0 3px;
  padding: 0;
  width: 107px;
  height: 51px;
  list-style: none;
  float: left;
  background: transparent url(../images/skin/button.jpg) no-repeat;
}

#sddm li.first_button {
  margin: 0;
  background: transparent url(../images/skin/left_button.jpg) no-repeat;
}

#sddm li.last_button {
  width: 112px;
  background: transparent url(../images/skin/right_button.jpg) no-repeat;
}

#sddm li a
{	
  display: block;
  width: 105px;
  padding: 24px 0;
  color: #002953;
  text-align: center;
  text-decoration: none;
}
  
#sddm li.last-button a {
  padding-right: 8px;
}

#sddm li a:hover
{	color: #fff; }
/* End Javascript Nav */

table {
	border: 3px solid;
}

th {
	background-color: #ccc;
}

th, td {
	padding: 8px;
}

/* End Main Navigation */

/* Footer */
#footer {
	float: left;
	position: relative;
	top: -10px;
	width: 947px;
	height: 30px;
	color: #fff;
	font-size: 8pt;
	text-align: center;
}
/* End Footer */

.content-item {
	width: 525px;
	padding-top: 15px;
	color: #515152;
}

.content-header {
	margin-top: 6px;
	color: #28365d;
	font-weight: bold;
}

.content-item img {
	float: left;
}

.content-title {
	margin-top: 15px;
	padding: 0px 5px 0px 5px;
	width: 515px;
	color: #28365d;
	font-size: 14pt;
	border-bottom: 1px solid #acafb7;
}

/* Center */

.center {
	text-align: center;
}

#content-image {
	z-index: 1;
	right: 0px;
	position: absolute;
}

#content-text {
	padding-top: 200px;
}

.single-content {
	padding-top: 20px;
}

#bottom_left {
  position: absolute;
  bottom: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  background: transparent url(../images/skin/bottom_left.png) no-repeat;
}

#bottom_right {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 52px;
  height: 52px;
  background: transparent url(../images/skin/bottom_right.png) no-repeat;
}

#bottom_banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 566px;
  height: 105px;
  background: transparent url(../images/skin/bottom_banner.png) no-repeat;
}

/* Columns */
#left_column {}

#right_column {
  margin-right: 143px;
  float: right;
  width: 220px;
  border: 1px solid #999;
}
