/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#F7F7F7;
	background-image:url(images/pagebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, "Swis721 BlkCn BT";
	font-size:11px;
	line-height:14px;
	color:#4E4E4E;
}

li{
	padding:5px 0px;
}

p {
	margin:0px;
	padding:8px 0px 8px 0px;}


.orangetxt {
	color:#FB8B13;
}

a {
	text-decoration:none;
	outline:none;
	color:#FB8B13;
}

a:hover {
	text-decoration:none;
	outline:none;
	color:#000000;	
}



#main {
	width:790px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-image:url(images/headerbg.jpg);
	background-repeat:no-repeat;
	height:157px;
	overflow:auto;
}

#header .grayboxbg {
	width:731px;
	height:75px;
	background-color:#F7F7F7;
	margin:auto;
	margin-top:82px;
}

#header .grayboxbg  .grayBLeft{
	float:left;
	padding-left:15px;
	padding-top:15px;

}

#header .grayboxbg  .grayBRight{
	float:left;
	padding-top:11px;
	padding-left:18px;
}

#container {
	background-image:url(images/mainbg.gif);
	height:100%;
	overflow:hidden;

}

#container .cLeftColumn{
	float:left;
	width:210px;
	padding:10px;
}


.navigationBar {
	width:165px;
	margin-left:20px;
	padding-top:10px;

}

.navigationBar ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.navigationBar  li {
	font-weight:bold;
	padding:0px;
	margin:0px;

}

.navigationBar  li a{ 
	border-bottom:#BEBEBE dashed 1px;
	height:17px;
	padding:7px 0px 5px 10px;
	color:#4E4E4E;
	display:block;
	text-decoration:none;
	outline:none;
}

.navigationBar  li a:hover{ 
	background-color:#F6F6F6;
	border-bottom:#BEBEBE dashed 1px;
	height:17px;
	padding:7px 0px 5px 10px;
	color:#FB8D17;
	text-decoration:none;
	outline:none;	
}


#container .cLeftColumn .cLeftCoumn2{
	margin-left:18px;
	padding-top:20px;
}

#container .cLeftColumn .cLeftCoumn3{
	margin-left:18px;
	padding-top:20px;
	padding-right:15px;
	padding-bottom:0px;
}


#container .cLeftColumn .cLeftCoumn4{
	position:absolute;
	padding-left:10px;

}



#container .cRightColumn{
	float:left;
	width:530px;
}

.contentsBox {
	width:521px;
	padding-left:8px;
	padding-right:10px;
	padding-top:15px;
}

.contentsBox h1{
	font-size:17px;
	color:#FF9900;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight:bold;
	padding:0px;
	margin:0px;
	border-bottom:#CCCCCC dashed 1px;
	padding-bottom:8px;
}


.borderimg {
	border:dashed 1px #999999;
	padding:3px;

}


.headerimg {
	padding-top:8px;
	padding-left:3px;

}



.RightColumn1 {
	border-bottom:#999999 dashed 1px;
	margin-left:10px;
}

.rightMainColumn{
	overflow:hidden;
	height:100%;
	margin-top:23px;
	width:510px;
	margin-left:10px;
}

.rightMainColumnLeft{
	float:left;
	width:227px;
	padding-left:20px;
}


.rightMainColumnRight{
	float:left;
	width:227px;
	padding-left:20px;	

}




#footer {
	background-image:url(images/footerbg.gif);
	background-repeat:no-repeat;
	height: 60px;
	clear:both;
	padding:78px 10px 0px 10px;
}

#footer .footerLeft {
	float:left;
	
}

#footer .footerRight {
	float:right;
	text-align:right;
}

#footer a{
	margin-left:5px;
	color:#666666;
	text-decoration:none;
	outline:none;

}

#footer a:hover{ 
	text-decoration:none;
	color:#FF6600;
	outline:none;	
}

.boxstyle {
	border:#CCCCCC solid 1px;
	background-color:#F5F5F5;
	padding:2px 3px 2px 3px;
	font-size:11px;
	color:#333333;
 }
 
 .sitemapContents {
 	border:#CCCCCC dashed 1px;
	margin-left:-4px;
	margin-right:5px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
 }
 
.sitemapContents  ul { 
	
}

.sitemapContents li {
	padding:5px 0px;
	margin:0px;
}


.boxstyle01 {
	border:#CCCCCC solid 1px;
	border-left:none;
	border-top:none;
	border-right:none;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	padding:2px;
	
 }
 
