html {
	background: #fff url("../images/bgcolor.png") repeat-x left top;
}

.header {
	width: 800px;
	background: url(../images/bgheader.png) no-repeat;
}
.box{
	border: 1pt solid #F3F3F3;	
}
.boxItem{
border-bottom: 1pt solid #F3F3F3;
height:25px;
}
.boxItem td{
border-bottom: 1pt dotted #F3F3F3;
height:25px;

}
boxItemMenu{
border-bottom: 1pt dotted #F3F3F3;
height:25px;
width: 230px;
}
.boxItemMenu td{
border-bottom: 1pt dotted #F3F3F3;
height:25px;
width: 230px;
}
.boxItemText{
border-bottom: 1pt solid #F3F3F3;
margin-left:2px;
}
.boxItemDotted{
border-bottom: 1pt solid #F3F3F3;
margin-left:2px;
}
.boxPage
{
	margin:4px;
}
.boxTitle{
	font-size: 12pt;
	font-weight: bold;
	color: #7D1150;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.boxSubTitle{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 4px;
	font: Arial;
}
.boxSubTitleUl{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 4px;
	font: Arial;
	border-bottom: 1pt solid #F3F3F3;
}
.boxText
{
	margin:4px;
	text-align: justify;
}
.boxTextBlue
{
	text-align: justify;
	color: #5F9EA0;
}
.mainPanel{
	width: 740px;
	position: relative;
	margin: -8 auto;
	padding: 0px;
	background-image: url(../images/bgfooter1.jpg);
	background-repeat: repeat-y;
}
.leftPanel{width:240px; float:left;}
.rightPanel{width:451px; float:left;}
.footer1 {
	float: left;
}
.topMenu {
	padding: 0 27px 10px 10px;
	float: left;
}

.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("../images/footerbody.jpg") no-repeat left top;
	margin-left: 116px;
	float:left;
}
a img {
	border: 1px solid #ccc;
}

a {
	color: Green;
	text-decoration: none;
	font: bolder;
}
a:hover {
	visibility: visible; /* IE bug fix */
	color: #FF8C00;
}
a:hover img {
	border: 1px solid #729AD7;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}

.topmenu {
	height: 27px;
	background: url("../images/topmenu.png") no-repeat left top;
	text-align: right;
	padding: 35px 27px 0 0;
}

.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #A3BDE5 url("../images/roll.png") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover {
	background: #83A6DC url("../images/roll.png") no-repeat 0 -27px;
}
.main {
	width: 706px;
	margin: 0 auto;
}

.lightBlueBg {
  background-color: #EAF2F5;
}
#leftPan{width:240px; float:left;}
#rightPan{width:542px; float:right;}
#mainPan{width:790px; margin:0 auto; padding:0px;}
*
{
padding: 0px;
margin: 0px;
}

body
{
	background: url(../images/bgcolor.png) repeat-x;
	font-size: 11px;
	font-family: "Century Gothic";
	color: #0B0B0B;
	line-height: 18px;
}



#outer
{
	width: 800px;
	margin:auto;
	background: #fff url(images/body.png) repeat-y;
	 height:1300px;
}
#outerlong
{
	width: 800px;
	margin: auto;
	background: #fff url(images/body.png) repeat-y;
   height:1300px;
}
#inner
{
	padding: 0px 20px 0px 20px;
	background: #fff url(images/body.png) repeat-y;
}

#menu
{
	position: relative;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #F0F0F0;
	border-top: 1px solid #f0f0f0;
}

#secondarycontent
{
position: relative;
width: 500px;
float: right;
}

#primarycontent
{
	width: 230px;
	float: left;
	border-color: #F7F7F7;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
}

#footer
{
	width: 800px;
	margin:auto;
	text-align: center;
	background: #fff url(images/body.png) repeat-y;
	color: #0C0C0C;
}
.footergoogle
{
	width: 800px;
	margin: auto;
	background: #fff url(images/body.png) repeat-y;
	color: #0C0C0C;
}
.thumbnail
{
	position: relative;
	z-index: 0;
	background-color: #F9F9F9;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail b{
	color: #66CDAA;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
float:left;
background-color:ghostwhite;
padding: 5px;
left: -1000px;
border: 0px solid silver;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:0px;
left: 100px; /*position where enlarged image should offset horizontally */
}
.textbox{
	font-size: 12px;

}