/* general fonts */

body,p,div,td {

font-family: arial;

font-style: normal;

font-size: 11px;

line-height: 130%;

}



ul{

font-size: 10px;

color: #ffffff;

}

ol{

font-size: 10px;

color: #ffffff;

}



/* headings */

h1,h2,h3,h4,h5 {

font-family: arial, helvetica, sans-serif;

color: #ffffff;

font-size: 10px;

}







/* normal title same as text size */

.title {

font-family: arial, helvetica, sans-serif;

color: #000000;/* black */

font-weight: normal;

font-size: 12px;

padding: 0.2em

}







/* footer */

.footer {

font-size: 12px;

color: #759214;                        /* lime green */

line-height: 150%;

text-align: center;

}





/* last update */

.lastupdate {

font-size: 12px;

color: #759214;

line-height: 150%;

text-align: center;

}



/* in text hyperlinks */

a:link {

 font-weight: normal;

 color: #000000;

 font-size: 12px;
 font-face: Arial;

 text-decoration: underline;

}

a:visited {

 font-weight: normal;

 color: #000000;

 font-size: 12px;
 font-face: Arial;

 text-decoration: underline;

}

a:hover {

 font-weight: normal;

 color: #000000;

 font-size: 12px;
 font-face: Arial;

 text-decoration: none;

}



/* top navigation menu */

.topnav {

height: 21px;

font-family: arial, helvetica, sans-serif;

font-size: 12px;

color:#ffffff;

}

.topnav a:link {

height: 21px;

font-size: 12px;

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

color: #ffffff;

border-right: 1px solid #ffffff;

padding-top: 5px;

padding-right: 10px;

padding-left: 10px;

}

.topnav a:visited {

height: 21px;

font-size: 12px;

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

color: #ffffff;

border-right: 1px solid #ffffff;

padding-top: 5px;

padding-right: 10px;

padding-left: 10px;

}

.topnav a:hover {

height: 19px;

font-size: 12px;

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

background: #7E98C7;

color: #FFFFFF;

border-right: 1px solid #ffffff;

padding-top: 5px;

padding-right: 10px;

padding-left: 10px;

}



.topnav-act {

height: 21px;

font-size: 12px;

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

background: #466BAF;        /* lime green */

color: #ffffff;

border-right: 1px solid #ffffff;

padding-top: 5px;

padding-right: 10px;

padding-left: 10px;

}

.topnav-act a:active {

height: 21px;

font-size: 12px;

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

background: #466BAF;

border-right: 1px solid #ffffff;

color: #ffffff;

padding-top: 5px;

padding-right: 10px;

padding-left: 10px;

}

.topnav-act a:link {

height: 21px;

font-size: 12px;

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

background: #466BAF;

color: #ffffff;

border-right: 1px solid #ffffff;

padding-top: 5px;

padding-right: 10px;

padding-left: 10px;

}

.topnav-act a:visted {

height: 21px;

font-size: 12px;

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

background: #466BAF;

color: #ffffff;

border-right: 1px solid #ffffff;

padding-top: 5px;

padding-right: 10px;

padding-left: 10px;

}

.topnav-act a:hover {

height: 19px;

font-size: 12px;

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

background: #759214;

color: #ffffff;

padding-top: 5px;

padding-right: 10px;

padding-left: 10px;

}



/* bottom navigation menu */

.bottomnav {

font-family: arial, helvetica, sans-serif;

font-size: 12px;

}

.bottomnav a:link {

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

color: #000000;                         /* lime green */

padding: 2px;

}

.bottomnav a:visited {

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

color: #000000;                         /* lime green */

padding: 2px;

}

.bottomnav a:hover {

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: underline;

color: #000000;                         /* white */

padding: 2px;

}

.bottomnav-act a:active {

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: underline;

color: #000000;                         /* white */

padding: 2px;

}

.bottomnav-act a:link {

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

color: #000000;                         /* lime green */

padding: 2px;

}

.bottomnav-act a:visted {

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: none;

color: #000000;                         /* lime green */

padding: 2px;

}

.bottomnav-act a:hover {

font-weight: normal;

font-family: arial, helvetica, sans-serif;

text-decoration: underline;

background: #759214;        /* lime green */

color: #000000;                         /* white */

padding: 2px;

}







/* left navigation menu */

.leftnav1 a:link {

                display: block;

                                height:19px;

                 text-indent: 35px;

                white-space: nowrap;

                color: #FFFFFF;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg.gif");

                                background-repeat:no-repeat;

}

.leftnav1 a:visited {

                display: block;

                                height:19px;

                 text-indent: 35px;

                white-space: nowrap;

                color: #FFFFFF;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg.gif");

                                background-repeat:no-repeat;

}

.leftnav1 a:active {

                display: block;

                                height:19px;

                 text-indent: 35px;

                white-space: nowrap;

                color: #FFFFFF;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act.gif");

                                background-repeat:no-repeat;

}

.leftnav1 a:hover {

                display: block;

                                height:19px;

                 text-indent: 35px;

                white-space: nowrap;

                color: #FFFFFF;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act.gif");

                                background-repeat:no-repeat;

}







.leftnav1-act a:link {

                display: block;

                                height:19px;

                 text-indent: 35px;

                white-space: nowrap;

                color: #FFFFFF;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg.gif");

                                background-repeat:no-repeat;

}

.leftnav1-act a:visited {

                display: block;

                                height:19px;

                 text-indent: 35px;

                white-space: nowrap;

                color: #FFFFFF;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg.gif");

                                background-repeat:no-repeat;

}

