body {
	font-family:Georgia, "Times New Roman", Times, serif; /*:Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight:800;
	color:#313131;
	background-color: #81230A; 
}

div#wrapper {
	position:relative;
	width: 850px;
	margin: 0 auto;
}

div#banner {
	position: relative;
	background:url(images/uwd_logo.png) center no-repeat;
	height:100px;
	width:81%;
	left:9.5%;
	display:block;
	padding-bottom: 15px;
}

div#hr {
	position: relative;
	background:url(images/uwd_hr.jpg) center repeat-x;
	height:2px;
	width:80%;
	left:10%;
	display:block;
	padding-bottom: 25px;
}

div#menu {
	position:absolute;
	float:left;
	width:100%;
	height:35px;
	left:0;
	margin:0;
	padding:0;
	line-height:normal;
}

div#menu ul {
    margin:0;
	padding:0;
    list-style:none;
}

div#menu li {
    float:left;
    margin:0 2px 0 0;
    padding:0 0 0 10px;
	background:url("images/rnd_tab_silver_left2.gif") no-repeat left top;
}
	
div#menu a {
    display:block;
	background:url("images/rnd_tab_silver_right2.gif") no-repeat right top;
    padding:5px 10px 5px 0px;
	text-decoration:none;
	color: #000000;
	font-weight:bold;
	font-size:14px;
}	

div#menu a:hover {
	color:#FF0000;
}

div#menu li#current {
    background:url("images/rnd_tab_silver_left_on.gif") no-repeat left top;
}

div#menu li#current a {
    background:url("images/rnd_tab_silver_right_on.gif") no-repeat right top;
}
	

div#mainBody {
	background:url(images/background_gradient.gif) repeat-x bottom;
	position:relative;
	top:24px;
	width:850px;
	background-color:#f1edee;
}

#sectionTitle {
	width:100%;
	display:block;
	text-align: center;
	padding-top: 10px;
	font-size: 2em;
	border-bottom:1px solid #999;
}

div#scrollingContent {
	position:relative;
	height:600px;
	width:100%;
	overflow:scroll;
}

div#leftColumn {
	height:100%;
	width:20%;
	position:relative;
	float:left;
	border-right:1px solid #999;
}

div#rightColumn {
	height:100%;
	width:79%;
	position:relative;
	float:left;
}

div#leftColumn ul, div#rightColumn ul {
	list-style: none;
}

div#rightColumn ul li {
	line-height:1.5em;
}

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
*/

#tlc, #trc, #blc, #brc {
	background-color: transparent;
	background-repeat: no-repeat;
}

#tlc {
}

#trc {
	display:none;
	position:absolute;
	top: 0;
	right: 0;
}
	
#blc {
	position:absolute;
	bottom: 0;
	left: 0;
}

#brc {
	position:absolute;
	bottom: 0;
	right: 0;
}

div#mainBody p {
	line-height:1.5em;
	padding: 0 10px;
}

div.spacer {
	clear: both;
}

.headerSpace {
	margin-top: 10px;
}
.footerSpace {
	padding-bottom: 10px;
}

.bodyImgLeft, .bodyImgRight {
	position:relative;
	display:block;
	margin:5px 10px;
	float:left;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #535353 solid;
	border-bottom: 1px #535353 solid;
}

.bodyImgRight {
	float:right;
}

a.embedded {
	text-decoration:none;
	border-bottom:1px dashed #FF0000; 
	color:#000000;
}

a.embedded:hover {
	color:#FFFFFF;
	border-bottom-style:none;
	background-color: #81230A; 
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.center {
	display:		block;
	margin: 		0 auto;
	text-align: 	center; 
}

ul#products li {
	list-style: none;
	padding-bottom: 15px;
	padding-top: 10px;
	width:	90%;
	clear:both;
}

.listTitle {
	font-size:	1.25em;
	font-weight:bold;

	position:relative;
	display:block;
	margin:5px 10px;
	padding-right: 5px;
	float:left;
/*	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #535353 solid;
	border-bottom: 1px #535353 solid;
*/
}
