.devnote {
	color: #dd0000;
	font-weight: bold;
}

body {
	background-color: #0F0D0D;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.bgWhite {
	background-color: #fff;
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -394px;
}
#contentCorner {
	position: absolute;
	top: 66px;
	right: 163px;
}
#nav {
	position: absolute;
	left: 172px;
	top: 36px;
}
#subnav {
	position: absolute;
	left: 0px;
	top: 76px;
}

#backgroundRight {
	 background-image: url(../imgs/inside-right-background.gif);
}
#backgroundRightPink {
	 background-image: url(../imgs/inside-right-pinkbackground.gif);
}
#backgroundRightBeige {
	 background-image: url(../imgs/inside-right-beigebackground.gif);
}
#backgroundRightBlue {
	 background-image: url(../imgs/inside-right-bluebackground.gif);
}

.rightContent {
	margin: 5px;
	margin-bottom: 20px;
}
.rightContent P {
	font-size: 10px;
}
#rightContentPink {
	margin-bottom: 100px;
}
#mainContent {
	margin: 35px 30px 10px 10px;
}

P {
	line-height: 1.4em;
}
UL {

}
LI {
	margin-bottom: 6px;
	line-height: 1.4em;
}
H1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

IMG {
	border: 0;
}

a:link {
	color: #247690;
}
a:visited {
	color: #247690;
}

#dvmd-table {margin:0 auto; padding:0; text-align:center; color:#333}
#dvmd-table th { height: 50px; padding: 10px 15px; vertical-align: center; }
#dvmd-table td { height: 25px; padding: 10px 15px; vertical-align: center; }
#dvmd-table a:hover {color:#333}
#dvmd-table img {margin:0 auto}
#dvmd-table .blank {background:#fff}
#dvmd-table .spec {font-weight:bold}
#header-feature { background: #fff url(img.png) no-repeat; }
#header-dvmd1 { background: url(img.png) no-repeat; }
#header-dvmd1x { background: url(img.png) no-repeat; }
#header-dvmd14 { background: url(img.png) no-repeat; }
.feature { background-color: #d5e4bc; }
.dvmd1 { background-color: #c1dcb7; }
.dvmd1x { background-color: #bad6c8; }
.dvmd14 { background-color: #bbd3dc; }
.odd {background-color: rgba(255, 255, 255, .25); }