.leftnav1-act a:active {

                display: block;

                                height:19px;

                 text-indent: 35px;

                white-space: nowrap;

                color: #FFFFFF;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act.gif");

                                background-repeat:no-repeat;

}

.leftnav1-act a:hover {

                display: block;

                                height:19px;

                 text-indent: 35px;

                white-space: nowrap;

                color: #FFFFFF;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act.gif");

                                background-repeat:no-repeat;

}





.leftnav2 a:link {

                display: block;

                                height:19px;text-indent: 45px;

                white-space: nowrap;

                color: #ffffff;

                                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_3.gif");

                                background-repeat:no-repeat;

}

.leftnav2 a:visited {

                display: block;

                                height:19px;text-indent: 45px;

                white-space: nowrap;

                color: #ffffff;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_3.gif");

                                background-repeat:no-repeat;

}

.leftnav2 a:active {

                display: block;text-indent: 45px;

                white-space: nowrap;

                color: #ffffff;

                                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act_3.gif");

                                background-repeat:no-repeat;

}

.leftnav2 a:hover {

                display: block;

                                height:19px;text-indent: 45px;

                white-space: nowrap;

                         color: #ffffff;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act_3.gif");

                                background-repeat:no-repeat;

}





.leftnav2-act a:link {

                display: block;

                                height:19px;text-indent: 45px;

                white-space: nowrap;

                              color: #ffffff;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act_3.gif");

                                background-repeat:no-repeat;

}

.leftnav2-act a:visited {

                display: block;

                                height:19px;text-indent: 45px;

                white-space: nowrap;

                        color: #ffffff;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act_3.gif");

                                background-repeat:no-repeat;

}

.leftnav2-act a:active {

                display: block;

                                height:19px;text-indent: 45px;

                white-space: nowrap;

                         color: #ffffff;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act_3.gif");

                                background-repeat:no-repeat;

}

.leftnav2-act a:hover {

                display: block;

                                height:19px;text-indent: 45px;

                white-space: nowrap;

                    color: #ffffff;

                text-decoration: none;

                width: 100%;

                                background-image:url("images/nav_bg_act_3.gif");

                                background-repeat:no-repeat;

}

.leftnav3 a:link {

                display: block;

                                height:19px;

                padding: 4px 4px 5px 4px;

                text-indent: 60px;

                white-space: nowrap;

                background-color: #ffffff;

                color: #57493A;                         /* sky blue */

                text-decoration: none;

                width: 100%;

                background-position: 0 -96px;

}

.leftnav3 a:visited {

                display: block;

                padding: 4px 4px 5px 4px;

                text-indent: 45px;

                white-space: nowrap;

                background-color: #ffffff;

                color: #57493A;                         /* sky blue */

                text-decoration: none;

                width: 100%;

                background-position: 0 -96px;

}

.leftnav3 a:active {

                display: block;

                padding: 4px 4px 5px 4px;

                text-indent: 45px;

                white-space: nowrap;

                background-color: #ffffff;

                                color: #ffffff; /* red orange */

                text-decoration: none;

                width: 100%;

                background-position: 0 -120px;

}

.leftnav3 a:hover {

                display: block;

                padding: 4px 4px 5px 4px;

                text-indent: 45px;

                white-space: nowrap;

                background-color: #ffffff;

                                color: #ffffff; /* red orange */

                text-decoration: none;

                width: 100%;

                background-position: 0 -120px;

}



.leftnav3-act a:link {

                display: block;

                padding: 4px 4px 5px 4px;

                text-indent: 45px;

                white-space: nowrap;

                background-color: #ffffff;

                                color: #ffffff; /* red orange */

                text-decoration: none;

                width: 100%;

                background-position: 0 -120px;

}

.leftnav3-act a:visited {

                display: block;

                padding: 4px 4px 5px 4px;

                text-indent: 45px;

                white-space: nowrap;

                background-color: #ffffff;

                                color: #ffffff; /* red orange */

                text-decoration: none;

                width: 100%;

                background-position: 0 -120px;

}

.leftnav3-act a:active {

                display: block;

                padding: 4px 4px 5px 4px;

                text-indent: 45px;

                white-space: nowrap;

                background-color: #ffffff;

                                color: #ffffff; /* red orange */

                text-decoration: none;

                width: 100%;

                background-position: 0 -120px;

}

.leftnav3-act a:hover {

                display: block;

                padding: 4px 4px 5px 4px;

                text-indent: 45px;

                white-space: nowrap;

                background-color: #ffffff;

                                color: #ffffff; /* red orange */

                text-decoration: none;

                width: 100%;

                background-position: 0 -120px;





/* forms fields */

select {

 font-family: arial, helvetica, sans-serif;

 font-size: 12px

}





textarea {

font-family: arial, helvetica, sans-serif;

color: #555555;

font-weight: normal;

font-size: 12px;

border-right: #0C479D 1px solid;

border-top: #0C479D 1px solid;

border-left: #0C479D 1px solid;

text-indent: 0px;

border-bottom: #0C479D 1px solid

}



input {

font-family: arial, helvetica, sans-serif;

color: #555555;

font-weight: normal;

font-size: 12px;

border-top-width: 1px;

border-left-width: 1px;

border-left-color: #0C479D;

border-right-width: 1px;

border-right-color: #0C479D;

border-bottom-width: 1px;

border-bottom-color: #0C479D;

border-top-color: #0C479D;

text-indent: 0px;

background-color: #ffffff;

}