/* CSS Document */

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	  font-family:Arial, Helvetica, sans-serif;
	  background-color:#333333;
}
a{
color: #000000;
text-decoration:underline;
}
a:hover{
color: #666666;
text-decoration:none;
}
a:active{
text-decoration:inherit;
}
a:visited{

text-decoration:underline;
}
div.structure{
float:left;
position:relative;
}
div#container{
width: 784px;
height: 521px;
position:relative;
}
div#top{
background-image:url(../img/top.gif);
background-repeat:no-repeat;
width:784px;
height:32px;
}
div#menu{
clear:both;
background-image:url(../img/menu.gif);
background-repeat:no-repeat;
width:784px;
height:29px;
color:#ebebeb;
overflow:hidden;
text-align:center;
vertical-align:middle;
}
	div#menu p {
		text-align:justify;
		font-size:11px;
		font-weight:bold;
		margin-left:50px;
		margin-top:0px;
		margin-right:200px;/*50*/
		line-height:28px;
	}
	
#main{
clear:both;
width: 784px;
height: 460px;
}
div#left{
background-image:url(../img/left.gif);
background-repeat:no-repeat;
width:179px;
height:460px;
text-align:left;
}
	div#subMenu{
	margin-left:18px;
	margin-top:15px;
	width:160px;
	height:460px;
	text-align:left;
	}
		p.subMenu{
		display:block;
		text-indent:16px;
		padding-top:3px;
		margin-bottom:0px;
		margin-top:7px;
		background-image:url(../img/hr.gif);
		background-position:top left;
		background-repeat:no-repeat;
		font-size:11px;
		font-weight:bold;
		color:#ebebeb;
		}

		ul.subMenu{
		margin-left:20px;
		text-indent:0px;
		line-height:14px;
		font-size:8px;
		font-weight:bold;
		text-transform:uppercase;
		margin-top:5px;
		margin-bottom:0px;	
		color:#666666;
		list-style:inside;
		display:none;
		}

		span.li{
		font-weight:bold;
		color:#ebebeb;
		font-size:9px;
		}
			a.subMenuHead{
			font-weight:bold;
			color:#ebebeb;
			text-decoration:none;
			font-size:11px;
			}
			a.subMenuHead:hover{
			text-decoration:none;
			}
			a.subMenuHead:active{
			text-decoration:none;
			}
			a.subMenuHead:visited{
			text-decoration:none;
			}
			
			a.subMenuPage{
			font-weight:bold;
			color:#ebebeb;
			text-decoration:none;
			}
			a.subMenuPage:hover{
			text-decoration:none;
			}
			a.subMenuPage:active{
			text-decoration:none;
			}
			a.subMenuPage:visited{
			text-decoration:none;
			}
div#center{
background-image:url(../img/center.gif);
background-repeat:no-repeat;
width:345px;
height:460px;
}
	div#centerContentHalf{
	margin-top:1px;
	background-color:#e4e4e4;
	width:100%;
	height:214px;
	text-align:left;
	}
	div#centerContentFull{
	margin-top:1px;
	background-color:#e4e4e4;
	width:100%;
	height:375px;
	text-align:left;
	}
	div#pageHead{
	clear:both;
	font-size:22px;
	font-weight:bold;
	text-transform:capitalize;
	margin-top:13px;
	margin-bottom:5px;
	margin-left:18px;
	color:#666666;
	width:300px;
	}
	div#pageContentHalf{
	clear:both;
	font-size:10px;
	padding-right:10px;
	line-height:14px;
	margin-left:20px;
	color:#000000;
	width:295px;
	height:145px;
	overflow:auto;
	scrollbar-face-color:#ccc;
	scrollbar-track-color:#e4e4e4;
	scrollbar-arrow-color:#666;
	scrollbar-darkshadow-color:#e4e4e4;
	scrollbar-3dlight-color:#e4e4e4;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#666;
	}
	div#pageContentFull{
	clear:both;
	font-size:10px;
	padding-right:10px;
	line-height:14px;
	margin-left:20px;
	color:#000000;
	width:295px;
	height:342px;
	overflow:auto;
	scrollbar-face-color:#ccc;
	scrollbar-track-color:#e4e4e4;
	scrollbar-arrow-color:#666;
	scrollbar-darkshadow-color:#e4e4e4;
	scrollbar-3dlight-color:#e4e4e4;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#666;
	}
div#right{
background-image:url(../img/right.gif);
background-repeat:no-repeat;
width:260px;
height:460px;
text-align:left;
}
	div#right img{
	border: 1px solid #222222;
	}
	div#sImgContainer{
	width:94%;
	margin-top:10px;
	}
		div#sImgHead{
		clear:both;
		width:100%;
		font-size:15px;
		font-weight:bold;
		text-transform:capitalize;
		color:#999999;
		text-align:center;
		margin-bottom:2px;
		}
		div#sImgContent{
		width:100%;
		
		}
			.imgLeft{
			margin-top:4px;margin-left:7px;
			}
			.imgCenter{
			margin-top:4px;margin-left:3px;margin-right:3px;
			}
			.imgRight{
			margin-top:4px;
			}

.thumbHead{
font-size:10px;
font-style:italic;
color: #e4e4e4;

margin: 10px 30px 0px 10px;
}

#content {
	POSITION: absolute;
	color:#000000;
	font-size:10px;
}
BODY {
	MARGIN: 0px; OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 100%
}
