@charset "UTF-8";
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, p, a, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}

body {
	font: 11px Verdana, Geneva, sans-serif;
	background: url(../images/new/bgrnd.gif) repeat-x;
	color: #444;
	text-align: left;
}

h1 {
	font-size: 28px;
	color: #444;
	padding-top: 18px;
	padding-bottom: 5px;
	margin: 0px;
}

h2 {
	font-size: 20px;
	color: #555;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding-top: 5px;
}

ul {
	list-style: none;
}

li {
	padding-bottom: 9px;
	font-weight: bold;
}

ul li ul li {
	padding: 0px;
	font-style: italic;
	color: #777;
	font-weight: normal;
}

.selected {
	background: #444;
	color: #EEE;
	font-weight: bold;
	padding: 2px 5px 2px 0px;
	margin: 0px 0px 0px 130px;
	font-size: 14px;
}

#wrapper {
	height: 600px;
	width: 1010px;
	overflow: hidden;
}

#leftCol {
	width: 290px;
	float: left;
	text-align: right;
	padding: 0px 60px 20px 20px;
}

#rightCol {
	padding-top: 45px;
	text-align: left;
	float: left;
	margin: 0px;
	width: 630px;
	
}

#showCase1 {
	padding: 0px;
	margin-top: 20px;
	overflow: visible;
}

#desc {
	font-size: 10px;
	color: #777;
}

#navigator {
	width: 250px;
}

.titletxt {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	text-align: center;
}

a, a:link {
	color: #663;
	text-decoration: none;
	text-transform: uppercase;
}

a:visited {
	color: #663;
	text-decoration: none;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #444;
}

a:focus {
	color: #000;
}

a:active {
	color: #000;
}

.clearFloat {
	clear: left;
	display: block;
}


