/* ======================================================== */
/* General */
/* ======================================================== */

body {
        margin: 0px 0px 0px 0px;
        padding: 0px;  
        text-align: center; 
        font-family: verdana, geneva, helvetica, sans-serif;
        font-weight: normal;
        font-size: 13px;
        background: #7f7f7f url("/images/bkg9.png") repeat-y top center scroll;
}

a 
{ 
	color: #006666 ; 
	text-decoration: none; 
}

a:hover
{ 
	color: #000000; 
	text-decoration: underline; 
}

a.event 
{ 
	color: #00A653;
	text-decoration: underline; 
}

a.eventr
{ 
	color: red;
	text-decoration: underline; 
}

a.border
{ 
	color: #000000;
	text-decoration: none;
}

a.intext
{
	color: #006666 ; 
	text-decoration: underline; 
}

a.qq
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.qq:hover
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a.rr
{
	font-size: 12px;
	color: #006666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.rr:hover
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

a.border:link, a.border:visited 
{
  background-color: white;
  color: #006666;
  border: 2px solid #006666;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 2pt;
}

a.border1:link, a.border1:visited 
{
  background-color: white;
  color: #006666;
  border: 2px solid #006666;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 2pt;
}

a.border2:link, a.border2:visited 
{
  background-color: white;
  color: #006666;
  border: 2px solid #006666;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 2pt;
  width: 280px;
}

a.border3:link, a.border3:visited 
{
  background-color: white;
  color: #006666;
  border: 0px solid #006666;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5pt;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 1px;
}

a.border:hover, a.border:active, a.border1:hover, a.border1:active, a.border2:hover, a.border2:active, a.border3:hover, a.border3:active
{
  background-color: #006666;
  color: white;
  margin-top: 2pt;
}

h1
{
	font-size: 14pt;
	font-style: italic;
	color: #006666;
	margin-top: 1pt;
	padding: 2pt;
	padding-left: 6pt;
	border-style:ridge;
	border-color:#006666;
	background-color: #dff6d8;
	border : solid;
	border-radius: 10px;
}

h2
{
	font-size: 14pt;
	font-weight: bold;
	color: #006666;
}

.h2c
{
	font-size: 14.5pt;
	font-weight: bold;
	color: #006666;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 4px;
}

h3
{
	font-size: 12.5pt;
	font-weight: bold;
	color: #006666;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 4px;
}

.h3l
{
	font-size: 12pt;
	color: #006666;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}

h4
{
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1px;
}

.h4l
{
	font-size: 11pt;
	font-weight: bold;
	color: #006666;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 1px;
}

.h4lr
{
	font-size: 11pt;
	font-weight: bold;
	color: red;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 1px;
}

h5
{
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 1px;
}

.h5l
{
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 1px;
}

h6
{
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1px;
}

.h6l
{
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #006666;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 1px;
}

.h7
{
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1px;
}


/* ======================================================== */
/* Home page */
/* ======================================================== */

.bcnamegrey
{
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}

.strap_line
{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #ffffff;
}

table.border
{
	border: 1px solid #888 ;	
	padding: 6px ;
	background-color: #ffffff;	
	margin: 0px 0px 6px 0px;
}

table.border1
{
	border: 1px solid #888 ;	
	padding: 6px ;
	background-color: #ffffff;	
	margin: 0px 0px 6px 0px;
	width:70%; 
    margin-left:15%; 
    margin-right:15%;
}

table.border2
{
	border: 1px solid #888 ;	
	padding: 6px ;
	background-color: #eeeeee;	
	margin: 0px 0px 0px 0px;
}

table.border3
{
	border: 1px solid #888 ;	
	padding: 6px ;
	background-color: #ffffff;	
	margin: 0px 0px 6px 0px;
	width:50%; 
}

th.events {
		text-align: left;
		background-color: #FFFEDC;
		font-weight: bold;
		color: #002147;
}

.fnt1
{
	text-align: justify;
	font-size: 13.5px;
}

.fnt2
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.fnt3
{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

.fnt4 {
        color: #002147;
        font-size: 100%;
        font-weight: normal;
        background-color: #FFFEDC;
}

.fnt5 {
        color:  #002147;
        font-size: 100%;
        font-weight: normal;
        background-color: #b7d7e8;
}

.fnt6
{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.fnt6a
{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.fnt6b
{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

.fnt7
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.fnt7a
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}


.fnt8
{
	font-size: 13.5px;
	color: red;
	font-weight: normal;
}

.fnt9
{
	font-size: 16px;
	color: darkblue;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
}

.fnt10
{
	font-size: 13px;
	color: #006666;
	font-weight: bold;
}

.fnt11
{
	font-size: 15.5px;
	font-face: tahoma, sans-serif
	color: #000000;
	font-weight: 500;
	padding-bottom: 10px;
	text-align: justify;
}

.std
{
	font-size: 13.5px;
	text-align: justify;
	font-weight: normal;
	color: #000000;
	padding-bottom: 3px;
}

.stdc
{
	font-size: 13.5px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	padding-bottom: 3px;
}

.small
{
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	color: #000000;
	padding-bottom: 3px;
}

.smallb
{
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
}

.smallc
{
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	padding-bottom: 3px;
}

.vsmall
{
	font-size: 9px;
	font-weight: normal;
	font-style: underline;
	color: #000000;
}

.vsmallc
{
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

#container {
        width: 945px ;
        margin-left: auto;
        margin-right: auto;
        border-left: 1px solid #006666;
        border-right: 1px solid #006666;
}

#header {
        margin-left: 0px;
        margin-top: 10px;
        text-align:center; 
        background: #ffffff url("/images/background2.jpg") no-repeat;
        height: 130px;
        line-height: 130px;
        padding: 0px 0;
}

#header1 {
        margin-left: 0px;
        margin-top: 10px;
        text-align:center; 
        background: #aaaaaa url("/images/background2.jpg") no-repeat;
        height: 130px;
        line-height: 130px;
        padding: 0px 0;
}


#copyright {
		width: 945px ;
		margin-left: auto;
        margin-right: auto;
        text-align:center; 
        background-color: #ffffff;
        padding: 2px 0px 0px 0px;
        border-top: 1px solid #006666;
        border-bottom: 1px solid #006666;
}

#menubar {
        margin: 0px; 
        text-align: left; 
        background-color: #006666;
        height: 38px;
        width: 945px;
        padding: 1px 1x 1px 0px;
}

#header2 {
        margin: 0px; 
        text-align: left; 
        background-color: #006666;
        height: 38px;
        width: 945px;
        padding: 1px 0px 1px 0px;
}

