/***** Body and main container *****/
body {
margin:0px auto;
padding:0;
font:72.5%  Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
background:#F1F1F2 url(img/bg.jpg) top center repeat-y;
color:#303030;
}


#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:769px;
}

/***** Various tags *****/
a {
text-decoration:underline;
font-weight:bold;
color: #7973c2;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:black;
background-color:inherit;
}

a img {
border:0;
}

#prtext {
display:none;
}

/***** Header *****/
#header {
margin:0px;
border:0;
height: 165px;
background-image: url(img/header.jpg);
background-repeat: no-repeat;
background-position: top center;}

/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:190px;
height: 400px;
margin: 20px 0px 5px 10px;background-color: white;}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 0 5px;
padding:0;
}

#leftside ul {
background-color: white;}

/***** Main menu *****/
ul.avmenu {
width:180px;
margin:0 0 0 0;
padding:5px;
list-style:none;
}

ul.avmenu li {
width:180px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color: white;
color:#505050;
font-weight:bold;
width:180px;
float:left;
margin: 0px 0px 0px 2px;
padding:5px 5px 5px 5px;
border-top:2px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color: #7b73b5;
border-left:0px solid #CDD0E9;
text-decoration: none;
color: white;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:150px;
}

ul.avmenu ul a {
padding:3px 0px 3px 5px;
width:150px;border: 0;}

/***** Main content *****/
#content {
margin:0px 30px 0px 230px;
padding: 22px 10px 0px 20px;
line-height:1.6em;
}

#content h2 {
font-size:1.5em;
margin:0 0 10px;
}

#content h3 {
font-size:1.3em;
margin:0 0 8px;
}


#content ul {
margin:0 0 16px 20px;
padding:0px 2px 2px 2px;
list-style-image: url(img/bullet.gif);
}

#content ol {
margin: 2px 0 16px 20px;
padding: 2px;
}

#content li {
margin:2px;
padding:0;
line-height: 1.6em;
}

#content ul ul, #content ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:1px solid #cccccc;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/
.img_left {
margin:10px 12px 10px 1px;
float:left;
border: 1px solid black;
}

.img_right {
margin:10px 1px 10px 12px;
float:right;
border: 1px solid black;
}

.logo {
padding: 0 30px 20px 14px;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

#clear {
clear:both;
}

div.function-icons {
	float : right;
	cursor : default;
}