
* {
margin : 0;
padding : 0;
}
body {
font-family : Verdana, Helvetica, sans-serif;
font-size : small;
text-align : center;
background-color : #dceda9;
}
div, p, img, a, td, ul, ol {
font-size : 1em;
}
ol {
margin-left : 1em;
padding-left : 1em;
}
ol li {
margin-left : 1em;
padding : 0 0 0.5em 0.3em;
list-style : decimal;
}
h1, h2, h3, h4 {
font-family : "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
font-weight : bold;
margin : 0.5em 0;
letter-spacing : 0.07em;
}
h1 {
border-color : white;
background-color : #D9EA2F;		
font-style : italic;
font-weight : bold;
font-size : 168%;
word-spacing : normal;
text-align : center;
margin : 0 1em 1em;
padding : 0;
}
h2 {
font-size : 164%;
}
h3 {
font-size : 145%;
}
h4 {
font-size : 118%;
letter-spacing : 0.15em;
}
p {
padding : 0 0 1em;
}
a, a:link {
text-decoration : none;
color : #69c;
border-bottom : 1px dotted #69c;
}
a:visited {
color : #669;
border-color : #669;
}
a:hover {
color : #693;
border-color : #693;
text-decoration : none;
}
a:active {
color : #c33;
border-color : #c33;
}
a img, img {
border : none;
}
ul {
list-style : none;
}
li {
list-style : none;
padding-left : 0.5em;
margin-bottom : 3px;
}
.clear {
clear : both;
height : 1px;
margin : -1px 0 0;
font-size : 1px;
}
#page {
width : 70em;
margin : auto;
text-align : left;
background-color : #f7f7f7;
}
#content {
float : left;
text-align : left;
width : 42em;
background-color : white;
margin-top : 6em;
margin-left : 1em;
padding : 1em;
}

