
body 
{
    padding:0;
    margin:0 10px;
    color: black; 
    background: #ffffff; 
    font: 12px 'Lucida Grande', Geneva, Verdana, Helvetica, Arial, sans-serif;
}


h5 {
    font-size: 13px;
    margin:4ex 0em 0ex 0em;
    text-align:left;
}

h5 .date {
    color:gray;
    float:right;
}

h4 {
	text-align: center;
	line-height: 120%;
	color: #990000;
	font-family:  'Lucida Grande', Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: bold;
	margin: 0 0 5px 0;
	letter-spacing: -.1em;
}


h3 {
    font-size: 12px;
    margin:3ex 0em 0.5ex 0em;

}

h2 {
    font-size: 18px;
    margin:1ex 0em 1.5ex 0em;
	font-weight: bold;
}

p
{
    margin-bottom: 1ex;
}

blockquote
{
    font-style:italic;
}

.important
{
    color:#f60;
    font-weight: bold;
}

a[href^="http:"] {  
    /* background: url(../img/aoutside.gif) right center no-repeat; */
    padding-right: 10px; 
    margin-right:1px;
}

a[href^="http://www.rqs.ca/"] {
    background:none;
    padding-right: 0px; 
    margin-right: 0px;        
}

a.notexternal {
    background:none;
    padding-right: 0px; 
    margin-right: 0px;        
}

#content {
    margin-top:5ex;
    margin-right: 20em;
    margin-left: 2.5em;
    margin-bottom:3ex;
}

#content img{
    margin:0.5ex 1em 0.5ex 1em;
   
}

#nav {
    overflow:hidden;
    float: right;
    width:18em;
}

img 
{
    border:0px;
    padding:0;
    margin:0;
}

a:link 
{
    color:#900;
    text-decoration: none;
}

a:visited
{
	color: #600;
	text-decoration: none;
}

a:hover 
{
    color: blue; 
    text-decoration: none;
}

div.menu {
    border: 1px solid #990000;
    background-color: #ffffff;
    text-align:left;
    width:16.5em;
    margin: 0ex 1em 3ex 1em;
    font-family:  Verdana, Geneva, Helvetica, Arial, sans-serif;
}

#nav .button {
    margin:0ex 1em 2ex 1.5em;
}

div.menu div.title {
    color:white;
    font-weight:bold;
    background-color: #990000;
    border-bottom: 1px solid #aaaaaa;
    padding: 0.5ex 1em 0.5ex 1em;
    font-size:12px;
}

div.menu div.menucontent {
    color:black;
    font-weight:normal;
    background-color: #ffffff;
    margin: 0.5ex 1em 0.5ex 1em;
    border: 0px;
    font-size:11px;
}

div.menu ul {
    margin: 1ex 0px;
    padding: 0px 15px;
    list-style-image: url(../images/redDiamond.gif);
    text-indent: -0.0ex;
    text-indent: -0.0ex;
}

div.menu ul li {
    margin: 0.3ex 0px;
}

div.menu ul li a.ulheading {
    font-weight:bold;
    position:relative;
    left:-0.6em;
}
            
div.menu ul li div {
    position:relative;
    left:-0.5em;
}

div#header {
    text-align:center;
}

div#header hr 
{
    color:gray;
    margin:1ex 0ex 4ex 0ex;
}

div#footer {
    font-size:11px;
    text-align:center;
    margin-bottom:5ex;
}

div#footer hr 
{
    color:gray;
    margin:1ex 0ex 1ex 0ex;
}

div.clear {
    clear:both;
    height:1px;
}

abbr {
    border-bottom: 1px dotted;
}

ul.featureul div.heading {
    margin-bottom: 1ex;
    font-weight: bold;
}

ul.featureul {
    margin-top: 2.5ex;
}

ul.featureul div.heading {
    margin-top: 1.5ex;
}

ul.featureul li {
    margin-bottom: 1ex;
}

.newbutton {
    font-family: verdana, sans-serif; 
    font-size: 10px;
    font-weight:bold; 
    text-decoration:none; 
    color: white; 
    background-color: #0b0; 
    border-left:1px solid #afa; 
    border-top:1px solid #9c9; 
    border-right:1px solid black; 
    border-bottom:1px solid black; 
    padding:0px 3px 0px 3px; 
    margin:0px;
    display:inline;
}


