﻿/* CSS layout */
.buttons {
	border-width: 0px;
}
.style1 {
	width: 955px;
	height: 100%;
}
.style2 {
	height: 523px;
	background-image: url('images/repeat_down_bg.jpg');
	background-repeat: repeat-y;
	position: relative;
}
.style3 {
	height: 100%;
	width: 117px;
	background-image: url('images/left_column_bg.gif');
	background-repeat: repeat-y;
}
.style4 {
	height: 100%;
	width: 116px;
	background-image: url('images/right_column_bg.gif');
	background-repeat: repeat-y;
}
.style6 {
	width: 722px;
	height: 52px;
	background-image: url('images/footer_bg.jpg');
}
.style9 {
	height: 52px;
	width: 722px;
}
.style10 {
	position: relative;
	width: 722px;
	height: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 955px;
   }









#masthead {
	height: 127px;
}

#top_nav {
	height: 27px;
	background-repeat: no-repeat;
	background-image: url('images/buttons_bg.jpg');
	text-align: left;
	padding-left: 18px;
}


#page_content {
	height: 375px;
	background-image: url('images/main_text_bg2.jpg');
	background-repeat: no-repeat;
}

#footer {
	height: 17px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8PT;
	font-weight: normal;
	text-align: center;
	background-image: url('images/footer_bg.jpg');
}
#footer a:link {
	color: #66FF00;
}
#footer a:hover {
	color: #66FF00;
	text-decoration: none;
}
#footer a:visited {
	color: #66FF00;
}

#wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }

body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }

html {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }

body {
	margin: 0;
	background-color: #000035;
}
.text {
	color: #dad7d2;
	font-family: Arial, Helvetica, sans-serif;
}