#content1 {
float : left;
text-align : justify;
width : 66em;
background-color : white;
margin-top : 6em; 
margin-left : 1em;
padding : 1em;
}
#mjc {
height : 6em;
padding-right : 1em;
padding-bottom : 2em;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color : #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
text-decoration : none;
}
h2 a:hover, h3 a:hover {
color : #06c;
border-bottom : 1px dotted #06c;
}
h2.pagetitle {
margin-top : 30px;
text-align : center;
}
h4.date-header {
margin-top : 0;
padding-left : 14px;
font-size : 90%;
color : #f93;
background : url(images/date_icon.gif) no-repeat 0 50%;
}
blockquote {
margin : 0 0 0 30px;
padding : 10px 0 0 20px;
font-size : 88%;
line-height : 1.5em;
color : #666;
background : url(images/quotes.gif) no-repeat top left;
}
blockquote p {
margin-top : 0;
}
blockquote cite {
margin : 5px 0 0;
display : block;
}
code {
font : 1em/2.5em 'Courier New', Courier, monospace;
color : #444;
white-space : pre;
width : 350px;
height : auto;
overflow : auto;
display : block;
border : 1px solid #999;
border-width : 2px 0;
padding : 1em;
margin : 0 0 1em 0;
background-color : #fafafa;
}
li code {
width : 330px;
}
acronym, abbr, span.caps {
font-size : 90%;
letter-spacing : 0.07em;
cursor : help;
border-bottom : 1px dotted #3f3f3f;
}
.center {
text-align : center;
}
.alignright {
float : right;
}
.alignleft {
float : left;
}
hr {
display : none;
}
.error, .message {
padding : 12px;
color : red;
}
.message {
background-color : green;
}
#header {
position : relative;
background-color : #dceda9;
height : 101px;
margin-top : 15px;
}
#header h1 {
margin : 0;
padding : 45px 60px 45px 75px;
color : #fff;
}
#header h1 a {
text-decoration : none;
border-bottom : none;
color : #fff;
}
#header h1 a:hover {
color : #eee;
}
#ajaxSearch_form {
float : right;
margin-top : 2em;
margin-bottom : 2em;
margin-right : 2em;
}
.ajaxSearch_intro {
display : none;
}
.ajaxSearch_result {
border-bottom : 1px dotted #333;
padding : 10px;
}
.AS_ajax_result {
border-bottom : 1px dotted #333;
padding : 10px;
}
.ajaxSearch_resultLink {
margin : 0 10px;
}
.AS_ajax_resultLink {
margin : 0 10px;
}
.ajaxSearch_resultDescription {
padding : 15px;
}
.AS_ajax_resultDescription {
padding : 15px;
}
.ajaxSearch_extract {
margin-left : 15px;
padding : 10px;
background : #eee;
}
.AS_ajax_extract {
margin-left : 15px;
padding : 10px;
background : #eee;
}
.AS_ajax_highlight1 {
font-weight : bold;
background : #ff9;
color : red;
}
.ajaxSearch_highlight1 {
font-weight : bold;
background : #ff9;
color : red;
}
.post h3 {
margin-top : 0;
color : #f63;
}
#navlist li {
display : inline;
list-style-type : none;
padding-right : 1px;
}
#sidebar {
width : 18em;
float : right;
background-color : white;
font-size : 95%;
font-weight : bold;
color : #f63;
line-height : 1.4em;
margin-right : 1em;
padding : 1em;
}
#sidebar li a:link, #sidebar li a:visited {
display : block;
height : 1%;
background : #f1f1f1;
border-bottom : 1px solid #bbb;
}
#sidebar li a:hover {
background : #D9EA2F;
color : #333;
}
#footer {
background-image : url("img/mjc02.gif");
height : 70px;
margin-top : 3em;
margin-bottom : 1em;
padding : 0 0 1px 0;
font-size : 85%;
color : black;
}
#footer p {
text-align : center;
}
#footer a {
border-bottom : none;
}
#ml {
float : right;
padding-right : 1em;
font-weight : bold;
color : black;
}
#EmailForm {
width : 360px;
text-align : left;
padding-bottom : 20px;
border : none;
}
#EmailForm.full {
width : 100%;
}
fieldset {
border : none;
}
legend {
display : none;
}
#EmailForm h3 {
clear : both;
padding : 15px 0 5px;
font-size : 14px;
font-family : Helvetica, Arial, sans-serif;
color : #000;
font-weight : bold;
}
#EmailForm label, #EmailForm p {
display : block;
clear : both;
width : 310px;
font-size : 1em;
line-height : 1.5em;
padding : 0 0 9px;
}
#EmailForm input {
display : block;
margin-top : 3px;
}
#EmailForm select {
float : left;
display : block;
}
#EmailForm label.first, #EmailForm label.city {
clear : left;
margin-right : 10px;
width : 150px;
}
#EmailForm label.second, #EmailForm label.state {
float : left;
clear : none;
margin : 0 10px 0 0;
width : 150px;
}
#EmailForm label.state {
width : 60px;
}
#EmailForm label.first input, #EmailForm label.city input, #EmailForm label.second input {
float : left;
width : 150px;
padding : 0;
}
#EmailForm label.state select {
width : 60px;
float : left;
margin-top : 3px;
}
#EmailForm label.zip, #EmailForm label.zip input {
float : left;
width : 80px;
}
#EmailForm label.zip {
clear : none;
}
#EmailForm label {
float : left;
clear : left;
width : 310px;
margin : 0;
line-height : 1.5em;
}
#EmailForm label input {
float : left;
width : 310px;
padding : 0;
}
#EmailForm input.radio, #EmailForm input#radiobutton_1, #EmailForm input#radiobutton_2, #EmailForm input#radiobutton_3, #EmailForm input#radiobutton_4 {
clear : left;
float : left;
padding : 0;
margin : 0;
}
#EmailForm label.radio, #EmailForm label.radioitem {
clear : none;
margin : 0 0 0 25px;
padding : 0 0 15px;
}
#EmailForm input.checkbox, #EmailForm input#checkbox_1, #EmailForm input#checkbox_2, #EmailForm input#checkbox_3, #EmailForm input#checkbox_4 {
clear : both;
float : left;
padding : 0;
margin : 0;
}
#EmailForm label.checkbox {
clear : none;
margin : 0 0 0 25px;
padding : 0 0 15px;
}
#EmailForm label input, #EmailForm textarea {
border : 1px solid #ddd;
border-left-color : #c3c3c3;
border-top-color : #7c7c7c;
padding : 0 2px;
height : 18px;
line-height : 20px;
background : #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox, #EmailForm select {
border : 1px solid #ddd;
border-left-color : #c3c3c3;
border-top-color : #7c7c7c;
background-color : #fff;
}
#EmailForm textarea {
margin-top : 3px;
width : 383px;
height : auto;
display : block;
}
#EmailForm label input.calc {
text-align : right;
width : 100px;
clear : left;
padding : 0;
}
#EmailForm input.button {
float : left;
clear : left;
border : 1px solid #ddd;
border-left-color : #c3c3c3;
border-top-color : #7c7c7c;
background-color : #ebe9ed;
}
p img {
padding : 0;
max-width : 100%;
}
img.centered {
display : block;
margin : 0 auto;
}
img.alignright {
padding : 4px;
margin : 0 0 2px 7px;
display : inline;
}
img.alignleft {
padding : 4px;
margin : 0 7px 2px 0;
display : inline;
}
.MODX_RichTextWidget {
float : left;
}
.MODX_RichTextWidget a {
border : 0;
}
div#listmenu {
width : 80%;
float : right;
border-top : 1px solid #069;
border-bottom : 1px solid #069;
font-size : 1em;
background-color : #ccf;
margin-top : 20px;
margin-right : 2em;
}
div#listmenu ul {
margin : 0 0 0 19px;
}
div#listmenu li {
float : left;
list-style-type : none;
background-color : #ffa;
border-right : 1px solid #069;
}
div#listmenu li:first-child {
border-left : 1px solid #069;
}
div#listmenu li:hover {
background-color : #fff;
}
div#listmenu a {
padding : 0 6px;
text-decoration : none;
color : #069;
}
div#listmenu a:hover {
color : #f33;
}
div#anim1 {
float : left;
margin : 5px;
}
div#form {
float : right;
margin : 5px;
}
div.fd-example4 {
display : block;
font-size : 100%;
}
div.fd-example4 span {
display : block;
}
div.fd-example4 div.fd-file {
border-bottom : 1px solid #336699;
height : 4em; 
margin-top:10px;
}
div.fd-example4 div.fd-firstfile {
border-top : 1px solid #336699;
}
div.fd-example4 div.fd-file span.fdexp-info {
margin-left : 20px;
font-size : 100%;
margin-top : 0.3em;
}
div.fd-example4 img {
vertical-align : middle;
}
.ditto_summaryPost h3 {
border-bottom : 1px solid #ccc;
margin : 0 !important;
padding : 5px !important;
color : black;
}
.ditto_summaryPost .ditto_info {
background-color : #f8f8f8;
padding : 5px !important;
font-size : 0.8em;
color : black;
}
.ditto_link {
font-size : 76%;
text-align : right;
}
.ditto_paging {
border-top : 1px solid #ccc;
padding : 10px;
font-size : 86%;
color : #618100;
}
#ditto_pages .ditto_currentpage {
border : 1px solid #618100;
padding : 1px 5px 2px;
margin-right : 1px;
background-color : #9c0;
color : #fff;
}
#ditto_pages .ditto_off {
border : 1px solid #ccc;
padding : 1px 5px 2px;
margin-right : 1px;
color : #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
border : 1px solid #9c0;
padding : 1px 5px 2px;
margin-right : 1px;
text-decoration : none !important;
color : #618100;
}
#ditto_pages a:hover {
background-color : #fff;
color : #000;
}
#ditto_archivelist ul {
list-style-type : none;
margin-left : 15px;
padding-left : 0;
}
#ditto_archivelist ul ul {
list-style-type : square;
margin-left : 35px;
}
#ditto_archivelist .ditto_month {
font-weight : bold;
}
#content th, #content td, #content tr, #content table {
border-width : 1px;
border-style : ridge;
margin : auto;
border-color : silver;
}
#news th, #news td, #news tr, #news table {
border-style : none;
}
#news {
width : 20em;
float : right;
padding : 1em;
}

