/* Start of CMSMS style sheet 'GS_layout_sidebar' */
* {
margin:0;
padding:0;
}

div#imagegallery{
width:450px;
padding:10px;
}

div.thumb {
text-align:center;
float:left;
width:110px;
height:110px;
}

body {
   text-align: justify;
   font-family: Georgia, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   line-height: 14pt;
}


div {
}


img {
   border: 0;
}


a,
a:link 
a:active {
   text-decoration: underline;
   color: #00476A; 
}

a:visited {
   text-decoration: underline;
  color: #00476A;                
}


a:hover {
   text-decoration: none;
   color: #CE5605;
}



body {
   background: #fff url(uploads/images/bg.gif) repeat-x;
   color: #00476A;
   margin:0;
   padding:0;

}

div#pagewrapper {
   width: 720px;
   border: 2px solid #00476A;
   margin: 0 auto;       /* this centers wrapper */
   background-color: #fff;
   color: #00476A;
}



div#header {
   float: left;
   height: 56px;    
   width: 180px;
   background: #fff;  
   border-right: 1px solid #C7D0D3;
}

div#header h1 a {
   background: #fff url(uploads/images/logo.gif) no-repeat; 
   display: block;
   height: 54px;             
   text-indent: -999em;  
   text-decoration:none; 
}

#top_img {
   clear: both; 
   height: 98px;
   border-top: 2px solid #00476A;
   background: #00476A url(uploads/images/top_img.jpg) no-repeat;
   border-bottom: 2px solid #00476A;
}

div#content {
}

div#content img{
padding: 2px;
margin-right: 10px;
border: 1px solid #00476A;
}


div#main {

   margin-left: 200px; 
   margin-right: 20px; 
  padding: 20px;
  border-left: 1px solid #C7D0D3;
}

div#sidebar {
   float: left;
   width: 200px;     
  /* display: inline; */
   border-right: 1px solid #C7D0D3;
}

div#footer {
   clear: both;       
   color: #00476A;
   background-color: #fff; 
   border-top: 1px solid #C7D0D3;
}

div#footer p {
   font-size: 8pt;
   padding: 15px;       
   text-align: center;  
   margin: 0;
}



div#content {

}

div#content h1 {
   text-align: left;
   font-size: 20pt; 
   line-height: 22pt;
}
div#content h2 {
   font-size: 14pt; 
   line-height: 16pt;
}
div#content h3 {
    font-size: 13pt; 
   line-height: 15pt;
}
div#content h4 {
   font-size: 12pt; 
   line-height: 14pt;
}
div#content h5 {
   font-size: 11pt; 
   line-height: 13pt;
}
h6 {
   font-size: 10pt; 
   line-height: 11pt;
}

p {
   font-size: 10pt;
   line-height: 14pt;
   margin: 5px 0 5px 0;
}

td p {
text-align: left;
}

strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}


/* End of 'GS_layout_sidebar' */

