/* Layout sections */
	body {
		background: #333333;
		color: #cccccc;
		}
		
	div#pagewrapper {
		/*border: 1px solid #000;*/
		background: #333333;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #333333;
		}
		
/* Links */		
            	a,
	a:link 
	a:active, a:visited {
		//color: #385C72;
color:#fff;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #ccc;
	}

<!--
.style1 {color: #2094fa}
-->/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
    }
a { text-decoration:none }
a:visited { text-decoration:none }


    div#pagewrapper {
        margin: 0 auto;
        max-width: 80em;
        min-width: 60em;
        padding: 0;
        text-align: left;
        border:0;
    }
    #container {
	position: relative;
	margin: 0;
             border:0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 30px;
            background: #333;           
            text-align: left;
        }
        div#header h1 a {
            background:  url(uploads/images/logo_l.JPG) no-repeat 0 0px; 
            display: block;
            height: 30px;
            text-indent: -700em;
            width: 198px;
            margin: 0;
            padding: 0;
            text-decoration:none;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
           
        }
        
        /* MAIN */
            div#main {
word-break:break-word;
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dotted #000;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

.toplink {
	border: 1px solid #666;
             font-weight:bolder;
             font-size:13pt;
             text-decoration:none;
}

.multiparts{
height: 30px;
}