/* CSS Document */
body
{
	padding: 0;
/*	margin: 0;*/
/*	background-color:#eaf2fa;*/
	background: #eaf2fa url(../images/bkg_main.jpg) repeat-x;
	color: #000000;
	font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
/*	font-size: 80%;*/
	font-size: 12px;
	margin: 0 auto;
}

td, p
{
	color: #044f90;	
	font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
/*	font-size: 80%;*/
	font-size: 16px;
/*	line-height: 14px;*/
}
.MainContent {
/*	padding:0px 5px 5px 5px;*/
	margin: 0 auto;
/*	background: url(../images/bkg_content.png) repeat-y;*/
	background: url(../images/bkg_content2.jpg) no-repeat;	
}
.BkgFlash {
/*	padding:0px 5px 5px 5px;*/
	margin: 0 auto;
	background: url(../images/hd_cpy.jpg) no-repeat;
	width: 786px;
	height: 343px;
	text-align:center;
}
#footer {
/*	padding:0px 5px 5px 5px;*/
	height: 63px;
	background: url(../images/bkg_footer.png) no-repeat;
}
#footer p {
	padding:10px 5px 20px 5px;
	font-size:10px;
	color:#10385c;
	text-align:center;
}
.bkgMenu {
/*	padding:0px 5px 5px 5px;*/
	height: 521px;
	background: url(../images/bkg_menur.jpg) no-repeat left top;
}
.bkgContent {
	padding:0px 5px 5px 5px;
	background: url(../images/bkg_curve01.jpg) no-repeat 10px 0px;
}

h1  {
     font-size: 18px;	 
	 padding-bottom:1px;
     font-weight: bold;
     line-height: normal;
	 color: #045ca8;
	 font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;	  
}
#navbar {
	width: 180px;
	float:left;
	text-align:left;
	margin: 10px 10px 0px 30px;
}
#navbar ul li {
	list-style-type: none;
}
#navbar ul li a:link, #navbar ul li a:visited {
	color: #23649d;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	line-height: 24px;	
	background: url(../images/dot01.gif) no-repeat bottom left;
}
#navbar ul li a:hover {
	color: #000;
}
#navbar ul {
	padding-left: 20px;
	margin-left: 0;
}
#navbar ul li ul {
/*	margin-left: 10px;*/
	line-height: 24px;
}
#navbar ul li.submenu a:link{
	color: #2783fb;
	font-size: 10px;
	font-weight:bold;
	border-left:#62a2d8 solid 4px;
	padding: 0px 10px 0px 10px;
}
#navbar ul li.submenu a:hover{
	color: #23649d;
	font-size: 10px;
	font-weight:bold;
	border-left:#23649d solid 4px;
}
#navbar ul li.current a:link, #navbar ul li.current a:visited {
/*	border-bottom: 1px dotted #689ecd;*/
	background: url(../images/dot01.gif) no-repeat bottom left;
}





.leftmenu{
list-style-type: none;
margin: 30px 0;
padding: 0;
width: 180px;
/*border-bottom: 1px dotted #9A9A9A;*/
}
.leftmenu li,ul{
padding: 0;
margin: 0;
list-style-type: none;
}
.leftmenu li a{
background: url(../images/ic_03.gif) no-repeat 2px center;
font: bold 12px Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
color: #01559e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 35px;
text-decoration: none;
border-bottom: 1px dotted #B5B5B5;
list-style-type: none;
}
* html .leftmenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 170px;
}
/*.leftrmenu li a:visited, .leftrmenu li a:active{
color: #8d251c;
list-style-type: none;
}*/
.leftmenu li a:hover{
color: #a11116;
background-image:url(../images/ic_01.gif); /*onMouseover image change. Remove if none*/
}
#left .padding {
	float: left;
	padding: 5px;
	width: 200px;
	margin: 21px 10px 15px 10px;
}




.cpy1 a:link {
	text-decoration: none;
	color: #339900;
}
.cpy1 a:visited {
	text-decoration: none;
	color: #339900;
}
.cpy1 a:hover {
	text-decoration: none;
	color: #990000;
}
.cpy1 a:active {
	text-decoration: none;
	color: #339900;
}