P, OL, UL, DL {font-size: 13px;}
/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: 13px;}
/*and here the I prevent the incredible shrinking text*/

.picturecaption {
	font-size: 9px;
	font-style: italic;
}        
.six {font-size: 11px; 
  color: #999999; /*this is for small text*/
  background: transparent;}
.mit {text-align: justify;}/*justified text*/
.red {color : #FF0000; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 16px; /*also red, but bigger and in bold*/
  color: #FF0000; 
  font-weight: 600; 
  background: #FFFFFF;}


/******************* Basics ***********************/
BODY {
	background-color: #06549E;
	background-image: url(/Assets/Images/Backgroundgradient.jpg);
	background-repeat: repeat-x;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000088;
	margin: 0px;
      }

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

P {
	font-size: 14px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 24pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 0px;
	font-variant: normal;
	font-style: oblique;
}

h3 {
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 10px;
	font-variant: normal;
	font-style: oblique;
}


/******************* Two Columns to the Right of a 175 Nav Column ***********************/
.twocol_LeftContent {
	position: absolute;
	right:282px;
	left:175px;
	top:125px;
	margin-left: 10px;
	margin-right:10px;
	border:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 10px;
	margin-right:10px;
	}
html>body #LeftContent {
	margin-left: 10px;
	margin-right:10px;
	}

.twocol_Rightcontent {
	position: absolute;
	top: 125px;
	right:10px;
	width:260px;
	background:#FF66CC;
	border:5px ridge #000;
	background-color: #C4C2B6;
	}


/******************* Boxes ***********************/
.box {
  background: #FFFFFF;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #48D1CC;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/

  }

.box_borderless {
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding : 2px;
	margin: 2px;
	border-color : #48D1CC;
	border-style : groove;
	border-width : 0px;
	float: ;

  }


.box_borderless_floatRight {
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding : 2px;
	margin: 2px;
	border-color : #48D1CC;
	border-style : groove;
	border-width : 0px;
	float: right;

  }


/******************* Normal Links in Text ***********************/
a:link {
  color: blue; 
  text-decoration : none;}
a:visited {
  color: #CC3333; 
  text-decoration : none;}
a:hover { 
  color: #CC6699; 
  text-decoration : underline;}


/******************* Headers ***********************/
.Header {
	margin-top: 10px;
	margin-left: 170px;
	text-align: justify;


    } 

	
/******************* Main Content Area to the right of a 175 Navagation Column ***********************/
.ContentMain {/*this is the main content area*/
	background: #FFFFFF;
	/*declare a color together with a contrasting background color*/
    color: #333333;/*breathing space for the text*/
	padding: 5px;/*space to separate navigation and content*/
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

/******************* The weather box on the upper right side, positioned absolutely ***********************/
.Weather {
    position: absolute;
    top: 3px;
    right: 3px;
    width: auto;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/
	

/******************* Upper Left box, positioned absolutely ***********************/
.UpperLeftBox {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 142px;
    height: 120px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/
	


/******************* Content Item Classes ***********************/
.ItemSection {
	padding: 3px;
	border: 3px ridge;
	margin: 1px;
	position: relative;
	text-align: center;
	height: 150px;

	}

/******************* Right Button Column ***********************/
#rightbtnlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightbtnlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#rightbtnlist li {
	margin: 0 0 3px 0;
}

#rightbtnlist a {
	/*/*/display: block;
	border: 1px solid #333;
	width: 260px;
	background-color: #009933; /* */
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FF66CC;
}

#rightbtnlist a:link, #navlist a:visited {
	color: #FF33CC;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}

#rightbtnlist a:hover {
	border: 1px solid #333;
	background-color: #FFFF66;
	color: #FF66CC;
}


/******************* Navagation Column - Left side 175 ***********************/
#navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	font-style: italic;
}

#navlist li {
	margin: 0 0 3px 0;
}

#navlist a {
	/*/*/display: block;
	border: 1px solid #333;
	width: 200px;
	background-color: #CC0000; /* */
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#navlist a:link, #navlist a:visited {
	color: #990000;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}

#navlist a:hover {
	border: 1px solid #333;
	background-color: #0755A0;
	color: #CC6699;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #CC0000;
	color: #FFFFFF; /* */
}
