@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2C2A2B;
}


table#shell {
	border: 0;
	width: 100%;
}
table#shell td#shell-left {
	padding: 0;
	background-image: url(images/lvd_leftbg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
table#shell td#shell-left table#left-img{
	background-image: url(images/lvd_leftimg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	width: 100%;
}
table#shell td#shell-center {
	padding: 0;
	width: 901px;
	vertical-align: top;
}
table#shell td#shell-right {
	padding: 0;
	background-image: url(images/lvd_rightbg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
table#shell td#shell-right table#right-img {
	padding: 0;
	background-image: url(images/lvd_rightimg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
}

.lvd p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.lvd #legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 300px;
	font-weight: bold;
	line-height: 18px;
}
.lvd #homemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}
.lvd #homemenu a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.lvd #homemenu a:hover {
	color: #000000;
	text-decoration: underline;
}
.lvd li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.lvd #container {
	width: 901px;
	text-align: left;
	background-image: url(images/lvd_ctrbg.gif);
	background-repeat: repeat-y;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.lvd #header {
	background-color: #DDDDDD;
	background-image: url(images/lvd_hdrbg.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 901px;
	padding: 0;
	margin: 0px;
} 
.lvd #pageTitle {
	width: 230px;
	height: 50px;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/lvd_pageTitleMain.gif);
}
.lvd #pageTitleMain {
	width: 230px;
	height: 50px;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/lvd_pageTitleMain.gif);
}
.lvd #pageTitleAbout {
	width: 230px;
	height: 50px;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/lvd_pageTitleAbout.gif);
}
.lvd #pageTitleCapable {
	width: 230px;
	height: 50px;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/lvd_pageTitleCapable.gif);
}
.lvd #pageTitleMedia {
	width: 230px;
	height: 50px;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/lvd_pageTitleMedia.gif);
}
.lvd #pageTitleContact {
	width: 230px;
	height: 50px;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/lvd_pageTitleContact.gif);
}
.lvd #sidebar {
	width: 210px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	float: left;
}
.lvd #sidebar #menu {
	margin: 0px;
	padding: 0px;
}
.lvd #sidebar #menu a#button {
	display:block;
	width:210px;
	height: 24px;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	color: #333333;
	background: url('images/lvd_menubtn.gif') 0 0 no-repeat;
	text-decoration: none;
	text-indent: 20px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
}
.lvd #sidebar #menu a:hover#button {	
		background-position: -210px 0;
		color: #000000;
}
.lvd #sidebar #menu a:active#button {
		background-position: -420px 0;
		color: #33CCFF;
}
.lvd #sidebar #menu a#sub-button {
	display:block;
	width:210px;
	height: 12px;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	color: #333333;
	text-decoration: underline;
	text-indent: 20px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
}
.lvd #sidebar #menu a:hover#sub-button {	
		color: #000000;
}
.lvd #sidebar #menu a:active#sub-button {
		color: #33CCFF;
}
.lvd #pageLinks {
	width: 671px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url(images/lvd_linkbg.gif);
	background-repeat: no-repeat;
	float: left;
	clear: right;
} 
.lvd #pageLinks a {
	display:block;
	height: 30px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lvd #pageLinks a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
.lvd #pageLinks a#main {
	width:100px;
	float: left;
}
.lvd #pageLinks a#about {
	width:120px;
	float: left;
}
.lvd #pageLinks a#capable {
	width:180px;
	float: left;
}
.lvd #pageLinks a#media {
	width:150px;
	float: left;
}
.lvd #pageLinks a#contact {
	width:121px;
	float: left;
}
.lvd #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 611px;
	top: 150px;
	float: left;
	margin-left: 0px;
} 
.lvd #footer {
	padding: 0;
	background-image: url(images/lvd_ftrbg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 120px;
	width: 901px;
} 
.lvd #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.mainlinks {
	font-size: 12px;
}
.lvd h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.lvd h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.lvd img#box {
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.lvd #bio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lvd #bio a, a:hover a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#0066CC;
}
