/*
 * blue bottom background = #6095c1
 * navy blue = #032147
 * text = #9fbdd7
 */

html, body {
  margin: 0;
  font-family: arial, "sans-serif";
  font-size: 12px;
  color: #000; /* #000055;  */ /* #9fbdd7; */
  background: #6095c1 url(images/background.jpg) repeat-x;
  text-align: center;
  padding-top: 17px;
}

body table {
  width: 675px;
  margin: 0 auto;
  text-align: left;
}

td { vertical-align: top; }

img { border: 0px; }

a {
  color: #032147;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

a:hover {
  color: #6195c4;
}


p a { text-decoration: underline; }
p a:hover { text-decoration: none; }

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #000055;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000084;
	}

h2 a, h2 a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000084;
	text-decoration: underline;
	}

h2 a:hover { text-decoration: none; color: #6195c4; }

.active, .active a {
  color: #fff;
}

#navigation {
  background: url(images/nav_bg.jpg) repeat-x;
  height: 20px;
  max-height: 20px;
  position: relative;
  top:3px;
  bottom:-3px;
  vertical-align: top;
  line-height: -10px;
}

.home div {
  border-right: 1px dashed #9fbdd7;
  padding-right: 20px;
}

#logo_right {
  position: relative;
  top:3px;
}

#navigation img {
  margin-bottom: -5px;
}

.nav_link a {
  line-height: 10px;
}

.nav_link {
  height: 20px;
  max-height: 20px;
  line-height: -20px;
  top: -5px;
  position: relative;
  margin: 0 5px 0 5px;
  border-right: 1px solid #666;
  padding-right: 10px;
}

.content {
  background: #fff;
  padding: 15px 0px 5px 40px;

}

.sub {
  padding-right: 40px;
}

.right {
  padding-top: 30px;
}

#footer {
  background: #032147;
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
  font-size: 10px;
  color: #fff;

}

#footer a {
  font-size: 10px;
  font-weight: normal;
  color: #9fbdd7;
}

#footer a:hover {
  color: #fff;
}

ul {
	margin-left: 20px !important;
	margin-left: 20px;
	}


.rightlink {
	font-size: 14px;
	padding: 10px;
	text-decoration: underline;
	}

.rightlink:hover { text-decoration: none; }



fieldset, fieldset table { width: 330px; }


#movie {
	background-color: #000;
	}


.pic-border {
	border: 1px solid #ccc;
	}


span.ital {
	font-style: italic;
	font-size: 10px;
	}
