body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}
body {
	background-color: #000;
	margin: 0;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #999;
}
a:hover  {
	color: #F00;
}
a:active {
	color: #900;
}
img {
	border-color: #ccc;
}
a:hover img {
	border-color: #f00;
}

h2 {
	font-size:medium;
	font-weight:bold;
	color:#990000;
	margin-bottom:5px;
}
p {margin:5px 0px;}

#sitecontainer {
	height: 100%;
	width: 100%;
}
#nav {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	font-weight: bold;
	background-color: #000;
      }
    #nav ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
      float:left;
      background:url(..images/navtab-left.gif) no-repeat left top;
      margin:0;
      padding:0;
      text-decoration:none;
      }
    #nav a span {
      float:left;
      display:block;
      background:url(../images/navtab-right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#FFF;
      }
    #nav a:hover {
      background-position:0% -42px;
      }
    #nav a:hover span {
      background-position:100% -42px;
      }
#header {
	background-color: #333;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	height: 63px;
	width: 100%;
}
#graybar {
	background-color: #333;
	background-image: url(../images/graybar-bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 100%;
	margin-bottom: 5px;
}
 
#leftcolumn {
	font-size: 90%;
	float: left;
	height: 100%;
	width: 130px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
}
.copy-heading1 {
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	color: #900;
	margin: 0;
	padding: 0;
}
.copy-heading2 {
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	color: #900;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
}
* html .copy-heading2 {padding-left: 0;}

.media_section {
	font-size: 89%;
	color: #333;
	float: left;
	width: 100%;
	margin: 0px 10px 10px;
	padding-bottom: 5px;
}
#footer {
	font-size: 80%;
	color: #999;
	background-color: #333;
	clear: both;
	width: 100%;
	margin-top: 30px;
}
*:first-child+html #footer {margin-top: 0;}
* html #footer {margin-top: 0;}

#mainbody {
	float: left;
	height: 100%;
	width: 40%;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.mb_section {
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
* html .mb_section {padding-left: 0;}

.mb_section2 {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
* html .mb_section2 {padding-left: 0;}

.testimonial {
	font-style: italic;
	padding: 5px;
	padding-bottom: 25px;
}
* html .testimonial {padding: 0; padding-bottom:25px;}

.testimonial span{
	font-style: normal;
	display: block;
	padding-top: 5px;
	margin-left: 15px;
}
#contactbody {
	float: left;
	height: 100%;
	width: 500px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.lc_section {
	font-size: 90%;
	background-color: #000;
	background-image: url(../images/windowbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	height: 20%;
	width: 100%;
	margin-bottom: 10px;
	border-top: 5px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.copy-bold {
	font-weight: bold;
}
.copy-italic {
	font-style: italic;
	font-size: 95%;
}
.lc_section-ie6-fix {
}
