* { padding: 0; margin: 0; }

body {
  background-color:#fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #91394E;
  font-weight: bold;
}
a:link,
a:visited {
  color: #91394E;
  text-decoration: underline;
  font-weight: bold;
}

a:link:hover,
a:visited:hover {
  color: #91394E;
  text-decoration: none;
}
#wrapper { 
 width: 1050px;
	/* "auto" will center the block */
	margin: 0 auto 0 auto;
	padding: 2px;
}
#header {
 width: 100%;
 padding: 0px;
 border: 0px;
 height: 206px;
 margin: 0px;
 text-align: center;
}

#linksbar {
 border: 2px solid #FF3399;
  background-color: #FFF;
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  padding: 5px;
  position: relative;
  overflow:auto;
   -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.small {
  font-size: 9pt;
}

.image {
	border-color: #DA7DD7;
	border-width:2px;
}
.image2 {
	border-color: #91394E;
	border-width:2px;
}
.style1 {font-size: 18px}
a.style1 {font-size: 18px; text-decoration:underline;}
a.style1:visited {font-size: 18px; text-decoration:underline;}
a.style1:active {font-size: 18px; text-decoration:none;}
a.style1:hover {font-size: 18px; text-decoration:none;}

.style2 {font-size: 18px; color: #FFFFFF;}
a.style2 {font-size: 18px; color: #FFFFFF; text-decoration:underline;}
a.style2:visited {font-size: 18px color: #FFFFFF; text-decoration:underline;}
a.style2:active {font-size: 18px color: #FFFFFF; text-decoration:none;}
a.style2:hover {font-size: 18px color: #FFFFFF; text-decoration:none;}

div.container {
  border: 2px solid #fff;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  position: relative;
  overflow:auto;
   -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  }

div.float {
 color: #C00;
 border: 1px solid #669900;
 background: #fff;
 margin: 10px 5px 10px 10px;
 padding: 5px;
 width: 180px;
 height: 240px;
 float: left;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  }
  
div.float2 {
 color: #C00;
 border: 1px solid #669900;
 background: #fff;
 margin: 10px 5px 10px 10px;
 padding: 5px;
 width: 150px;
 height: 150px;
 float: right;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  }

div.float p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }
  

#footer { 
       margin:1em auto 1em 1em;
	   font-size: 12px;
	   color: #91394E; 
       text-align:center; 
      }


/* clear browser defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
abbr,acronym,fieldset,img{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-size:100%;font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
div{overflow:hidden;}
h1,h2,h3,h4,li{white-space:nowrap;overflow:hidden;}
ol,ul{list-style:none;}
/* global hacks */
body{text-align:center;}