#header3 {
        text-align:center; 
}

#contents {
        margin: 0px;
        background-color: #ffffff;
        text-align: left;
        height: 800px;
        font-size: 12px;
        overflow-y: auto;
}

#events {
        margin-left: 0px;
        padding: 0px 0;
        text-align:left;
}

#border1
{
	border: 1px solid #888 ;	
	padding: 0px;
	border-spacing: 0px;
	background-color: #eeeeee;	
	margin: 0px;
	width: 100%;
}

#border2
{
	border: 1px solid #888 ;	
	padding: 0px;
	border-spacing: 0px;
	background-color: #eeeeee;	
	margin: 0px;
	width: 100%;
}

#border3
{
	border: 1px solid #888 ;	
	padding: 0px;
	border-spacing: 0px;
	background-color: #eeeeee;	
	margin: 0px;
	width: 100%;
	align: center;
}

#indent {
	padding-left: 2em;
}

#indentc {
	padding-left: 2em;
	text-align: center;
}

#indentc2 {
	text-align: center;
}

table#t01
{
    width: 100%;
    border-spacing: 2px;
    padding: 4px;
}

table#t02
{
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}

table#t03
{
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
    background-color: #006666;
}

table#t04
{
    width: 100%;
    padding: 5px;
    border: 1px solid #006666;
}

table#t04a
{
    width: 99%;
    padding: 5px;
    border: 1px solid #006666;
    margin: 5px;
}

table#t05
{
    width: 100%;
    padding: 2px;
    border: 1px solid #006666;
    background-color: #eeeeee;
}

table#t05a
{
    width: 33%;
    padding: 2px;
    border: 1px solid #006666;
    background-color: #eeeeee;
}

table#t05b
{
    width: 50%;
    padding: 1px;
    border: 1px solid #006666;
    background-color: #eeeeee;
}

table#t05 td
{
	padding-top: 1px;
}

table#t05a td
{
	padding-top: 1px;
}

table#t05b td li
{
	padding-top: 2px;
}

table#t06
{
    width: 100%;
    border-spacing: 4px;
    padding: 6px;
}

table#t06 td
{
	padding-bottom: 5px;
}

table#t07
{
	text-align: center;
    padding: 5px;
    border: 1px solid #006666;
}

table#t08
{
	text-align: left;
	width: 100%;
    padding: 4px;
    border: 1px solid #006666;
    border-collapse: collapse;
}

#t08 tr:nth-child(odd){background-color: #f2f2f2;}

#t08 tr:hover {background-color: #ddd;}

#t08 th {
	font-weight: bold;
	text-align: left;
    border: 1px solid #CCC;
}

#t08 td {
    border: 1px solid #ddd;
    padding: 4px;
}

table#t09
{
	text-align: left;
	width: 50%;
    padding: 4px;
    border: 1px solid #006666;
    border-collapse: collapse;
}

#t09 tr:nth-child(odd){background-color: #f2f2f2;}

#t09 tr:hover {background-color: #ddd;}

#t09 th {
	border: 1px solid #ddd;
	padding: 4px;
	font-size: 13.5px;
	font-weight: bold;
	text-align: left;
    color: #000000;
}

#t09 td {
    border: 1px solid #ddd;
    padding: 4px;
    font-size: 13.5px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.bold {font-weight: bold;}
.italic {font-style : italic;}
.black {color: #000000; font-size: 13.5px;}
.blue {color: #0000FF;}
.white {color: #FFFFFF;}
.grey {color: #999999;}
.boldblue {color: #0000FF; font-weight: bold;}
.bold666 {color: #006666; font-weight: bold;}
.std666 {color: #006666; font-weight: normal;}
.ital666 {color: #006666; font-style: italic; font-weight: bold;}
.boldbluei {color: #0000FF; font-weight: bold; font-style : italic;}
.red {color: #FF0000;}
.red13 {color: #FF0000; font-size: 13.5px;}
.boldred {color: #FF0000; font-weight: bold;}
.boldred13 {color: #FF0000; font-weight: bold; font-size: 13.5px;}
.boldblack {color: #000000; font-weight: bold; font-size: 20px;}
.boldpurple {color: #e333ff; font-weight: bold;}
.orange {color: #ff9900; font-weight: normal; font-size: 13.5px;}
.boldorange {color: #ff9900; font-weight: bold; font-size: 13.5px;}
.yellow {color: #ffff00; font-size: 13.5px;}

hr { border: 0; border-bottom: 1px dashed #999; }

img.rc {border-radius: 6px; max-width: 100%; height: auto;}

img.rc2 {border-radius: 6px; max-width: 100%; height: auto; vertical-align:middle;}