/* Clarity CIS Style Sheet V1.0 Author: Clarity Software 2006 http://clarity.com.au */
/* FFBA00 loreto yellow, blue try 00549a or  #537eb9 purple = 7e599c red = a3202b green #006761*/
* {
padding: 0;
margin: 0;
}

body
{
text-align: center;
background-color: #F2F2F2;
font-family: Arial;
font-size: 10pt;
color: #707F90;
}

#container
{
width: 780px;
margin: 10px auto;
background-color: #fff;
color: #222 ;
border: 1px solid #ccc ;
line-height: 1.3em;
}
#logo
{
padding: 0em;
text-align: left ;
left: 0px ;
padding-top: 1em ;
padding-left: 1em ;
background-color: #fff ;
border-bottom: 0px solid gray;

}
#top
{
padding: 0em;
background-color: #fff ;
border-bottom: 0px solid gray;
height: 110px ;
border: 0px solid #ccc ;
}
#top h1
{
padding: 0;
margin: 0;
}

#leftnav p, #rightnav p { margin: 0 0 1em 1em ;}
h2.intab { margin: 0 0 0em 1.5em; color: #a4004d ;}
p { margin: 1em 1em 0em 0em;}
a.intab { margin: 1.5em 0 0em 1.5em; color: #a4004d ;}
#content  h1
{
font-size: 1.2em; 
margin: 1em 0em 1em 0em; /* top, right, bottom, left */
color: #0092AA  ;
border: 0px solid ;
font-weight: normal;
	font-family: Arial Baltic;
	
}

#content  h2,h3
{
font-size: 1.1em; 
margin: 1em 0em 1em 0em; /* top, right, bottom, left */
color: #666  ;
border: 0px solid ;
}

#leftnav
{
float: left;
width: 115px;
height: 600px ;
margin: 0;
margin-top: 1em ;
padding-top: 1em;
background: #fff ;
background-image:  url(images/xbk.gif);background-repeat: repeat;
border: 0px solid blue;
clear: both ;
}

#rightnav
{
float: right;
width: 40px;
margin: 0;
padding: 0em;
border-left: 0px solid blue;
}
#content
{
margin-left: 135px; /* this leaves 10px space from left side bar (130) */
border-left: 0px solid gray;
margin-right: 40px;
border-right: 0px solid gray;
padding: 0em;
padding-top: 1em;
text-align: left ;
border: 0px solid red ;
}
#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #666;
background-color: #fff;
border-top: 0px solid gray;
font-size: 0.7em;

}

table {
border-collapse: collapse;  
border-style: none; 
border: 0px solid #ccc ; 
margin-top: 0; 
margin-left: 0px; 
background-color: #fff ;
}
td { font-size: .8em; border-bottom: 0px solid #ccc ;  color: #222 ; margin: 0px ; padding: 0px 10px 0px 0px; }
/* links on page */
a {text-decoration: underline ; f\ont: arial ; font-weight: bold; font-size: 0.9em ; color: #597b7c ;}
a:hover { text-decoration: underline; color: #222 ;}

ul {
line-height: 1.5em;
margin: 0.5em 0 0 1.5em;
padding: 0;
list-style-image: url(images/bullet.gif);
list-style-type: square;
}

#logo p
{
font-size: .9em; 
margin: 1em 5em 0em 12em; /* top, right, bottom, left */
color: #666  ;
border: 0px solid ;
}

/* http://www.projectseven.com/tutorials/css/uberlinks/index.htm  */
#navlist
{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /* doesn't work here! do below! turns off display of bullet*/
text-transform: uppercase ;
background-color: #597b7c;  /* #537eb9 = loreto light blue  #a3202b = maroon/red */
}
#navlist li {
float: left;
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
white-space: nowrap;
}
#navlist ul {
margin: 0;
padding: 0;
}
#navlist a, #navlist a:visited 
{
display: block;
padding: 4px 4px 4px 14px;
border-bottom: 1px solid;
border-color: #ddd #eee #eee #ddd;
background-color: #fff ; /* #537eb9 = loreto light blue  #a3202b = maroon/red */
background-image:  url(images/bk.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #666;
text-align: left ;
font: bold 8pt arial ;
/* font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; */
text-decoration: none;
height: 1em ;
width: 100% ;
}
#navlist a:hover {
background-color: #0092AA ; /*  #26458a loreto dk blue */
background-image:  url(images/bk.gif);
color: #fff !important;
}
#leftnav #navlist .uberlink {
background-color: #ccc ;
background-image:  url(assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #222 !important;
font-weight: bold;
cursor: default;
}

/* make sure text floats nicely around and image 
   see: http://www.tizag.com/cssT/float.php */
img.floatLeft { 
    float: left; 
    margin-right: 1em; /* make sure text clears right side nicely */ 
}
img.floatRight { 
    float: right; 
    margin-left: 10px; 
	border: 1px solid #eee ;
}


