/**************** body and tag styles ****************/
body {
	margin: 0;
	padding: 20px 0;
	font: 76% tahoma,verdana,sans-serif;
	background: #B0C4DE;
	color: #222;
}
#container {
	width: 750px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid Black;
	padding: 4px 4px 4px 4px;
}
	  
#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  }
		
h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }
	
#content a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

#content a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
*/
/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
form {
}
		
	input {
	  background-color: #FFFFFF;
	  border: 1px solid #2763A5;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  }
.buttonlink {
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  width: 200px;
}
input.buttonlink:hover {
	background-color: Blue;
}

/**************** header styles ****************/
	#header {
	  width: 750px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

/**************** info hovers styles ****************/

div#here{
	text-align:center;
	background-color:#abc;
	display:none
}
#nope a.info{
	position: relative; /*this is the key*/
	z-index: 24;
	background-color: #B0C4DE;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-style: outset outset outset outset;
	display: block;
	margin: 10px 10px 10px 10px;
	height: 25px;
	width: 100px;
}
#nope a.info:hover{
	z-index: 25;
	border-style: inset inset inset inset;
	background-color: #4A77B1;
	color: #fff;
	text-decoration: none;
}
a.info span{
	display: none
}
a.info:hover span{
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	border: 1px solid #D9D9FF;
	background-color: #d9d9ff;
	color: #000;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

/**************** menu styles ****************/
#nav, #nav ul {
	float: center;
	width: 75%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #2763A5;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #00008B;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

/* this is the background of the hover for the box in menus tree*/
#nav li:hover, #nav li.sfhover {
	background: #B0C4DE;
}
#nope, ul.nope, li.nope {
	list-style: none;	
}
#menuitem, #menuitem ul {
	float: center;
	width: 75%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #2763A5;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#menuitem li a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #00008B;
	text-decoration: none;
	padding: 0.25em 2em;
}

#menuitem li {
	float: left;
	padding: 0;
	width: 10em;
}

/* this is the background of the hover for the box in menus tree*/
#menuitem li a:hover, #menuitem li a.sfhover {
	background: #B0C4DE;
}


/**************** content styles ****************/
#content {
	width: 520px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}
#contentX {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: none;
}
TD.content {
	border: 1px Blue;
	border-top-style: dashed;
	border-left-style: dotted;
	padding: 10px 0em 0em 10px;
}
		
#contentX p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
	  
	  
/* --------------------------------------------START BOXES--------------------------------------------- */
/* START #BOX1# */
.boxTitle-main1 {

}

.box1 {
	padding: 10px;
	vertical-align:top;
	margin-bottom: 10px;
}

.boxTitle1 {
	font-size: 13px;
	font-weight: bold;
	color: #6DA6E2;
	margin-bottom: 0px;
}
.boxDateTitle1 {
	font-size:10px;
	color:#666666;
}
.boxDate1 {
	font-size:10px;
	color:#666666;
}
.boxReadMore1 {
	font-size:10px;
	color:#666666;
}
.boxSpacer1 {
	font-size:16px;
	color:#666666;
}
/* END #BOX1# */

/* START #BOX2# */

.boxTitle-main2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.box2 {
	padding: 10px;
	vertical-align:top;
	margin-bottom: 10px;
}
.boxContent2 {
	border-bottom: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
}
.boxTitle2 {
	border-top: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4D62EF;
	margin-bottom: 0px;
}
.boxDateTitle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxDate2 {
	border-top: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxReadMore2 {
	border-bottom: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxSpacer2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}
/* END #BOX2# */

/* --------------------------------------------END BOXES--------------------------------------------- */
	  
	  
