/*Compass Design layout.css CSS file*/
body {
text-align:center; /*center hack*/
}
#wrap {
width:100%; /*center hack*/
margin:0 auto; /*center hack*/
text-align:left;
}
#header {
text-align:left;
}
#footer {
clear:both;

height:50px;
}

#footer-text { 
color:#636363;padding-left:15px;text-align:left;
}

#footer-text a {color:#636363}

#main-body {
float:left;
width:100%;
}

#content {
float:right;
width:80%;
overflow:hidden;
}
#sidebar {
float:left;
width:20%;
overflow:hidden;
}
.inside {
padding:10px;
}

/*Compass Design Customize.css file */

* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0; 
}
li,dd { 
margin-left:1em;
}
fieldset { 
padding:.5em; 
}
body {
font-size:76.1%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3em;
font-weight:bold;
}

#main-body {
background: #ffffff;
}
#content {
background: #ffffff;
}
#sidebar {
background: #ffffff;
}

ul#mainlevel {list-style-type:none}
ul#mainlevel li {margin: 0; padding: 0;}
a {color:#000;text-decoration:none;}
a:hover {color:#333;text-decoration:underline;}
a.mainlevel, a.mainlevel:visited {font-weight:bold}
a.mainlevel:hover {text-decoration:underline}


.pagenavcounter {font-weight:bold;color:#ccc}

#edge-menu {margin-top:5px}

.componentheading {display:none}

.thin {font-weight:normal}

img:hover {opacity:0.7;filter:alpha(opacity=70)}
