body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#c0ca8e;
	margin:0px;
	padding:0px;
	font-size:14px;
}

#home_bg
{
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:auto;
	background-position:top;
	margin:0px;
	padding:0px;
	position:absolute;
	

}
#internal_bg
{
	background-image:url(images/internal_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:auto;
	background-position:top;
	margin:0px;
	padding:0px;
	position:absolute;

}


h1
{
	color:#000000;
	font-size:25px;
	font-weight:normal;
}

p
{
	font-size:14px;
	color:#000000;
	margin:0px 10px 15px 0px;
	text-align:justify;
	line-height:20px;

}

ol
{
	margin:0px;
	padding-left:25px;
	margin-right:5px;
	list-style-position:outside;

}

ol li
{

	line-height:20px;
	margin:5px 0px 5px 0px;
}

ol li a
{
	text-decoration:none;
	color:#d10606;
}

ol li a:hover
{
	text-decoration:underline;
	color:#d10606;
}


#container
{
	width:975px;
	height:auto;
	margin:0px auto;

}

img.img1
{
	margin:0px 5px 0px 0px;
}

img.img2
{
	margin:10px auto;
	border:1px #ead2d1 solid;
	padding:5px;
}

img.border
{
 border-right:outset #c8c8c8 3px;
 border-bottom:outset #c8c8c8 2px;
 border-top:solid #c8c8c8 1px;
 border-left:solid #c8c8c8 1px;
 	

}
#header
{
	width:975px;
	height:auto;
	background-image:url(images/top_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:17px;
	text-align:center;
}

#flash
{
	
	width:975px;
	height:328px;
	background-image:url(images/flash_home_bg.jpg);
	background-repeat:no-repeat;
	
	
}
#flash_internal
{
	
	width:975px;
	height:188px;
	background-image:url(images/flash_internal_bg.jpg);
	background-repeat:no-repeat;
	
}


#content_outer
{
	width:975px;
	height:auto;
	background-image:url(images/bg_outer.jpg);
	background-repeat:repeat-y;
	float:left;

}
#content_bg_top
{
	width:957px;
	height:21px;
	background-image:url(images/content_bg_top.jpg);
	background-repeat:no-repeat;
	
	
}
#content
{
	width:957px;
	height:auto;
	float:inherit;
	margin-left:9px;
	background-image:url(images/content_main_bg.jpg);
	background-repeat:repeat-y;
	
	
	
}

#content .content
{
	width:940px;
	height:auto;
	
	
	margin-left:8px;
	
	
	

}

#content .content #left
{
	width:700px;
	height:auto;
	float:left;
	margin:0px;
	position:relative;
	
}

#content_bottom
{
	width:690px;
	height:auto;
	
}

#content_bottom .left
{
	width:270px;
	height:auto;
	border-right:1px #dfd5d6 solid;
	float:left;
}
#content_bottom .right
{
	width:270px;
	height:auto;
	float:right;
}



#content .content #right
{
	width:232px;
	height:auto;
	float:right;
	
	margin:0px;
	position:relative;
	
}

.box
{
	width:230px;
	height:auto;
	background-color:#f6e9e8;
	border:1px #dcdcdc solid;
	margin-bottom:20px;
}

.box .boxheading
{
	height:21px;
	width:228px;
	background-color:#FF0000;
	background-image:url("images/box_heading_bg.jpg");
	margin:1px 1px 1px 1px;
	
}
.box .text
{
	text-align:center;
	width:228px;
	height:auto;
	padding:10px 0px 10px 0px;
	font-size:12px;
}

.box .text1
{
	text-align:center;
	width:208px;
	height:auto;
	padding:10px 0px 10px 0px;
	font-size:12px;
}
.box .text a
{
	color:#d10606;
	text-decoration:none;
	font-weight:bold;

}

.box .text a:visited
{
	color:#d10606;
	text-decoration:none;

}
.box .text a:hover
{
	color:#d10606;
	text-decoration:underline;

}
.heading1
{
	font-weight:normal;
	margin:10px 0px 10px 0px;
	font-size:22px;

}


.heading2
{
	color:#ffffff;
	margin:0px 2px 0px 2px;
	line-height:21px;
	font-size:12px;
}

#case-box
{
border:#CCCCCC solid 1px;
height:380px;
margin:10px 5px 0px 0px;
}

#heading-case
{
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	font-size:18px;
	width:100%;
	background-color:#e1e6c8;
	border-bottom:#cccccc solid 1px;
	float:left;
}

.case1
{
float:left;
width:210px;
margin:0px 0px 0px 0px;
font-size:13px;
text-align:center;
padding-top:2px; 
}

.case1 .txt
{
text-align:left;
font-size:13px; 
}

.case2
{
float:left;
width:210px;
margin:0px 0px 0px 5px;
font-size:13px;
text-align:center;
padding-top:2px;  
}


.case3
{
float:left;
width:210px;
margin:0px 0px 0px 5px;
font-size:13px;
text-align:center;
padding-top:2px;  
}

ul
{
	margin:0px;
	padding-left:25px;
	margin-right:5px;
	list-style-position:outside;

}

ul li
{

	line-height:18px;
	margin:5px 0px 5px 0px;
}

ul li a
{
	text-decoration:underline;
	color:#863935;
}


ul li a:visited
{
	text-decoration:underline;
	color:#863935;
}


ul li a:hover
{
	text-decoration:none;
	color:#863935;
}



#bg_bottom
{
	clear:both;
	width:975px;
	height:35px;
	background-image:url(images/bg_bottom.jpg);
	background-repeat:no-repeat;
}




#footer
{
	clear:both;
	width:975px;
	height:70px;
	font-size:11px;
	color:#86403d;
	text-align:center;
	
}

#footer a
{
	color:#000000;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	font-size:12px;
}

#footer a:hover
{
	color:#000000;
	text-decoration:underline;
	margin:0px 10px 0px 10px;
	font-size:12px;
}
#footer p
{
	text-align:center;
}
