body {
	color:#666666;
	background:#FFFFFF;
	margin:9px auto;
	padding:0;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

.hide {
	display: none;
}

.separator {
        clear: both;
        height: 0;
}

A:link { 
	color:#999999; 
	text-decoration:none; 
}

A:visited { 
	color:#999999; text-decoration:none; 
}

A:visited:hover { 
	color:#6C8EFF; text-decoration:underline; 
}

A:hover { 
	color:#6C8EFF; 
	text-decoration:underline; 
}

A:active { 
	color:#999999; 
	text-decoration:none; 
}

A:active:hover { 
	color:#6C8EFF; 
	text-decoration:underline; 
}


#wrap{
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

#sidebar {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	text-align:left;
	width:150px;
	overflow: hidden;
}

#container{
	float:right;
	border-left:#CCCCCC 1px solid;
	padding: 0;
	width:600px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width:599px;
}
html>body #container {
      width:599px;
}

#leftColumn {
	float: left;
	text-align:justify;
	border: 0;
	margin: 0;
	padding:20px;
	width:299px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width:259px;
}
html>body #leftColumn{
      width:259px;
}

#rightColumn{
	float: right;
	text-align:justify;
	border: 0;
	margin: 0;
	padding:20px;
	width:299px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width:259px;
}
html>body #rightColumn{
      width:259px;
}

h3 {
	text-align:left;
	color:#6C8EFF;
	font-size:14pt;
	font-weight:bold;
}

#singleColumn{
	text-align:justify;
	border: 0;
	margin: 0;
	padding:20px;
	width:598px;
	voice-family: "\"}\"";
      voice-family: inherit;
      width:558px;
}
html>body #singleColumn{
      width:558px;
}

#title {
	height:120px;
	margin-top:30px;
	border-bottom:#CCCCCC 1px solid;
	text-align:right;
	font-size:10pt;
	color:#CCCCCC;
}

#footer {
	text-align:center;
	font-size:10px;
	height:30px;
	margin-top:10px;
	border-top:#CCCCCC 1px solid;
	text-transform:lowercase;
}

#navcontainer {
	border: 0;
	margin: 0;
	padding:0;
	width:150px;
	overflow:hidden;
}

#navlist {
	font: bold 12px Verdana, sans-serif;
	background:#F3F3F3;
	margin-left: 0;
	padding: 1px;
	width:148px;
	voice-family: "\"}\"";
      voice-family: inherit;
      width:146px;
}
html>body #navlist {
      width:146px;
}


#navlist li {
	list-style: none;
	margin: 0;
	border-top:#CCCCCC 1px solid;
	text-align: right;
}

#navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #F3F3F3;
	text-decoration: none;
}

#navlist li a:link { 
	color: #6C8EFF; 
}

#navlist li a:visited { 
	color: #999999; 
}

#navlist li a:hover {
	border-color: #FE3;
	color: #666666;
	background: #FFFFFF;
}

