body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin:0;
	padding:15px 0 0 0;
	/*background-image: url(../images/bg-body.gif);*/
	background-repeat: repeat-x;
	background-position: center top;
}
#main {
	width:900px;
	margin:0 auto;
	background-image: url(../images/bg-main-top-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border:0;
	padding:0 0 6px 0;
}
#top {
	background-image: url(../images/bg-main-top-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:6px 15px 0 14px
}
#bottom {
	background-image: url(../images/bg-main-top-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:6px 15px 0 14px
}
#logo {
	position: relative;
	float:right;
	margin: -120px 10px 0 10px;
}
#slogan {
	/*display:block;*/
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	width:870px;
	height:122px;
	border-bottom:1px solid #FFFFFF;
}

/* menu */
#nav {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px;
  background: #04284a;
  list-style-type: none;
  width: 870px;    
  float: right; /* Contain floated list items */
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#nav li {
  margin: 0x;
  padding:2px 0px 2px 0px;
  float: left;
}
#nav a {
  float: left;
  /*width: 80px;*/
  padding:2px 10px 2px 10px;
  color: #FFF;
  text-decoration: none;
  line-height: 16px;
  text-align: center;
  border-right: 1px solid #FFF;
  font-weight: lighter;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
  background:#006699;
  padding:2px 10px 2px 10px;
}


#interior {
	
	background-image: url(../images/bg-interior.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width:900px;
	margin: 0 auto;
	/*height:300px;*/
}
#mid {
	padding:0 15px 0 14px
}
#left {
	display:block;
	float:left;
	width:188px;
}
#right {
	display:block;
	float:right;
	width:870px;
}
#maintext {
	display:block;
	float:left;
	width:830px;
	padding:15px 20px 10px 20px;
	line-height:20px;
}
div#navbar {
	width: 158px;
	display:block;
	float:left;
	margin-right: 10px;
	border: #CCCCCC solid 1px;
}
div#navbar ul {
	margin:0;
	padding:0;
}
div#navbar li {
	list-style-type:none;
	display:block;
	float:left;
	width:158px;
	height:30px;
	text-align:right;
	background-color: #04284a;
}
div#navbar li.button1 {
	background-image: url(../images/bg-button-1.gif);
	background-repeat: no-repeat;
}
div#navbar li.button2 {
	background-image: url(../images/bg-button-2.gif);
	background-repeat: no-repeat;
}
div#navbar li.button3 {
	background-image: url(../images/bg-button-3.gif);
	background-repeat: no-repeat;
}
div#navbar li.button4 {
	background-image: url(../images/bg-button-4.gif);
	background-repeat: no-repeat;
}
div#navbar li.buttonlast {
	background-image: url(../images/bg-button-last.gif);
	background-repeat: no-repeat;
}
div#navbar li a {
	display:block;
	float:right;
	width:138px;
	height:30px;
	text-decoration: none;
	margin:0;
	padding:0;
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:30px;
	padding-right:20px;
	/*background-image: url(../images/arrow-button.gif);*/
	background-repeat: no-repeat;
}
div#navbar li a:link {
	color: #FFFFFF:
}
div#navbar li a:visited {
	color: #FFFFFF;
}
div#navbar li a:hover {
	color: #FFFFFF;
	background: #336699;
	text-decoration:underline;
	/*background-image: url(../images/arrow-button-over.gif);*/
	background-repeat: no-repeat;
}

div#navbar2 {
	width: 175px;
	display:block;
	float:left;
	text-align:justify;
	padding: 0 10px 0px 5px;
}
*/
h1, h2, h3, h4, h5, h6 { 
	margin: 25px 25px 25px 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}
p { 
	margin: 5px 10px;
	text-align:justify;
}
ul, ol { 
	margin: 15px 0 0 15px;
}
.clear {
	clear:both;
}
a, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#8ac1fa;
	text-decoration:none;
}
#footer {
	font-size: 11px;
	color:#747474;
	text-align:center;
	padding:20px;
	line-height:18px;

}
#footer a:link, #footer a:visited {
	color:#747474;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#747474;
	text-decoration:underline;
}

/*Table Formatting*/
table {
	border: #000000 1px solid;
	/*width: 600px;*/
	float:left;
	margin-bottom:5px;
	padding: 5px;
	background: #04284a;
}
td {
	
	text-align: justify;
	vertical-align: top;
}

th {
	
	font-weight: bold;
	text-align:left;
	color: #333333;
	border-bottom: 1px solid #cda98b;
	background-color: #ccc;
}

.imgright{
vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: right;
	margin: 5px;
}
.imgleft{
vertical-align: top;
	float:left;
	border: 1px solid  #CCCCCC;
	padding: 3px;
	margin: 5px;
}