body {
width: 880px;
margin: 0 auto 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #e4e4e4 url(bg.png) top center repeat-y;
}

#vmiddle{
position: absolute;
top: 100px;
width: 880px;
margin: 0 auto 0 auto;
}

#centerpanel{
z-index=2;
width: 580px;
margin-top: 10px;
margin-left: 150px;
margin-right: 150px;
background: #ffffff;
color: #000000;
}

#leftpanel {
position: absolute;
top: 0;
z-index=-2;	
margin-top: 10px;
margin-left: 0px;
margin-right: 730px;
background: #ffffff;
color: #006699;
}

#rightpanel {
position: absolute;
top: 0;	
z-index=-2;	
width: 150px;
margin-top: 10px;
margin-left: 730px;
margin-right: 0px;
background: #ffffff;
color: #006699;
}


/* **************Content*************** */

#content {
margin: 10px 0px 10px 0px;
border-left: 1px solid #c1cce0;
border-right: 1px solid #c1cce0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h1 {
text-align: center;
font-size: 1.5em;
margin: 0 0 0.5em 0;
color: #0074a5;
}

#content img {
margin: 5px 10px 2px 5px;
border: 1px solid #c1cce0;
display:inline;
background: #cccccc;
float: left;
}

#content a {
text-decoration: none;
color: #000000;
font-weight: bold;
}

#content a:hover {
text-decoration: none;
color: #00355d;
}

/* ***************MENU**************** */

#menu {
margin: 0px 0px 10px 0px;
padding: 0px;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 145px;
margin: 10px 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #000000;
display: block;
padding: 6px 0 0 10px;
background: #ffffff;
border-left: 4px solid #c1cce0;
}	

#menu li a:hover {
background: #ffffff;
color: #00355d;
border-left: 4px solid #123270;
}

/* ***************************************** */
/* General side bars */

a {
text-decoration: none;
color: #3f4a4a;
}

a:hover {
text-decoration: none;
color: #000000;
/*font-weight: bold; */
}

a img {
border: 0;
}

h3{
text-align: center;
font-size: 1.25em;
margin: 0 0 0.5em 0;

}

/* ***************************************** */



#header {
position: absolute;
top: 0;
width: 880px;
height: 100px;
margin: 0 auto 0 auto;
border-bottom: 0px solid #c1cce0;
}
/* ***************************************** */
#footer {
clear: both;	
padding: 5px 0px 5px 0px;
border-top: 1px solid #c1cce0;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a{
color: #404040;
}

#footer a:hover{
color: #000000;
}

#footer img {
margin: 0px 0px 0px 0px;
border: none;
display:inline;
background: #cccccc;
float: abscentre;
}


/* ***************************************** */

#right_panel {
margin: 0px 0px 10px 10px;
padding: 5px;
font-size: 0.9em;
color: #000000;
line-height: 1.5em;
background-color: #ffffff;
text-align: center;
border: 1px solid #c1cce0;
border-top: 1px solid #c1cce0;
}

#right_panel img {
padding: 0px;
display:inline;
background: #cccccc;
border: 1px solid #c1cce0;
}

#right_panel a {
text-decoration: none;
color: #3f4a4a;
}

#right_panel a:hover {
text-decoration: none;
color: #00355d;
}

/* ***************************************** */

#left_box {
width:120px;	
margin: 10px 0px 10px 0px;
padding: 10px;
color: #3f4a4a;
background-color: #ffffff;
border: 1px solid #c1cce0;
line-height: 1.3em;
text-align: left;
border-top: 1px solid #c1cce0;
}


