body {
        background-color: RGB(255, 255, 255);
        font-family: Verdana, times, Arial, Helvetica, sans-serif;
        color:  black;
		margin-top: .5ex;
}

#wholePage {
	width: 750px;
}

h1  {
        font-family: Garamond, Arial, Helvetica, sans-serif;
        margin-top: 0;
        padding-top:  0;
        margin-bottom:  1ex;
        text-align:  left;
}

h2  {
	font-family: Garamond, Arial, Helvetica, sans-serif;
        margin-top: 0;
        font-size: 115%;
        margin-bottom:  0ex;
        color: black;
        background-color: #39BFEB;
        padding: .5ex;
        border: 0px solid #3399ff;
        clear: both;
}

.specialHeader {
	font-family: Garamond, Arial, Helvetica, sans-serif;
        margin-top: 0;
        font-size: 115%;
        margin-bottom:  0ex;
        color: black;
        background-color: #c790b9;
        padding: .5ex;
        border: 0px solid #3399ff;
        clear: both;
}

.specialHeader a:link  {
        text-decoration : underline;
        color: #f7b5cb;
        font-weight: bold;
        background-color: #c790b9;
}

.specialHeader a:visited  {
        text-decoration : underline;
        color: rgb(16,16,148);
        font-weight: bold;
        background-color:   #c790b9;
}

.specialHeader a:hover        {
        text-decoration : underline;
        color:  white;
        background: #c790b9;
}


h3  {
    font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
    clear: both;
	background-color: #39BFEB;
	color:  black;
	 border: 2px solid #3399ff;
	 text-align: center;
	 padding: .5ex;
}

.big  {
   	font-size:  115%;
	margin-bottom: 1ex;
}

.bigBold  {
   	font-size:  115%;
   	font-weight:  bold;
	margin-bottom: 1ex;
}
.biggerBold  {
   	font-size:  200%;
   	font-weight:  bold;
	margin-bottom: 1ex;
}

.biggerBoldItalic  {
   	font-size:  200%;
   	font-weight:  bold;
	margin-bottom: 1ex;
	font-style: italic;
}

.bigger {
   	font-size:  150%;
}
.smaller {
	font-size: 80%;
}

.center {
	 text-align: center;
 }

 dt {
	 font-weight: bold;
 }

 dd {
	 margin-bottom: 10px;
 }

.tablePageHead {
	border-style: solid;
	border: 0px;
}

.tablePageHead td  {
	border-width: 0px;
	padding: 0ex;
	text-align: left;
}


/********************Header Styles********************/
.header  {
	width:  545px;
	height:  85px;
	padding: 1ex;
	margin-top: 4ex;
	margin-bottom: 2ex;
	float: right;
    background-color: #39BFEB;
    color: black;
	border: 0px solid black;
	/*border: 1px solid black;*/
    /*height: 140px;*/
	text-align: center;
	font-size:  77%;
}

/*#logo  {
        float:  left;
        padding-right: 1ex;
		margin-top: 0ex;
}*/


address  {
    font-style: normal;
	margin-bottom: 0;
	padding-bottom: 1ex;
}

#hours {
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
}

.stronger {
	font-size: 150%;
	font-family: Garamond, Times, serif;
}

.italic {
	font-style: italic;
}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.header a:link  {
        text-decoration : underline;
        color: rgb(16,16,148);
        background-color: #39bfeb;
}

.header a:visited  {
        text-decoration : underline;
        color: rgb(16,16,148);
        background-color: #39bfeb; /*white; /*RGB(255, 255, 204);*/
}

.header a:hover  {
        text-decoration : underline;
        color: white;
        background-color: rgb(16,16,148);
}

/********************End Header Styles********************/


/*******************navBlock***************************/
#side  {
	font-size:  110%;
    font-family: garamond, serif;
	/*padding-top: 1ex;
	padding-left: .5ex;
    padding-right: .5ex;
    margin-right: 0;*/
}

.navBlock {
   color:  black;
   background-color:  #39bfeb;
   float: left;
   width: 150px;
   line-height: 120%;
   padding:  .5em;
   border: 0px solid black;
}

.navblockText  {
    color: black;
	font-size:  75%;
    background-color:  white;
	margin: 0;
    margin-left: .5ex;
    margin-bottom: .5ex;
}


.navBlock a:link  {
        text-decoration : underline;
        color: rgb(16,16,148);
        background-color: white;
        font-weight: normal;
}

.navBlock a:visited  {
        text-decoration : underline;
        color: rgb(16,16,148);
        font-weight: normal;
        background-color: white;
}

.navBlock a:hover  {
        text-decoration : underline;
        color: white;
        background-color: rgb(16,16,148);
}

/************End navBlock styles********************/


.icon  {
        float:  left;
        padding-right: 1ex;
		margin-top: .5ex;
  		margin-bottom: .5ex;
		border-style: none;
}

.iconRight  {
        float:  right;
        padding-right: 1ex;
		margin-top: .5ex;
  		margin-bottom: .5ex;
}

:link  {
        text-decoration : underline;
        color: blue;
        font-weight: bold;
        background-color: white;
}

:visited  {
        text-decoration : underline;
        color: rgb(16,16,148);
        font-weight: bold;
        background-color:   white;
}

a:hover        {
        text-decoration : underline;
        color:  white;
        background: rgb(16,16,148);
}

strong  {
        font-weight:  bold;
}

p  {
         margin-top: 0;
         padding-top: .5ex;
         margin-left: .5ex;
         margin-right: .5ex;
		 padding-bottom: .5ex;
		 margin-bottom: 0;
}

#copyright  {
	font-size:  65%;
        padding-top: 0ex;
        padding-bottom: 0ex;
        margin-top: 0;
        margin-bottom: 0;
}

/*****************news (home page) block************/
/*from the w3c*/

.newsBlock {
   background: white;
   color: #000;
   float: left;
   width: 400px;
   margin-bottom: 0;
   padding: 1ex;
   margin-left: .25ex;
   margin-right: .25ex;
   margin-bottom: 1ex;
   border: 0px solid black;
   font-size: 80%;
}


/*******************end news block******************/

/*******************main block******************/
/*from the w3c*/

.mainBlock {
   background: white;
   color: #000;
   float: left;
   width: 560px;
   margin-bottom: 0;
   padding: 1ex;
   margin-left: .25ex;
   margin-right: .25ex;
   margin-bottom: 1ex;
   border: 0px solid black;
}


/*******************end main block******************/

/*******************main block new******************/
/*from the w3c*/

.mainBlockNew {
   background: white;
   color: #000;
   float: left;
   width: 560px;
   margin-bottom: 0;
   padding: 1ex;
   margin-left: .25ex;
   margin-right: .25ex;
   margin-bottom: 1ex;
   border: 0px solid black;
   font-size: 80%;
}

/*******************Right (programs) block******************/

#rightBlock {
   background: white;
   color: #000;
   float: left;
   width: 250px;
   padding: 1ex;
   margin: 0;
   border: 0px solid black;
   font-size: 80%;
}

/*******************end Right (programs) block******************/

hr {
   clear: both;
   margin: 0;
}

.imageLink a:link  {
  text-decoration: none;
  background-color: white;
  font-weight: normal;
  border: 0px;
}
.imageLink a:visited  {
  text-decoration : none;
  font-weight: normal;
  background-color: white;
  border: 0px;
}
