/* CSS Document */
body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
	background-color: #EBE3D8;
  
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	

}
div#page
{
    width: 770px;
    margin: 0 auto;
}
div#header
{
	background-color:#EBE3D8;
	height:210px;
	
}
div#tail
{
	background-color:#EBE3D8;
}
div#header, div#tails, div#page_content
{
    width: 770px;
}
div#header-top1
{
	width: 271px;
	height:210px;
	background-color:#efebe2;
	vertical-align:text-bottom;
	text-align:center;
	float:left;
}
div#header-top2
{
	width: 145px;
	height:210px;
	background-color:#efebe2;
	vertical-align:text-bottom;
	float:left;
}
div#header-top3
{
	width: 334px;
	height:210px;
	background-color:#efebe2;
       /* background-image:url(../images/imageright.jpg); */
	vertical-align:text-bottom;
	float:left;
}
div#header-top21
{
	width: 145px;
	height:210px;
	background-color:#efebe2;
	vertical-align:text-bottom;
	float:left;
}
div#header-top31
{
	width: 334px;
	height:210px;
	background-color:#efebe2;
        background-image:url(../images/imageright.jpg); 
	vertical-align:text-bottom;
	float:left;
}
div#header-top4
{
	width: 334px;
	height:210px;
	background-color:#efebe2;

	vertical-align:text-bottom;
	float:left;
}
div#pagecontent{

	width:770px;
	
}

div#left_panel{

	width:270px;
	height:193px;

	text-align:justify;

	float: left;
	
	

}

div#left_panel h1{

	font-family:Verdana;

	font-size:18px;

	color: #000000;

}

div#left_panel p{

	font-family: Verdana;

	font-size:12px;

	color:#000000;

}

div#middle_panel{

	width: 450px;
	
	background-color: #FFFFFF;
	float:left;
	line-height:18px;
	text-align:justify;
}

div#middle_panel h1{

	color: #FFFFFF;
	font-size:16px;
	margin-left:10px;
}

div#middle_panel h2{

	color: #DD3D01;
	font-size:12px;
	padding-left:5px;
}

div#middle_panel, p{

	font-family:Verdana;

	font-size:10px;

	color:#333333;
	padding-left:20px;
	padding-right:10px;

}

div#right_panel{

	width: 10px;
	background-color: #EBE3D8;
	float:right;
}

div#left_top{

	width: 270px;
	height:193px;
	background-color:#efebe2;
	

	
}

div#left_middle{

	width: 255px;
	height:163px;
	text-align:left;
	padding-left:18px;
	background-color:#efebe2;
	background-repeat:repeat;
	
	color:#333333;
	
}

div#left_bottom{
	width: 270px;
	height:163px;
	text-align:center;
	background-image:url(../images/footerimg.jpg);
	background-repeat:no-repeat;
}

div#right_header{

	width: 450px;
	height:58px;
	padding-top:20px;
	background-color: #FFFFFF;
	background-image:url(../images/headerbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
	
}

a:link, a:active, a:visited{
	text-decoration:none;
	color:#333333;
}

a:hover{
	text-decoration:none;
	color:#AAAAAA;
}


#tails
{
	height: 30px;	
}
#toplink
{
    float: right;
    margin-top: 0px;
	margin-right: 0px;
    font-family: arial;
    font-size: 15px;
	width:375px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	height: 90px;
}

#tailbg
{	
	height: 20px;
	margin-top:10px;
}
#copyright
{
    font-family: verdana;	
    font-size: 9px;
    padding-top: 50px;
	padding-right:100px;	
	color: #CCCCCC;
	text-align: right;
	height: 18px;
}
.submenu{
display: block;
	text-align:left;
	padding-left:0px;
}

.hide{
display: none;

}



.show{

display: block;
}

