html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 100.01%;
	font-family:  Arial,Verdana,Helvetica,Times;
	color: #0000FF;
	background-color: #0D9ECD;
}

#leftcolumntext {
  font-size: 11px;
  color: #FFFFFF;
}
a.white-link {
  color: #FFFFFF;
  font: 11px Arial,Verdana,Helvetica,Times;
  text-decoration: underline;
}
a.white-link:visited {
  color: #FFFFFF;
  font: 11px Arial,Verdana,Helvetica,Times;
  text-decoration: underline;
}
a.white-link:active {
  color: #FFFFFF;
  font: 11px Arial,Verdana,Helvetica,Times;
  text-decoration: underline;
}
a.white-link:hover {
  color: #FFFFFF;
  font: 11px Arial,Verdana,Helvetica,Times;
  text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 712px;
	font-size: 80%;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#strap {
	background-image: url(images/strap_bg.jpg);
	background-repeat: no-repeat;
	height: 146px;
}

#innerwrapper {
	background-image: url(images/bridging_slice.jpg);
	background-repeat: no-repeat;
}

#leftcol {
	float: left;
	width: 200px;
	margin-left: 25px;
}

#leftcol ul {
	list-style-type: none;
}

#leftcol ul li {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 200px;
	background-color: #0099FF;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 4px 0 4px 2px;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #534a41;
	color: #fff; 
}

#content {
	width: 440px;
	margin-left: 240px;
  padding-top: 5px;
  background: transparent;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}

h1 {
	font-size: 130%;
	padding: 10px 0;
}

#topline {
	color: #FF9900;
	font-family: "Times New Roman", Times, serif;
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
}

p {
	margin: 10px 0;
	line-height: 125%;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	margin-left: -1px;
	clear: both;
}

#footer p {
	font-size: 95%;
	float: right;
	color: #FFFFFF;
	padding: 10px 30px 0 0;
}

.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 2px 0;
}


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
  margin: 0px;
  padding: 0px;
  width: 198px;
  list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 102%;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
  position: relative;
  border: 1px solid #000000;
  display: block;
  background: #C70707;
  /*background: url(images/Golden-Web-Tips-Silver-Coin.gif);*/
  margin-bottom: -1px;
}
.menulist ul>li:last-child {
  margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
  display: block;
  padding: 3px;
  color: #ffffff;
  text-decoration: none;
}

/* List items: 'hover' is mouseover, 'highlighted' are parent items to visible menus. */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  color: #000000;
  background: #D7D7D7;
  display: block;
}
.menulist a.highlighted {
  color: #000000;
  background: #D7D7D7;
  display: block;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
  float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
  float: left;
  height: 1%;
}
* html .menulist a {
  height: 1%;
}
/* End Hack */

.paragraph {
  padding: 5px 0px 0px 0px;
  text-align: justify;
}
input.btn {
  color: #333;
  font-family: 'trebuchet ms',helvetica,sans-serif;
  font-weight: bold;
  border: 2px solid;
  border-top-color: #999;
  border-left-color: #999;
  border-right-color: #666;
  border-bottom-color: #666;
  background: #ddd;
  /* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc'); */
}
input.btnhov {
  border-top-color: #FF9A32;
  border-left-color: #FF9A32;
  border-right-color: #0099FF;
  border-bottom-color: #0099FF;
}
