/*Catalyst Site-Wide Style Sheet */

body {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 1em;
background-color:#FFFFFF;
} 

p {
font-size: 0.8em;
}


/*SECTION POSITIONS and spacings*/

#navbar {
background-color:#FFFFFF;
position:absolute;
left: 0;
top: 120px;
width: 100px;
text-align:left;
padding:2px;
}

#header {
background-image:url(images/tools.jpg); 
background-repeat:no-repeat;
background-position:bottom right;
}

#footer, #header, #main_content {
background-color:#FFFFFF;
border: dotted 1px gray;
margin-left:100px;
margin-right:100px;
margin-bottom:5px;
padding:3px;
}

#tools {
text-align:right;
margin-left:100px;
margin-right:100px;
margin-top:0;
}

#footer{
display:block;
text-align:center;
}

#strap {
background-color:#cccccc;
border: dotted 1px red;
height:12px;
margin-left:100px;
margin-right:100px;
padding:0;
font-size:0.6em;
text-align:right;
background-image:url(images/seeworld.jpg);
background-position:left;
background-repeat:no-repeat;
}


/*LINKS*/

.inlinelinks {font-size: 0.7em;}
.currentPage {font-weight:bold; color:red;}

a img {border-width:0;}
a:hover img {background-color:#FFFFFF;}

a:link {
text-decoration:none;
color:#000000; 
font-size: 0.7em;
}

a:visited {
text-decoration:none;
color:#333333;
font-size:0.7em;
}
a:hover {
text-decoration:none;
background-color:#CCCCCC;
font-size:0.7em;
}

a:active {
text-decoration:none;
color:#000000; 
background-color:#FF0000;
font-size: 0.7em;
}

/*HEADINGS - remove ones unused in final design!!*/
h1 {
font-size: 1em;
font-weight: bold;
color: #333333;
}

h2 {
font-size: 0.7em;
font-weight: bold;
text-align:right;
color: #000000;
}

h5 {
font-size:0.7em;
text-align:left;
font-weight:bolder;
color: #333333;
}

h6 {
font-size: 0.6em;
font-weight: bold;
text-align:right;
color: #333333;
}

