<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container { 
	width:100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

/******************HEADER BEGIN******************/

#header {
	width:100%;
	position:relative;
}

#header_container {
	width:1000px;
	height:120px;
	margin: 0 auto;
}

#head_content {
	width:400px;
	height:110px;
	margin:10px 0 0 0;
	float:left;
	text-align:center;
}

.head_content_text h2 {
	padding:0;
	margin:0px;
}

#head_content a {
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	text-shadow: #ffc100 1px 1px 0px;
	color:#FFFFFF;
}

#head_content a .text_color1 {
	color:#ffc100;
	font-size:28px;
	font-family:"Comic Sans MS", cursive;
	text-shadow:none;
	font-weight:bold;
}

#header_content {
	width:590px;
	height:110px;
	margin:10px 0 0 0;
	float:right;
}

/****************** HEADER END ******************/


/****************** CONTNET BEGIN ******************/

#content { 
	width:100%;
	position:relative;	
}

#content_container { 
	width:1000px;
	margin: 0 auto;
	background-image:url("../image/content_container.gif");
	background-position:0 0;
	background-repeat:repeat-y;
}

#content_bottom { 
	font-size:0;
	height:15px;
	width:100%;
}

/****************** RIGHT BEGIN******************/

#left {
	float:left;
	width:254px;	
}

#box_left {
	width:254px;
	position:relative;
	z-index:10;
}

.box_left_title { 
	width:254px;
	height:27px;
	background-color:#ffc100;
	text-align:left;
}

/*â design - ver2 â*/
.design_ver2 .box_left_title {
    width:239px;
    height:22px;
    color:#000000;
    font-size:14px;
    padding:5px 0 0 15px;
    text-transform:uppercase;
    font-weight:normal;
}
/*â design - ver2 â*/

.box_left_title h3 { 
	color:#000000;
	font-size:14px;
	padding:5px 0 0 15px;
	text-transform:uppercase;
	font-weight:normal;
}

.box_left_bg {
	width:254px;
	height:6px;
	background-color:#737373;
	margin:1px 0 12px 0;	
}

.box_left_container {
	width:254px;
	padding:8px 0 8px 0;
	overflow:hidden;
}

.box_left_bottom {
	font-size:0;
	width:254px;
	height:8px;
}

/****************** RIGHT END******************/

/****************** CENTER BEGIN ******************/

#center {
	float:left;
	width:746px;	
}

#body { 
	width:746px;
	position:relative;
	z-index:1;
}

#body_title { 
	width:736px;
	height:27px;
	margin-left:10px;
	background-color:#ffc100;	
}

.body_title_bg0 {
	width:736px;
	height:1px;
	background-color:#000000;
	margin:0 0 0 10px;	
}

.body_title_bg1 {
	width:736px;
	height:6px;
	background-color:#737373;
	margin:0 0 0 10px;	
}

.body_title_bg2 {
	width:736px;
	height:12px;
	background-color:#000000;
	margin:0 0 0 10px;	
}

#title_content {
	width:736px;
	height:27px;
	text-align:left;
}

/*â design - ver2 â*/

.design_ver2 #title_content {
    color:#000000;
    font-size:14px;
    padding:5px 0 0 15px;
    text-transform:uppercase;
    font-weight:normal;
}

.design_ver2 #title_content h1 {
    color:#000000;
    font-size:14px;
    text-transform:uppercase;
    font-weight:normal;
}
/*â design - ver2 â*/

#title_content h2 {
	color:#000000;
	font-size:14px;
	padding:5px 0 0 15px;
	text-transform:uppercase;
	font-weight:normal;
}

#body_container { 
	width:710px;
	padding-left:24px;
	padding-top:16px;
	padding-right:12px;
}

/****************** CENTER END ******************/

/****************** CONTENT END******************/

/****************** FOOTER BEGIN******************/

#footer { 
	width:100%;
	height:30px;
	position:relative;
	text-align:center;
}

#bottomlink_content {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}


#bottomlink_content ul {
	margin:0;
	padding:0;
}

#bottomlink_content li {
	display:inline;
}

/****************** FOOTER END******************/

/****************** PROVIDER BEGIN******************/

#provider { 
	width:100%;
	position:relative;
}

#provider_top { 
	height:15px;
	font-size:1px;
}

#provider_content {
	width:1000px;
	height:40px;
	margin:0 auto;
}

#provider_content_left {
	width:539px;
	float:left;
	text-align:left;
	padding-top:4px;
	height:20px;
	padding-left:5px;
}

.provider_content_text {
	float:left;
	margin-right:5px;
	text-align:center;
	padding-right:3px;
	padding-left:3px;
	border: 1px solid #737373;
	background-color:#000000;
}
.provider_content_text a {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#737373;
}
.provider_content_text a:hover {
	text-decoration:none;	
}

#provider_content_right {
	width:400px;
	float:right;
	text-align:right;
}

/****************** PROVIDER END******************/
</pre></body></html>