/* Start of CMSMS style sheet 'space_style' */
body{
font-family:Arial,sans-serif;
background: #FFF url(img/space_bg.gif) no-repeat;
color:#000;

}

h1 {font-size:28px;}

#root {
    width: 950px;
    margin: 0 auto;
}

#top {
    width: 950px;
    float:left;
    text-align: center;

}

#center {
    width: 950px;
    float:left;

}


#left  {
    width: 180px;
    float:left;
}
#right  {
    width: 700px;
    float:right;
    padding-right:20px;
}


#bottom {
    width: 950px;
   float:left;
}

#left ul {
    float:left; padding:15px 0 0 0;
}
#left ul li { 
    float:left;
    list-style:none;
    margin:0;
    text-align:justify;
    padding:5px 0;
    text-decoration:none;
    width: 175px;
}
#left ul li a {
    float:left;
    display:block;
    padding:10px 12px 10px 12px;
    color:#505050; 
    text-decoration:none;
}
#left ul li a:hover {
    text-decoration:none;
    color:#30b457;
}
#left ul li a.currentpage {
    color:#30b457;
    font-weight:bold;
}
a {
    outline:none;
}
hr {
    background:none repeat scroll 0 0 #000000;
    border-color:#000000 -moz-use-text-color -moz-use-text-color;
    border-right:medium none;
    border-style:solid none none;
    border-width:1px medium medium;
    color:black;
    font-size:1px;
    height:1px;
    margin:5px 0;
}
/* End of 'space_style' */

