/*

Screen layout: */

body {
padding:15px 0 0 0;
margin:0;
font:73% arial, sans-serif;
background:#ffffff url(images/background.gif);
color:#000000;
}

a {
color:#CCCCCC;
text-decoration:none;
text-transform: uppercase;
border-bottom:0px solid #505050;
}

a:hover {
color:#303030;
text-decoration:none;
text-transform: uppercase;
border-bottom:0px solid #505050;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
text-align:left;
display:block;
width:538px;
color: #CCCCCC;
background:#3b5a6a  top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
font-size:1.0em;
font-weight:bold;
text-transform: uppercase;
}

h3 {
text-align:right;
display:block;
width:140px;
background:#3b5a6a  top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
font-size:0.9em;
font-weight:bold;
text-transform: uppercase;
}


p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main*/

#container {
margin:0 auto 20px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#cecbcb;

}


/* Navitab menu */

#navitabs {
clear:both;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
text-transform: uppercase;
font-weight:bold;
font-size:1.1em;
background:#3b5a6a top right no-repeat;
}

.navitab:hover {
text-decoration:none;
text-transform: uppercase;
font-weight:bold;
background:#88afc2 top right no-repeat;
}


/* Header description */

#desc {
height:200px;
width:732px;
color:#ffffff;
padding:0;
background:#505050 url(images/front.gif) top left no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;

}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;

}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */

#main {
width:550px;
float:left;
padding:0 15px 0 0;
margin:0;
border-right:1px dashed #847a78;
}

/* Sidebar */

#sidebar {
width:150px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Footer */

#footer {
clear:both;
background:#3b5a6a;
padding:0;
margin:1;
border-top:0px dashed #847a78;
}

#footer a {
color:#000000;
}

#footer a:hover {
color:#a6b5d0;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
color:#000000;
background:#668dda;
padding:10px;
}

.sidelink {
text-align:left;
display:block;
width:140px;
background:#668dda  top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#a6b5d0; color:black; top right no-repeat;
text-decoration:none;
text-transform: uppercase;
border:none;
}

.hide {
display:none;
}