
body,
html {
    margin:0;
    padding:0;
    background:#fff;
    color:#000;
    min-height: 100%; margin-bottom: 1px;
	font-family: verdana;
	font-size: 10pt;
}

body {
    min-width:950px;
    }
#outerBox {
    margin:0 auto;
    width:930px;
	background: #cc3333;
	border-top: solid 20px;
	border-top-color:#000033;
	border-bottom: solid 20px;
	border-bottom-color:#000033;
	border-left: solid 50px;
	border-left-color:#000033;
	border-right: solid 50px;
	border-right-color:#000033;
	padding:5px;
	overflow:auto;
}
#innerBox {
    margin:0 auto;
    width:100%;
	background: #ffffff;
}
#sidebar {
    float:left;
    width:230px;
	padding: 5px;
	font-size: 8pt;
}
#sidebar a{
	color: #000000;
	text-decoration: none;
	margin-left: 40px;
}
.navHeader{
	color: #cc9933;
	font-size: 12pt;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 4px;
}
#tipBox{
	margin-top: 10px;
	border-top: double #dadada;
	border-bottom: double #dadada;
}
#tipBox h1{
	font-family: times;
	font-style: italic;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 4px;
	color: #999966;
}
#content {
    float:right;
	padding:10px;
    width:670px;
}

#content h1{
	font-family: times;
	font-weight: 500;
	color: #999966;
	background: url('/img/dots.gif') top center;
	background-repeat: repeat-x;
	background-position: center right;
}
#content h2{
	font-family: times;
	font-weight: 500;
	color: #cc9933;
	margin-bottom: 0px;
}
#content h3{
	font-family: times;
	font-weight: 500;
	color: #000033;
	margin-top: 8px;
	margin-bottom: 5px;
	border-bottom: solid 1px #dadada;
}
#content ul {
	float:left;
	margin: 10px 3px 5px 3px;
	padding:0;
}
#content li.image {
	float:left;
	margin:0;
	width:125;
	padding:0px 10px 0px 0px;
	list-style-type: none;
	display: inline;
	text-align: center;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
#content li.description {
	float:left;
	margin:0 0 0 0;
	padding:0 4px 0 2px;
	font-size:11px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	list-style-type: none;
	font-weight: none;
	display: inline;
	color:#000;
}
#content li.description h1{
	font-family: vedana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 14pt;
	background: none;
}
.divider {
	border-top: solid #dadada 1px;
}
.more {
	float: right;
	color: #cc9933;
	text-decoration: underline;
	margin-bottom: 10px;	
}