@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #21386C;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  min-width: 900px;
  text-align: left;
  width: 900px;
}
#header {
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 106px;
	line-height: 15px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#flashbar {
	height: 94px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/flashbar.jpg);
}
#nav {
	background-image: url(CSSMenuWriter/cssmw_images/center.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 500px;
}
#content {
	margin: 0;
	background-image: url(images/contentback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 456px;
}
#content_text {
	font-size: 15px;
	padding-top: 20px;
	padding-right: 300px;
	padding-bottom: 40px;
	padding-left: 200px;
	text-align: justify;
	line-height: 18px;
}

#content_demo {
	font-size: 15px;
	padding-top: 20px;
	padding-right: 250px;
	padding-bottom: 20px;
	padding-left: 100px;
	line-height: 18px;
}

#footer {
	height: 40px;
	background-image: url(images/center.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer_text {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer_text a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_text a:hover {
	color: #FFCC33;
}
.contact_table {
	line-height: 30px;
}
