@charset "utf-8";
.tabletop {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu {
	text-decoration: none;
	list-style-type: none;
}

#search {
	background-image: url(images/button_search.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

html, body { border: 0; margin: 0; padding: 0; }
body {
	background: #fff;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
}

#menu-container {

}

#menu-container a {
	background-image: url(images/tab_left_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu-container a span {
	line-height: 2.5em;
	padding: 0px 1.8em 0px 1.0em;
	color: #333333;
	background-image: url(images/tab_right_blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu-container ul {
	padding-left: 7px;
	margin: 0;
	list-style-type: none;
}

#menu-container li {
  float: left;
}

#menu-container a {
  float: left;
  padding: 0 0 0 5px;
  text-decoration: none;
  outline: none;
}

#menu-container a span {
  display: block;
  font-weight: bold;
}

#menu-container a:hover, #menu-container .current a {
  background-position: 0% -151px;
  text-decoration: underline;
}

#menu-container a:hover span, #menu-container .current a span {
  color: #fff;
  background-position: 100% -151px;
  text-decoration: underline;
}

#menu-container a:active {
  outline: none;
}

#menu-container .current a {
  border: 0;
  text-decoration: none;
}

#menu-container .current a span {
  text-decoration: none;
}



#submenu-container {
	min-height: 2.5em;
	color: #ffffff;
	background-image: url(images/bg_submenu_blue.gif);
	background-repeat: no-repeat;
}
#submenu-container p {
	padding: 0 0 0 2em;
	margin: 0;
	line-height: 2.5em;
}

#submenu-container a span {
  line-height: 2.5em;
}

#submenu-container a {
  color: #ffffff;
  text-decoration: none;
}

#submenu-container a:hover {
  text-decoration: underline;
}

#submenu-container ul {
  margin: 0;
  padding-left: 1em;
}

#submenu-container li {
  display: inline;
  padding: 0 1em 0 1em;
  border-right: 1px solid #fff;
}

#empty {
  height: 2.5em;
}

#submenu-container .current a {
  font-weight: bold;
}

.content_box {
	padding-top: 2px;
}
.content_box #left_box {
	width: 219px;
}
.content_box #left_box #home_left_box {
	height: 273px;
	padding-left: 8px;
}
.left_box_bot {
	width: 259px;
	background-image: url(images/bg_narrowcolumnbox1.gif);
	background-repeat: no-repeat;
	height: 215px;
}
.content_box ul li {
	padding-left: 1.5em;
	color: #333333;
	background-image: url(images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	list-style-type: none;
}

.content_box ul{
	color: #333333;
	list-style-type: none;
	margin-left: 0px;
	line-height: 18px;
}

#left_box_bot h2 {
  line-height: 1.4em;
  font-size: 10px;
  font-weight: normal;
  padding-bottom: 2px;
}
.bot {
	background-image: url(images/bg_narrowcolumnbox_bt1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
}
.content_box #box_right {
	padding-left: 8px;
	width: 726px;
}
.grey_box {
	float: left;
	width: 151px;
	height: 237px;
	background-image: url(images/bg_greybox.gif);
	background-repeat: no-repeat;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 6px;
	padding-top: 5px;
}
.grey_box .boxtext {
	height: 106px;
}
.boxtext {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.boxtext ul {
	padding: 0px;
	margin: 0px;
}
.boxtext h2, .boxtext p {
	margin: 0 2px 0em 2px;
	}
.boximage {
	font-size: 10px;
	height: 104px;
}


.bot h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 2px 0em 2px;
}

.boxtext h2 {
	font-size: 12px;
	font-weight: bold;
}

.bot #form2 #select {
	font-size: 10px;
	}
.footer {
  float: left;
  background: url(images/bg_bottom.gif) 0px 0px no-repeat;
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 940px;
}

.footer ul {
  margin: 0;
  padding: 0px;
  min-heigh: 1%;
  padding-top: 22px;
  padding-left: 5px;
}

.footer li {
  float: left;
  display: block;
  margin-top: 0.3em;
  padding: 0 1.2em;
  line-height: 1.1em;
  border-left: 1px solid #676767;
}

.footer li.first {
  padding-left: 0;
  border: none;
}


.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.equal-small {
	width: 202px;
	height: 109px;
	background-image: url(images/bg_greyradiant.gif);
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
.equal-small .boxtext a:hover {
	text-decoration: none;
	display: block;
	
}
.equal-small .boxtext a:link  {
	text-decoration: none;
	display: block;
}
.equal-small .boxtext a:visited  {
	text-decoration: none;
	display: block;
}
.input_style {
	border: 1px solid #333333;
}
.developer:visited {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}
a.developer:link {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}
a.developer:hover {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}
.rt_box {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.rt_box ul {
	padding: 0px;
	}
.box_txt {
	width: 607px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 40px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}
.box_txt ol {
	line-height: 25px;
	list-style-position: outside;
	list-style-type: disc;
}
.nav-box {
	margin-bottom: 5px;
	background: url('images/bg_greyradiant.gif') repeat-x;
	border: solid 1px #E7E7E7;
	padding: 5px;
}
.nav-box .h2 {
  padding: 0.5em;
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
}
.red {
	color: #FF0000;
}
#regfrm input {
	border: 1px solid #333333;
}.bot .txt {
	padding: 10px;
}

