/* Generic Selectors */ 

body { 
font-family: Trebuchet MS, Arial, Helvetica, Verdana; 
font-size: 8pt; 
color: #5e5e5e; 
background-color: #d5e4e4; 
}

h1 {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-size: 10px;
color: #5c5c5c;
font-style: italic;
text-transform: lowercase;
border-bottom:#6c6c6c 1px dotted;
padding-left: 7px;
padding-right: 7px;
margin-left: 12px;
margin-right: 12px;
} 

h2 {
font-family: Arial, Helvetica, Verdana;
font-size: 10px;
color: #627677;
text-transform: uppercase;
border-bottom:#5b5173 1px dotted;
padding-left: 10px;
margin-left: 8px;
margin-right: 8px;
text-align: right;
}

h3 {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-size: 9px;
color: #5c5c5c;
font-style: italic;
text-transform: lowercase;
border-bottom:#6c6c6c 1px dotted;
padding-left: 7px;
padding-right: 7px;
margin-left: 12px;
margin-right: 12px;
}

/**************** Pseudo classes ****************/

.normal {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-weight:normal;
font-size: 10px;
color: #6b6b6b;
padding-left: 7px;
padding-right: 7px;
margin-left: 6px;
margin-right: 6px;
} 

.up {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-weight:normal;
font-size: 9px;
color: #79b9bb;
text-align: center;
} 

.picture {
border: 6px solid #cbd9d9;
margin: 2px; 
text-align:left;
}

.icon {
margin: 2px; 
text-align:left;
}

.banner {
border: 6px solid #cbd9d9;
margin: 2px; 
text-align:left;
}

.picture:hover {
border: 6px solid #f3f5ea;
margin: 2px; 
text-align:left;
}

.picture2 {
margin: 2px;
text-align: center;
border: 0px;
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-weight:normal;
font-size: 10px;
}

.picture3 {
margin: 2px;
border: 0px;
}

a:link { 
color: #7d93a7;
text-decoration: none; 
cursor: pointer; 
}

a:visited { 
color: #7d93a7;
text-decoration: none; 
cursor: pointer;
}

a:hover { 
color: #f3f5ea; 
text-decoration: none; 
cursor: pointer;
}

a:active { 
color: #f3f5ea;
text-decoration: none; 
cursor: pointer;
}

/************************* DIVs *************************/ 

div#header {
z-index:1; 
position: absolute; 
top:0px; 
left:50px; 
right:20px; 
width:700px; 
height:438px; 
background-color: #e9e9e9;
}

div#maincontent {
z-index:2; 
position: absolute; 
top:438px; 
left:50px; 
right:20px;
width:680px; 
height:2262px; 
padding-left:10px; 
padding-right:10px; 
background-color:#e9e9e9;
}

div#column {
z-index:3; 
position:absolute; 
top:0px; 
left:750px; 
right:20px; 
width:180px; 
height:2675px; 
padding-left:10px; 
padding-right:10px; 
padding-top:25px;
background-color:#f6f6f6;
}