/* CSS Document */
html,body {
	width:100%;
	height:100%;
	margin:0;
	border:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bg {
	height:100%; 
	width:100%; 
	padding:0px; 
	border:0; 
	margin:0; 
	position:fixed; 
	z-index:-1;
}
#page_body {
	width:100%;
	position:relative; 
	height:100%; 
	margin:0;
}

a:link {
	color: #FB6D00;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #FB6D00;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #FB6D00;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}
#title_main {
	width:587px; 
	height:44px; 
	background-image:url(/images/bg_title_main.png); 
	background-position:top; 
	background-repeat:no-repeat; 
	text-align:left; 
	color:#fff; 
	font-size: 24px; 
	font-weight:bold; 
	vertical-align:middle; 
	padding-top:6px;
}
#title_right {
	width:280px; 
	height:44px; 
	background-image:url(/images/bg_title_right.png); 
	background-position:top; 
	background-repeat:no-repeat; 
	text-align:center; 
	font-size:24px; 
	color:#000; 
	font-weight:bold; 
	vertical-align:middle; 
	padding-top:6px;
}
#content_left {
	width:590px; 
	height:100%; 
	float:left; 
	padding-left:5px;
	text-align:justify;
}
#content_right {
	width:310px; 
	height:100%; 
	float:right; 
	padding-left:10px;	
	text-align:center;
	overflow:visible;
}
#content_right_text {
	width:300px; 
	height:100%;
	border-left:2px; 
	border-color:#F60; 
	border-left-style:dotted; 
	text-align:justify; 
	vertical-align:top;
	padding-left:5px;
	overflow:visible;
}
#content_text {
	width:917px; 
	height:100%;
	color:#FFF; 
	text-align:justify; 
	padding-left:10px; 
	padding-right:10px;
}
#content_bg {
	width:937px; 
	background-image:url(/images/content_mid.png); 
	background-repeat:repeat-y; 
	text-align:center; 
	overflow:hidden;
}
#container {
	width:937px; 
	height:100%; 
	vertical-align:top;
}
#dot_bar {
	padding-top:10px; 
	padding-bottom:10px; 
	clear:both;
}
#optiontext
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-VARIANT: normal;
}
.button
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
	CURSOR: hand;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: #FB6D00;
    FONT-VARIANT: normal
} 

