/* CSS Document */
@import url("css-reset.css"); 
@import url("main_menu.css"); 
/* Global Styles */ 
body { 
   font-family: Arial, Helvetica, sans-serif; 
   background: #333366; 
   font-size: 1em; 
   line-height:1.5; 
} 

h1, h2, h3, h4, h5, h6 {font-weight:bold;} 

h2 {font-size:1.2em;} 

strong {font-weight:bold;} 

#mast a:link , .wrapper a:link { 
   color: #00CCFF; 
   font-family: "Arial Rounded MT Bold"; 
   font-style: italic; 
} 

#mast a:link , .wrapper a:visited {color: #00FFFF;} 

#mast a:link , .wrapper a:hover {color: #0099FF;} 

#mast a:link , .wrapper a:active {color: #3300FF;} 
}

#header { 
   width: 100%; 
   height: 50px; 
   background: #990000 url(images/PLT-2.gif) no-repeat top center; 
} 

#sidebar a { 
   font-weight:bold; 
   color:#fff; 
} 

#sidebar a:hover { 
   color:#333; 
} 

#container { 
   width:850px; /* any width including 100% will work */ 
   color: inherit; 
   margin:1em auto 0; /* remove if 100% width */ 
   background:#FFF; 
   position:relative; 
} 


#mast { 
   background: #333366; 
   text-align:center; 
   font-family: "Arial Rounded MT Bold"; 
   font-style: italic; 
   line-height:3em; 
} 
  
#content {/* use for left sidebar, menu etc. */ 
    color: #000; 
    float: right; 
    margin: 0 0 0 -200px; /* adjust margin if borders added */ 
    width: 100%; 
   overflow:hidden; 
} 

#content .wrapper { 
    background: #FFF; 
    margin: 0 0 0 200px; 
    overflow: hidden; 
    padding: .7em; /* optional, feel free to remove */ 
   position:relative; 
} 

#sidebar { 
   background: #990000; 
   float: left; 
   width: 200px; 
   border-top:2px solid #930000; 
} 

#footer { 
   clear: both; 
   text-align: center; 
   background:#930000; 
} 

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

/* content styles */ 
#header h1 { 
   padding: 0 0 0 5px; 
} 

#footer p { 
   padding: 10px 0; 
   font-size: 85%; 
   font-weight: bold; 
} 

#content p { 
   text-align:justify; 
   margin-bottom:15px; 
} 

.image-container{ 
   width:100%; 
} 

.image-container img{ 
   float:right; 
   margin:0 0 20px 10px; 
} 

p.dontwrap {width:78%;} 

p.indent {margin-left:10px;} 

form#subscribe { 
   clear:both; 
   margin:1.5em 0 1.5em 0; 
   width:168px; 
   border:1px solid #ccc; 
   padding:10px; 
} 
