/* CSS Document */
body{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
color:#FFFFFF;
margin:0;
padding:0;
}
.container{
	width:940px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	background:url(images/Background.jpg) repeat;
	border: #5A5455 1px solid;

}
.banner{
padding:0px;
margin:0px;
background:url(images/Background.jpg) repeat;
}
.breadcrumb{
height:37px;
padding:0px;
margin:0px;
border-left:#B2B1AF 1px solid;
}
.breadcrumbText{
	font-weight:bold;
	padding: 15px 0px 0px 10px;
	margin:0px 0px 0px 8px;
	width:916px;
	height:37px;
	background:url(images/Breadcrumb.jpg) repeat;
}
.leftRepeat{
width:12px;
background-image:url(images/LeftRepeat.jpg);
background-repeat:repeat-y;
}
.leftTD{
width:156px;
background-image:url(images/LeftTD.jpg);
background-repeat:repeat-y;
}
.contentTD{
width:766px;
background:url(images/Content_TD.jpg)repeat;
}
.rightRepeat{
width:8px;
background:url(images/Right_Repeat.jpg) repeat-y;
}
.address{
color:#CCCC33;
text-align:center;
}
.address a{
color:#CCCC33;
text-decoration:none;
}
.address a:hover{
color:#CCCC33;
text-decoration:underline;
}

#header{
	background:url(images/menu.jpg) repeat;
}

p{
padding-left:5px;
padding-right:5px;
}
.menuTD{
background:url(images/menu.jpg) repeat;
border-left:#B2B1AF 1px solid;
}
.menu{
margin:0px 8px 0px 8px;
padding:0;
}
.textMenu{
text-align:center;
color:#333333;
font-weight:bold;
background:url(images/Menu_Background.jpg) repeat;
border-right-color:#333333;
border-right-style:solid;
border-right-width:1px;
padding:5px;
}
.textMenu a{
color:#333333;
text-decoration:none;
}
.textMenu a:hover{
color:#333333;
text-decoration:underline;
}
.pic{
padding-top:5px;
}
#footer{
	background:url(images/Footer.jpg) repeat-y;
}
