body {
	margin: 0;
	padding: 0;
}
#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}
a:link, a:visited {
  text-decoration:  underline;
  font-weight: normal;
  border: none;
  color: #000040;
}
a:hover {
  text-decoration:  none; 
  font-weight: normal;
  border: none;
}
h2, h3 {
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
p,td {
	margin-top: 0;
        color: #000040;
        font-family: Trebuchet MS; 
        font-size: 14px;
}
.mainlevel {
}
a.mainlevel:hover {
  text-decoration:  none;
  font-weight: bold;
  color: #011B1B;
}
.sublevel {
        font-size: 11px;
        font-weight: bold;
}
a.sublevel:hover {
    text-decoration: none;
    font-weight: normal;
    color: #011B1B;
}
#active_menu {
	font-weight: bold;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 185px solid #FEEFD0; /* left column background */
	border-right: 180px solid #ffffff; /* right column background */
	background-color: #FCFDFE;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
        border-left: 1px dotted #CCCCCC;
}
#header {
        padding-top: 15px;
        padding-bottom: 25px;
        height: 85px;
        color: #FEDBA5;
        border-bottom: 1px solid #cccccc;
        background: url(../images/logo.png) no-repeat;
	background-color: #FFE3A5; 
        background-position: 0px 15px; 
}

#side1 {
width: 150px;                      /* left column width */
	margin-left: -165px;               /* negative left column width */
	float: left;
	position: relative;
	z-index: 10;
        padding-left: 5px;
	padding-right: 10px;
        padding-top: 10px;
	background: transparent;
	padding-bottom: 10px;
}
.module {


}

#side1 h3 {
	width: 145px;
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 145px;
	background-color: #F1F3F5;
	border: 1px inset #000080;
}
#side1 ul {
	width: 145px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side1 li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #FFD781;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #015150;
	background-color: transparent;
}
#side1 a:hover {
	color: #004040;
}
#side2 {
	width: 160px;                      /* right column width */
	margin-right: -160px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.2em;
}
#side2 p {
	padding-left: 10px;
}
.adbox {
	padding: 10px 2px 2px 2px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #B1B1B1;
	background-color: #FEEFD0;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;

}
#content h2,.contentheading,.componentheading {
        padding-top: 20px;
        margin-left: 10px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #004040;
	margin-left: 1em;
}
#contentpane {
	margin-left: 30px;
	margin-right: 2em;
        color: #000040;
        font-family: Trebuchet MS; 
        font-size: 14px;
}
#content p {
	margin-left: 10px;
	margin-right: 2em;
}
.contentpane {
        margin-left: 20px;
}
#footer {
	background-color: #AFDBF2;
        color: #000000;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #B1B1B1;
}
#footer p {
	padding-left: 1em;
}
.clear { 
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}
