@import (public.css);
@import (print.css);
@import (portlets.css);
@import (layout-3-col.css);
@import (layout-2-675-280.css);
@import (homepage-layout.css);

body {
    font: 69% Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
	margin: 0;
	padding: 0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}


#visualwrapper{
 text-align:left;
 width:955px;   
 margin-left:auto;
 margin-right:auto;
}

.thin
{
	width: 850px !important;
	overflow: hidden;
}

.visualContentWrapper{
    padding:0em 0 0 2em;
    margin:2em 2em 1em 10em;
    border-left:1px solid #bcbcbc;
}

table {
    font-size: 100%;
}
a {
    color: #ff5800;
    background-color: transparent;
}

p {
    margin: 0 0 0.75em 0;
    line-height: 1.5em;
}
p img {
    border: none;
    margin: 0;
}
hr {
    border: 0;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    margin: 0.5em 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #ff5800;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 0 0;
}
H6 { PAGE-BREAK-AFTER: ALWAYS; background-color: Gray;}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #ff5800 ! important;
    text-decoration: none;
}
h1 {
    font-size: 160%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 125%;
    border-bottom: none;
    font-weight: bold;
}
h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}
h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}
h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}
ul {
    line-height: 1.5em;
    padding: 0;
}
ol {
    line-height: 1.5em;
    padding: 0;
}
li {
    margin-bottom: 0.5em;
}
dt {
    font-weight: bold;
}
dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
abbr, acronym, .explain {
    border-bottom:1px solid #ccc;
    color: black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 4px solid #ccc;
    color: #ccc;
}
code {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: &dtml-fontColor;;
    background-color: #ccc;
    padding: 0 0.1em;
}
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    color: black;   
    overflow: auto;
}
ins {
    color: green;
    text-decoration: none;
}
del {
    color: red;
    text-decoration: line-through;
}
div.rounded div {
  height: 1px;
  overflow: hidden;
}

form{
    margin:0;
    padding:0;    
}


label{
    font-weight:bold;
}

.visualClear{
    clear:both;
}



