@charset "utf-8";
/* CSS Document - creating for omview2.html for testing purposes*/

/*zero out margins and padding to force items to sit in top left corner of page*/
body 
{
margin: 0; 
padding: 0; 
font-family: Arial, Helvetica, sans-serif; 

color: #000; 
background-color: #fff; 
} 

a:link
{
color: #036;
}

a:visited
{
color: #066;
}

a:hover ,a:active 
{
color: #fff; 
background-color: #036; 
} 

div#banner
{
color: white;
background-color: #3366cc;
border-bottom: 1px solid #000;
} 

div#banner h1
{
margin: 0;
padding: .3em 0 .3em .5em;
font-size: 2.2em;
font-weight: normal;
} 

div#container /*left column */
{
background-image: url(leftcol.jpg);
background-position:left;
background-repeat: repeat-y;
} 

div#container2 /*right column*/
{
background-image: url(rightcol.jpg);
background-repeat: repeat-y;
background-position: right;
} 

div#navigation /*padding moves div down from top of page*/
{
float: left;
width: 150px;
padding-top: 2em;
} 

div#navigation ul /*set padding and margins to zero to be consistent across all browsers*/
{
list-style-type: none; 
padding: 0; 
margin: 0; 
} 

div#navigation ul li { margin-top: 8px; } /*adds space between each list item*/


/*style the a element*/

#navigation ul li a 
{

width: 135px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #000099;

background-repeat: repeat-y;
} 

#navigation ul li a:hover
{
color: #fff;
background-color: #ccc;
background-image: url(file:///C|/Documents%20and%20Settings/Kathryn/My%20Documents/CCT%20Website/Current/button.jpg);
background-repeat: repeat-y;
} 

div#more
{
float: right;
width: 160px;
margin: 0;
padding: 2em 10px 0 0;
color: #fff;
} 

div#more h3 /*margin-top setting fixes IE issue with margins*/
{
margin-top: 0;
color: #fff;
padding: .2em;
} 

div#content
{
margin-left: 190px;
margin-right: 200px; 
background-color: #FFFFFF;
line-height: 150%; 
} 

div#content table
{background-color:#CCCCCC;
font-size:12px;
line-height:normal} 

div#content h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;

} 



#cleardiv
{
clear: both;
height: 1em;
} 

div#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: right;
} 

div#footer ul 
{
padding: 0; 
margin: 0; 
list-style-type: none; 
} 

div#footer li /*puts footer list into one row*/
{
display: inline;
margin-right: 1em;
} 

