/* CSS Document */
html {
	height: 100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	background-color:#330000;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	font-size: 12px;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

a{
	font-weight: bold;
	color: #300;
	text-decoration: underline;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0;
}

table
{
	border: 1px solid #000;
	background-color: #FCFCFC;
	width: 480px;
}

.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	background-color: #FBFBFB;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	width: 890px;
	position:absolute;
	left: 100px;
	top: 0px;
}

#bodyspecial{
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	width: 1000px;
	position:absolute;
	left: 100px;
	top: 0px;
}

#body img{
	display:block;
	font-size:0;
	line-height:0;
}




/*------------------------------------------------left--------------------*/
#left{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
	float: left;
	background-image: url(images/sidebg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: 100%;
}
#left p.leftTop{
	display:block;
	width:171px;
	background:url(images/left_top.gif) 0 0 no-repeat;
	height:27px;
	float:left;
	margin:17px 0 0 0;
}
#left ul.menu2{
	width:171px;
	margin:0;
	float:left;
	text-align: left;
	background-color: #FCFCFC;
	background-position: 0 0;
	top: 200px;
	bottom: 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/sidebg.gif);
	background-repeat: repeat;
}
#left ul.menu2 li{
	padding:0;
	margin:0;
	height:22px;
	background:url(images/left_link_div.gif) left bottom repeat-x;
	
}
#left ul.menu2 li a{
	display:block;
	height:21px;
	color:#000;
	text-decoration:none;
	padding:0 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	background-color: #FCFCFC;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}

#left ul.menu2 li a:hover{
	background-color:#CCC;
	color:#000;
}
#left ul.menu2 li.noBdr{
	background-image:url(images/sidebg.gif);
	height: 100%;
	background-repeat: repeat;
}



/*------------------------------------------------left--------------------*/



/*------------------------------------------------right--------------------*/
#right{
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FDFDFD;
	border-left-color: #FDFDFD;
	background-color: #FFF;
	width: 630px;
	overflow: hidden;
	margin: 0;
	padding: 0px;
}

#rightspecial{
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FDFDFD;
	border-left-color: #FDFDFD;
	background-color: #FFF;
	width: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0px;
}

#right span{
	color:#CD7A00;
	background-color:inherit;
	font-weight:bold;
}
#right p.rightTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 20px;
	margin-right: 75px;
	margin-bottom: 20px;
	margin-left: 75px;

}

