        /* General style for the whole page */
                         Body { background: url(uploads/siteimages/background4.jpg);  
                    background-color: orange;  
                    color: #044476;  
                    font-family: comic sans ms;  
                    font-size: 14px;  
                    margin-bottom: 0px;  
                    margin-left: 0px;  
                    margin-right: 0px;  
                    margin-top: 0px;  
                    text-align: left;  
                    vertical-align: top;  
                    width: 100%;  
                                                                        
                }
                    /*Width of the whole content block - width in pixels or a percentage value to make the content stretch */
                         .dmsContainer { color: #044476;  
                    padding-bottom: 0px;  
                    padding-left: 0px;  
                    padding-right: 0px;  
                    padding-top: 0px;  
                    text-align: left;  
                    width: 100%;  
                                                                        
                }
                    /* */
                         .dmsContentPane { padding-bottom: 8px;  
                    padding-left: 8px;  
                    padding-right: 8px;  
                    padding-top: 8px;  
                    vertical-align: top;  
                    width: auto;  
                                                                        
                }
                    /* */
                         .dmsTopNavPane { font-size: 1.2em;  
                    font-weight: bold;  
                    height: 24px;  
                    text-decoration: none;  
                                                                        
                }
                    /* */
                         A:hover { color: #800080;  
                    padding-left: 6px;  
                    padding-right: 6px;  
                    text-decoration: none;  
                    white-space: nowrap;  
                                                                        
                }
                    /* */
                         A.dmsNavMainSelectedLink:active { color: black;  
                    display: block;  
                    height: 20px;  
                    padding-top: 4px;  
                    text-decoration: none;  
                                                                        
                }
                    /* */
                         A:visited { color: #005e5a;  
                    padding-left: 6px;  
                    padding-right: 6px;  
                    text-decoration: none;  
                    white-space: nowrap;  
                                                                        
                }
                    /*Header Level 1 */
                         H1 { color: #044476;  
                    font-size: 1.6em;  
                    font-weight: bold;  
                                                                        
                }
                    /*Header Level 2 */
                         H2 { color: #044476;  
                    font-size: 13px;  
                    font-weight: normal;  
                                                                        
                }
                    /* */
                         A:link { color: #044476;  
                    padding-left: 6px;  
                    padding-right: 6px;  
                    text-decoration: none;  
                    white-space: nowrap;  
                                                                        
                }
