﻿body {
text-align: center;
margin: 0px;
}


#maindiv{
	margin-left: auto; /**for firefox centering **/
	margin-right: auto;	 /**for firefox centering **/
	border-right: 1px black solid;
	border-left: 1px black solid;
	border-bottom:  1px black solid;
	
	text-align: left;
	width: 780px;
}

/*******************************************************************/
#maintable{
	width: 780px;
	border-style: hidden;
	border-collapse:collapse;
	margin: auto;
}

#maintable td{
	padding: 0px;
}

#tdleft{
	width: 234px;
	background: #f6f6f6;
	vertical-align: top;
	height:100%;
	border-right: 1px black dotted;
	background-image: url('pics/bg2.png');
	background-repeat: repeat-x;
}



#tdright{

	width:543px;
	vertical-align: top;	
}

#leftdiv{
	
}

#rightdiv{
	width: 100%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;	
	background-image: url('pics/bg.png');
	background-repeat: repeat-x;
	text-align: left;
}


.leftdivhr{
	height:2px;
	margin: 3px;
}

.news{
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	font-family: Georgia;

}



.news a{
	text-decoration: none;
	color: black;
}

.news .content{
	margin-top: 7px;
}

#content img{
margin: 5px;
}

#rightdiv p{
	font-family: Georgia;
	font-size: 11px;

	padding-left: 12px;
	padding-right: 12px;

}

#leftdiv2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #f6f6f6;
	border-top: 0px black double;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	height: 10px;

}

.title{
	color: #ff6927;
	margin-left: 0px;
	padding-left: 28px;
	background-image: url('pics/logo-sml.jpg');
	background-position: 0px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	font-weight: bold ;
	font-size: 13px;
	font-family: "Lucida Bright" ;
}


.title1{
	color: #ff6927;
	font-weight: bold;
	font-size: 13px;
	font-family: "Lucida Bright" ;
	margin-left: 13px;
	
}

.reason{
	margin-top: -0px;
}

#titlemain{
	color: #ff6927;
	text-align: right;
	margin-left:13px;
	margin-top:20px;
	font-weight: bold;
	font-size: 13px;
	font-family: "Lucida Bright" ;
	text-decoration: underline;
	text-align: left;

}

#flashcontent1{


}

#I1{
	vertical-align: top ;

	width: 543px; 
	border: 0px;
	height: 430px;}
	
	
	h3{
	font-size: 14px;
	color: #06214e;
	font-family: Georgia;
	font-size: 12px;
	margin: 10px;
	margin-left: 30px;
}

.switchcontent{
	background: #cecece ;
	color: #06214e;
	margin-left: 15px;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px #06214e solid ;

}



/*************************************************************************/
/* Padding not included here if using sticky close box  */
div#tipDiv {
    color:#000; font-size:11px; 
    background-color:#E1E5F1; border:1px solid #667295; 
    width:250px; 
}

/* styles for wrap functions  */
div#tipDiv .stickyBar {
    background-color:#06214e; 
    }
    
div#tipDiv .stickyTitle {
    padding:0 0 2px 4px; color:#cecece; font-size:14px;      
    }
div#tipDiv div.stickyContent {
    padding:4px;
    }
/* sticky with closeBox is in table */  
div#tipDiv td { font-size:11px; }


div#tipDiv div.img { text-align:left }
div#tipDiv div.txt { text-align:left; color: #06214e; }
/*************************************************************************/