BODY {	width: 100%; margin: 0;	text-align: center;	background: #2f2f2f url(img/bodybg.gif) top repeat-x;}
#container { width: 780px; margin: 0 auto; padding: 0; font: normal 12px "Times New Roman"; background: url(img/bg_container.jpg) repeat-y; text-align: center;}
#banner { width: 780px; height: 113px; margin: 0 auto; background: url(img/bg_banner.jpg) no-repeat center; padding: 0; text-align: center;}
#banner .topimage{ margin-right: 54px; text-align: right; }

/*-----topmenu-----*/
	#topmenu {
		width: 756px;
		height: 23px;
		text-align: center;
		margin: auto;
		padding: 0;
		background: #939393 url(img/menubg.jpg) top repeat-x;
}

	#topmenu ul {
		margin: 0;
		padding: 0;	
		}
		#topmenu ul ul li a {display: block;}

	#topmenu ul li {
		position: relative;
		list-style: none;
		text-align: center;
		float: left;
		height: 19px;
		padding: 2px 5px 0 5px;	
	}

	#topmenu ul li:hover {
		margin: 0;
		color: white;
	}

	#topmenu h2, #topmenu h2 a {
		margin: 0;
		padding: 0;
		font: bold 11px arial, helvetica, sans-serif;
		color: #043352;
	}

	#topmenu h2 a { text-decoration: none; color: #043352;
	}

	#topmenu h2 a:hover { color: white; }

	#topmenu ul ul {
		position: absolute;
		background: #ba0825;
		top: 17px;
		margin: 0;
		padding: 0;
		width: 137px;
		/*display: block;*/
		text-align: left;
		z-index: 500;
		border: solid 1px #dcd5d6;
	}

	#topmenu ul ul li, #topmenu ul ul li:hover {
		text-align: left;
		margin: 0;
		margin-bottom: 1px;
		padding-right: 4px;
		font: normal 12px arial, helvetica, sans-serif;
		color: #272727;
		background: #c3a9ae;
		width: 128px;
		height: 17px;
	}

	#topmenu ul ul li a { 
		color: #272727;
		text-decoration: none;
	}

	#topmenu ul ul li:hover {
		background: #a58e93;
	}

	#topmenu ul ul li a:hover {color: white;}


	div#topmenu ul ul,
	div#topmenu ul li:hover ul ul,
	div#topmenu ul ul li:hover ul ul
	{display: none;}

	div#topmenu ul li:hover ul,
	div#topmenu ul ul li:hover ul,
	div#topmenu ul ul ul li:hover ul
	{display: block;}

/*--------end of topmenu--------*/

#main{
width: 780px;
background: url(img/bg_content.jpg) bottom no-repeat;

}

#col1 {	width: 190px;	float: left; margin-left: 27px;	padding: 0;}

#col1 .boxleft{	margin: 0 0 3px 0; padding: 0;	width: 100%; text-align: justify; float: left; font: normal 12px Arial, Helvetica, sans-serif; background: #bc0825 url(img/boxleftbg.jpg) bottom repeat-x;}

.tlc, .trc, .blc, .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}

.boxleft .tlc
	{
	background-image:url(img/tlc.gif);
	background-position: 0% 0%;
	}

.boxleft .trc
	{
	background-image:url(img/trc.gif);
	background-position: 100% 0%;
	}
	
.boxleft .blc
	{
	background-image:url(img/blc.gif);
	background-position: 0% 100%;
	}

.boxleft .brc
	{
	background-image:url(img/brc.gif);
	background-position: 100% 100%;
	}

			
.boxleft .tb
	{
	background-image:url(img/tb.gif);
	background-position: 0% 0%;
	}

.boxleft .bb
	{
	background-image:url(img/bb.gif);
	background-position: 50% 100%;
	}
	
.boxleft .rb
	{
	background-image:url(img/rb.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.boxleft .lb
	{
	background-image:url(img/lb.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

.boxleft .boxcontent {
	padding: 0 5px 5px 5px;
	color: #f4eff0;
	font: normal 11px/150% Arial, Helvetica, sans-serif;
	text-align: center;
}

.boxleft .boxcontent a{color:#f7e190;}

#col2 {	width: 68%;	float: right; text-align: center; background: url(img/img4.jpg) no-repeat; margin: 0 20px 0 0;}
* html #col2 {	width: 65%; }

.hometext {
	width: 98%;
	color: #444444;
	font: normal 14px/140% "Times New Roman";
	margin: 0 0 0 5px;
	text-align: justify;
}
.hometext img { float: left; clear: right; margin: 0 5px 0 0; border: solid 1px black;}
.hometext p { text-align: left; }
.hometext b { color: #C10726; }
.hometext ul li{list-style-image: url(img/bullet.gif);  }
.hometext h2 {	color: #b70824;	font: bold 14px "Times New Roman";} 
.hometext a { color: #8495a4;}
.hometext a:hover { color: #c4a9ae;}

.imagerow { width: 100%; float: left; }
.imagerow .imagebox { float: left; margin: 0 35px 10px 0; font: bold 12px "Times New Roman"; }

/*-------------table--------------*/
#table {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: solid 1px #7e8284;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #444444;
	background: #f3f2f0;
}

.button, .tableheader {
 	BACKGROUND: url(img/buttonbg.gif) repeat-x;;
 	color: #ba0825;
	height: 22px;
	font-weight: bold;
	text-align: center;
}

input, textarea{ 
	color:#444444;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #FFFFFF;
	border: solid 1px #7e8284;
} 

/*---------end of table-----------*/

h1 {color: #b70824;	border-bottom: solid 1px #909090; margin-bottom: 5px; padding-left: 5px; font: bold 18px "Times New Roman";}

.bullet {background: url(img/bullet.jpg);}

.dottedline {
border-bottom: 1px dotted #e6cd8b;
width: 96%;
margin: 3px 0 8px 0;
}

a {text-decoration: none;}
.img {float: left;margin: 2px;}/*for the dropdown menu*/
br { clear: both; }
.spacer {  clear: both;  height: 1px; }
.box {
	border: dotted 1px #9B9B9B;
	padding: 3px;
	margin-bottom: 10px;
	color: #9B9B9B;
	font: bold 10px Arial, Helvetica, sans-serif;
	background: #EAE3EC;
}

.bold {font-size: 12px;color: red;}
.red {color: #b70824;}

#footer {
	width: 756px;
	height: 40px;
	color: #8B8B8B;
	text-align: center;
	/*margin: 8px auto 5px auto;*/
	margin: auto;
	padding: 0;
	background: white url(img/bg_footer.jpg) no-repeat bottom;
	font: normal 10px Arial, Helvetica, sans-serif;
}
#footer .text{
	float: right;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #a2a0a0;
	width: 540px;
	text-align: left;
}

#footer .left { float: left; width: 47%;  margin: 0 0 0 30px;}
#footer .right { float: right; width: 47%; text-align: left;}
#footer a { color: #c1a9ad;	text-decoration: none; }
#footer a:hover {color: #761019;}

/* Print Styles */
@media print {
	body { background: #FFFFFF; text-align: center; color: black; font: normal 11pt/130% Verdana,Arial,Helvetica,sans-serif;}
	#banner, #topmenu, #footer {display: none;}
	#col1 {width: 95%;}
 }

