html, body {
/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	font-family: Verdana;
	font-size: 10pt;
	color: #333;
	padding: 0;
	margin: 0;
	background-color: #98b7d1;
}

#container {
	width: 760px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#header {
	width: 760px;
	height: 120px;
	position: relative;
	float:left;
}

#contentBox {
   float: left;
	width: 760px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	text-align: left;
	min-height: 300px;
	position: relative;
	top:-4px;
}

* html #leftColumn {
	height: 300px;
}

#leftColumn {
   background-image: url(../images/left_side_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	position: relative;
	width: 160px;
	float: left;
	min-height: 300px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	color: white;
}

#leftColumn p{
  color: white;
  width: 160px;
  min-height: 300px;
  background-image: url(../images/nav_contact_pic.jpg);
  margin-top: 0px;
  padding-left: 1px;
  font-size: xx-small;
  font-style: italic;
}

#leftColumn a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

* html #content {
	height:300px;
	width: 600px;
}

#content {
	text-align: left;
	padding: 0px 10px 0px 0px;
	position: relative;
	float:left;
	width: 590px;
	background-color: White;
	min-height: 300px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #c80000;
	padding-bottom: 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

* html #bubblespace {
	padding-right: 20px;
}

* html .bubbles {
	position: absolute;
	width:18px; 
	height:18px;
	padding-right: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/favicon.png');
}

#footer {
	padding-top:5px;
	width: 760px;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
}

#footer a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #c80000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #c80000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:active {
	color: #c80000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#footercbs {
	color: #fff;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 10px;
}

#footercbs a {
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
} 

#footercbs a:hover {
	text-decoration: none; 
	font-family: Verdana;
	color: #ee7700;
	font-size: 9px;
	font-weight: bold;
}

#footercbs a:visited {
	color: #ee7700;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
} 

#footercbs a:active {
	text-decoration: none; 
	font-family: Verdana;
	color: #ee7700;
	font-size: 9px;
	font-weight: bold;
}
