/* Defaults */
body {
    text-align: center;
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 11px;
    color: #000;
    background: #dcdcdc;
    padding: 0;
    margin: 15px 0 5px;
}

form {
    margin: 0;
    padding: 0;
}

/* Links */
a:link {
    color: #000099;
    background: inherit;
    text-decoration : none; 
    padding : 0;
    margin : 0;
}

a:visited {
    color: #000099;
    background : inherit; 
    text-decoration : none; 
}

a:hover {
    color: #000000;
    background : #f5f5f5; 
    text-decoration : underline; 
}

a:active {
    color: #999999;
    background : inherit; 
    text-decoration : none; 
}


/* Outer layer */

#outer {
text-align: left;
background: #fcfefc;
color: inherit;
border: 1px solid #000000;
margin: 0 auto;
padding: 0;
width: 760px;
}

/* Header */

.header {
background: #fff url(../images/ixanon_logo.png);
background-repeat: no-repeat;
background-position: top right; 
}

.logolink {
padding: 0;
}

 .logolink a {
background: inherit;
}

.hdr-links {
width: 230px;
text-align: center;
font-size : 10px; 
padding : 0;
margin: 0;
}

a.hdrnav:link {
color: #000099;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
}
a.hdrnav:visited {
color: #000099;
background : inherit; 
text-decoration : none; 
}
a.hdrnav:hover {
color: #000;
background : #fff; 
text-decoration : underline; 
}
a.hdrnav:active {
color: #999;
background : inherit; 
text-decoration : none; 
}

.hdr-links .access {
text-decoration : underline; 
color : #000; 
background : inherit;
}


/* Top Nav Bar */

.top-spacer {
height: 10px;
background: #4682B4;
color: #ffffff;
text-align: right;
font-size: 8px;
font-family: verdana, arial, tahoma, sans-serif;
border: solid #000000;
border-width: 1px 0;
}


/* Image Bar */

.image-bar { 
clear:both;
}

.title-img {
border: 1px solid #000; 
color: #ffffff;
background: #336600;
padding: 0 0 0 10px;
}

.section-title {
font-size: 16px;
font-weight: bold;
font-family: verdana, arial, tahoma, sans-serif;
}

.graphic-img {
border: 1px solid #000000;
}

.right-img {
border: 1px solid #000000;
}

.blank-img {
border: 1px solid #000000;
background: #fcce32;
}


/* Content Section */

.content {
padding: 10px 10px 10px 10px; 
margin: 0;
}


/* Main content box */
.content-box {
padding: 0;
margin: 0;
min-height: 350px;
}

.no-left-col {
width: 100%;
}

/* right content box */
.rhcol {
float: right;
width: 160px;
margin: 0 0 10px 15px;
background: #fcfefc;
color: #000000;
}
.rhcont {
border-left: 1px solid #000000; 
border-bottom:3px solid #000000;
background: #fafafa; 
}
.rnav-hdr {
background: #c5c6ac; 
color: #000000; 
font-family: verdana, tahoma, arial, sans-serif;
font-size: 12px;
font-weight:bold; 
border-bottom: 1px solid #000; 
border-left: 2px solid #000000;
margin: 3px 0; 
padding: 2px;
}

/* main content area */

.content-title { 
margin: 5px 10px 15px; 
font-size: 14px;
text-decoration: underline;
}

.content-box .cont {
margin: 10px 10px 15px 10px;
font-size: 11px;
line-height: 15px;
}

.content-box .cont-list {
margin: 2px 10px 5px 10px;
}

.content-box .sub-hdr { 
margin: 2px 10px 10px; 
font-size: 12px;
text-decoration: underline;
}

/* Bottom footer box */

.footer-col {
margin: 0 0 0 4px;
}

.footer-box {
border: 1px solid #000000; 
background:#343234;
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px;  
color:#ffffff;
padding: 0 0 0 15px;
}

.footer-box .cont1 {
margin: 8px 10px 5px 5px;
font-size: 11px;
line-height: 15px;
}
.footer-box .cont2 {
margin: 2px 10px 15px 5px;
font-size: 11px;
line-height: 15px;
}

.footer-box input {
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px; 
}

/* Copyright layer */

.copyright {
#background:#B4E342;
#background:#99cc33;
background:#4682B4;
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 10px; 
font-weight: bold; 
padding: 6px; 
border: solid #000000; 
border-width: 1px 0 0; 
}

.rh-ad {
padding: 10px 0;
}

/* Terms of use on front page */
.tou {
margin: 0 0 0 10px;
}


/* small*/
small.fsize {
font-size : 9px;
color : #999999;
background : inherit;
}

.code {
color :  #663300; 
background : #eeeeee;
font-family : verdana, arial, sans-serif; 
font-size : 11px;
line-height : 20px;
padding : 4px 10px;
margin : 10px 20px;
border : 1px dashed #999999;
}


/* Tool Tip */
.tip {
    cursor : help; 
    border-bottom : 1px dashed #555555; 
} 

