/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 1.1 (Apr 20, 2006) */

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#3f486f url(img/bg.jpg) top center repeat-y;
color:#3a3a3a;
}

#wrap {
background-color:#c3c8e7;
color:#303030;
margin:0 auto;
padding:1px 5px;
width:760px;
}

/***** Header *****/

#header {
color:#282744;
background:#ffffff url(img/header.jpg) bottom left no-repeat;
height:103px;
margin:0 0 10px 0;
padding:0;
}

#headermain {
color:#282744;
background:#ffffff url(img/headermain.jpg) bottom left no-repeat;
height:103px;
margin:0 0 10px 0;
padding:0;
}


/***** Left sidebar *****/

#avmenu {
background-color:#c3c8e7;
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
}

#avmenu2 {
background-color:#c3c8e7;
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
}

#avmenu ul {
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;}

#avmenu2 ul {
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;}



#avmenu a {
margin-bottom:2px;
}

#avmenu2 a {
margin-bottom:2px;
}


#avmenu a {
font-weight:bold;
height:14px;
text-decoration:none;
color:#282744;
display:block;
padding:1px 0px 0px 10px;
background:#c6c7d1 url(img/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #6d7297;
}

#avmenu2 a {
font-weight:bold;
height:30px;
text-decoration:none;
color:#282744;
display:block;
padding:1px 0px 0px 10px;
background:#c6c7d1 url(img/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #6d7297;
}




#avmenu a:hover, #avmenu li a.current {
background:#d9dbe6 url(img/menubg2.gif) bottom left repeat-x;
color:#282744;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #0e1863;
}

#avmenu2 a:hover, #avmenu li a.current {
background:#d9dbe6 url(img/menubg2.gif) bottom left repeat-x;
color:#282744;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #0e1863;
}

#avmenu ul ul {
margin:5px 0 5px 15px;
font-size:10px;
width:150px;
}

#avmenu ul ul a {
height:13px;
margin:0;
padding:4px 0 0 8px;
}

#avmenu h2 {
font-size:1.5em;
font-weight:normal;
}

/***** Main content *****/

#contentwide {
background-color:#f4f4f4;
margin:10px 0 10px 160px;
padding:0;
line-height:1.5em;
text-align:left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;}


#contentwide h2 {
font-size:1.8em;
letter-spacing:-1px;
font-weight:normal;
margin:8px 0 10px 0;
padding:0;
}

#contentwide h3 {
font-size:1.5em;
font-weight:normal;
margin:6px 0 6px 0;
padding:0;
}


#contentwide img {
display:inline;
background:#f4f4f4;
color:#303030;
}

#contentwide a {
font-weight:bold;
}


#contentwide ul, #contentwide ol
 {
margin:0 0 16px 20px;
padding:0;
}


#contentwide ul ul, #contentwide ol ol
 {
margin:2px 0 2px 20px;
}

#contentwide li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #0e1863;
width:760px;
text-align:center;
color:#808080;
background-color:#c3c8e7;

font-size:0.8em;
}

#footer p {
padding:0;
margin:0;
}


/***** Various tags *****/

a {
text-decoration:none;
color:#505050;
background-color:inherit;
}

a:hover {
text-decoration:none;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 16px 0;
}


/***** Table styles *****/

table {
margin:0 0 16px 0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
border:1px solid #d8d8d8;
font-size:12px;
}

caption {
text-align:left;
font-size:1.5em;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

th {
padding:7px;
text-align:left;
background:#eaeaea url(img/tdbg.gif) bottom left repeat-x;
color:#505050;
}

td {
padding:7px;
font-size:12px;
text-align:left;
background:#f4f4f4 url(img/tdbg.gif) bottom left repeat-x;

color:#303030;
}

/***** Various classes *****/

.noborder {
border:0;

}


.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:10px;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}


.hide {
display:none;
}