/* ***************Universal Styles**************** */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background: #FFF }
  
h1{
  font-size:14pt; 
  font-weight:bold  }
  
h2{
  font-size:12pt; 
  font-weight:bold }
   
p{
  text-align: justify;
  font-size:10pt }
  
span.bold{
  font-weight:bold }
  
span.uline{
   text-decoration: underline}
   
span.italic{
   font-style: italic }
  
a:link {
  text-decoration: none;
  color: #808 }
  
a:visited {
  color: #808 }
  
a:hover {
  border-bottom:1px solid #808 }
  
a:active {
  color: #808 }

/* ****************Page Layout****************** */

/* -------Alignment Container------- */

#container1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 30px;
  bottom: 30px;
  width: 810px;
  background: #FFF }

#container2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
  bottom: 20px;
  width: 800px;
  background: #FFF }

/* ****************Page Sections***************** */

/* ************Top Section************ */
  
#titlebar {
  background-color: #2F3083;
  height: 140px;
  position: relative }
  
#titlebar img.title { }

/* ************Main Section*********** */

/* -------Top Navigation------- */

#topnav {
  color: #FFF;  
  margin-top: 1px;
  background-color: #2F3083 }
  
#topnav p {
  padding: 0.3em 0.3em;
  margin: 0;
  font-size: 0.7em; 
  font-weight:bold }
  
#topnav p a:link {
  text-decoration: none;
  color: #FFF }
  
#topnav p a:visited {
  text-decoration: none;
  color: #FFF }
  
#topnav p a:hover {
  text-decoration: underline overline;
  color: #FFF }  
  
#topnav p a:active {
  color: #FFF }

/* -------Middle Container------- */

#main { }

/* -------Left Navigation------- */
  
#leftnav {
  float: left;
  width: 150px;
  background-image: url(/images/design/leftnav-bkg.jpg);
  margin-right: 10px;
  margin-bottom: 20px }
  
#leftnav ul{
  list-style-type: none;
  margin: 0;
  padding: 0 }

#leftnav ul li{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  border-bottom: 1px dashed #2F3083;
  border-right: 1px solid #2F3083;
  font-weight:bold }
  
#leftnav ul li a:link {
  text-decoration: none;
  color: #FFF }
  
#leftnav ul li a:visited {
  text-decoration: none;
  color: #FFF }
  
#leftnav ul li a:hover {
  color: #2F3083 }
  
#leftnav ul li a:active {
  color: #FFF }

.menubottom {
  background-color: #FFF;
  background-image: url(/images/design/leftnav-bottom-bkg.gif);
  width: 150px;
  height: 28px }
  
/* -------Main Content------- */
  
#content {
  float: right;
  width: 640px;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px }
  
#content img{
  border:1px solid #A21D56; } 
  
#content img.left{
  float: left; 
  margin-right: 0.5em;
  margin-bottom: 0.5em }
  
#content img.right{
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em }

/* ***************Bottom Section**************** */

/* --------Bottom Navigation--------- */

#bottomnav {
  clear: both;
  color: #A21D56;
  margin-top: 1em;
  background-color: #FFF }
  
#bottomnav p {
  padding: 0.3em 0.3em;
  margin: 0;
  font-size: 0.6em; 
  font-weight:bold;  
  text-align: center }
  
#bottomnav p a:link {
  text-decoration: none;
  color: #A21D56 }
  
#bottomnav p a:visited {
  text-decoration: none;
  color: #A21D56 }
  
#bottomnav p a:hover {
  text-decoration: underline overline;
  color: #A21D56 }  
  
#bottomnav p a:active {
  color: #A21D56 }

/* -------------End Bar-------------- */
 
#endbar {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-top: 5px double #2F3083;
  border-bottom: 5px double #2F3083 }
  
#endbar address {
  text-align: center; 
  font-size:0.7em }
  
#endbar p a img{
  border: 0 }
  
#endbar p{
  text-align: center;
  font-size:0.7em }