   /*default element styles*/
* { padding: 0; margin: 0; }

body {
	margin: auto; 	padding: 0;
    font: normal 0.7em/1.2em Arial, sans-serif;
    letter-spacing: 0.05em;
	color: #444;
	text-align: center;
	background-color: #fff;	
    background-image: url('images/ornate-bg.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

a {
	color: #444;
    border-bottom: 1px dashed;
    padding: 0px;
    margin: 0px;
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
    text-decoration: none;	
	border-bottom: 1px solid;
}

h1, h2, h3 {
	color:#111;
	letter-spacing:-1px;
}
h1 { font-size: 148%; } 
h2 { font-size: 100%; }


p, h1, h2, h3 {
	padding: 0;
}

img {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}


/*table styles*/
table {
    width: 100%;
	border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;	
    background: transparent;
}

tr {
   
}

td {
	padding: 0px;
    border: none;
}


/*header*/
.header {
    width: 95%;
    min-width: 900px;
    max-width: 1250px;
}

.header-left {
    text-align: left;
    width: 23%;
    height: 159px;
    background-color: transparent;
    background-image: url('images/top-bg-left.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
}

.header-center {
    vertical-align: bottom;
    overflow: hidden;
    text-align: center;
    width: 48%;
    min-width: 450px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
}    

.header-right {
    text-align: left;
    width: 23%;
    height: 159px;
    background: url('images/top-bg-right.gif') center left no-repeat;
    background-attachment: scroll;
}

.header-content {
    width: 400px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto; 
}



/*content*/
.content {
    width: 95%;
    min-width: 900px;
    max-width: 1250px;   
    background-color: transparent;	
}

.content-left {
    text-align: left;
    width: 23%;
    background: transparent;
    background-image: url('images/green-bg-left.jpg');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: right;
}

.fade-left {
    width: 3%;
    background: transparent;
    background-image: url('images/fade-left.png');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: left;
 }

.content-center-wrap {
    background: #fff;
    padding-top: 10px;
    text-align: center;
    min-width: 450px;
    width: 48%;
}

.content-center {
    margin: auto;
    font: normal 100%/150% Verdana, Tahoma, sans-serif;
    background-color: #fff;	
}

.content-right {
    text-align: left;
    width: 23%;
    background: transparent;
    background-image: url('images/green-bg-right.jpg');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: left;
}

.fade-right {
    width: 3%;
    background: transparent;
    background-image: url('images/fade-right.png');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: right;
 }

.logo-image {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}
  


/*footer*/
.footer {
    width: 95%;
    min-width: 900px;
    max-width: 1250px;   
    height: 80px;
    margin-bottom: 20px;
}

.footer-left {
    text-align: left;
    width: 23%;
    background-color: #fff;
    background-image: url('images/footer-bg-left.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
}

.footer-center {
    vertical-align: bottom;
    overflow: hidden;
    text-align: center;
    width: 48%;
    min-width: 450px;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    margin-bottom: 10px;
}    

.footer-right {
    vertical-align: bottom;
    text-align: left;
    width: 23%;
    background-color: #fff;
    background-image: url('images/footer-bg-right.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left;
}

.footer-content {
    color: #777;
    position: relative;
    bottom: 40px;
    width: 350px;
    margin: 0 auto;
    text-decoration: none;
    border: 0px;
}

.footer-content a {
    text-decoration: none;
    border-bottom: 0px;
    color: #777;
     }
     
.footer-content a:hover {
    text-decoration: underline;
    border-bottom: 0px;
     }


.right-nav-content a, .left-nav-content a {
    border-bottom: 0px;
    }
    
.right-nav-content a:hover, .left-nav-content a:hover {text-decoration: underline; }
    
.right-nav {
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 8%;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 1px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 1px;
    text-align: right;
    clear: left;
    line-height: 148%;
    letter-spacing: 1px;
}

#active-right, .right-nav:hover {
    background: url('images/nav-bg-right.png') top right;
}

.left-nav {
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 8%;
    margin-left: 20px;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 7px;
    padding-left: 1px;
    padding-right: 10px;
    text-align: left;
    clear: right;
    line-height: 148%;
    letter-spacing: 1px;
}

#active-left, .left-nav:hover {
    background: url('images/nav-bg-left.png') top left;
}

img.float-right {
    margin: 5px;
    margin-top: 6px;  
    float: right;
    clear: right;
    max-width: 85px;
    width: 20%;
    height: 20%;
    border: 1px solid black;
}

img.float-left {
    margin: 5px;
    margin-top: 6px;  
    float: left;
    clear: left;
    max-width: 85px;
    width: 20%;
    height: 20%;
    border: 1px solid black;
}

body:first-of-type img.float-left, img.float-right {width: 50px; height: 50px; }

.sidebar-title {
    color: #000;
    font-weight: bold;
}

.left {
    margin:0 auto 0 0;
    float: left;
    text-align: left;
}

.center {margin:0 auto;}

.right {
    margin:0 0 0 auto;
    float: right;
    text-align: right;
}

.copyright {
    color: #777;
    font-size: 9px;
    letter-spacing: 0px;
}

.browser {
    height: 15px;
    background: #424240;
    color: #fff;
}

.browser a{
    color: #fff;
}

.nav-item-title {
    font-weight: bold;
    text-align: center;
}

.content-top {
    margin-top: 0px;
    min-height: 80px;
    background: url('images/content-top-bg.jpg') repeat-x;
    background-position: top;
    background-color: #fff;
    padding: 0px;
    vertical-align: top;
    text-align: left;
}
.content-middle {
    background: url('images/content-bottom-bg.jpg') repeat-x bottom right;
    padding: 0px;
}

.content-bottom {
    margin-top: 10px;
    min-height: 80px;
    background: url('images/content-bottom-bg.jpg') repeat-x;
    background-position: bottom;
    background-color: #fff;
    padding: 5px;
    vertical-align: baseline;
    line-height: 150%;
}

.print-icon {
    height:15px;
    width: 15px;
    border: none;
    margin: auto;
}

.bold {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.bold-italic {
    font-weight: 800;
    font-style: italic;
}

.text-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.submenu-container {
    vertical-align: top;
}

.content-table {
padding: 8px;
width: 49%;
margin: 0 auto;
}

footer-links a {
border-bottom: none;
text-decoration: none;
}

.content-img {
width: 87.5%;
height: 87.5%;
}

.floating-footer {
position: fixed;
bottom: -1px;
z-index: 9999;
height: 18px;
width: 100%;
background: #424240;
border: 1px solid #000;
color: #fff;
vertical-align: bottom;
 }
 
 .floating-footer a {
position: relative;
top: 2px;
color: #fff;
background: #444;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
margin-right: 3px;
border-bottom: 0px;
text-decoration: none;
 }
 
  .floating-footer a:hover, #footer-active {
background: #222;
text-decoration: none;
 }
 
 .plain-link, .plain-link:hover {
 text-decoration: none;
 border-bottom: none; 
 }
 
 
  .left-nav-content, .right-nav-content {display: inline; }
