* {
	padding: 0;
	margin: 0;

}

body {
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #4C4C4C;
	background-image: url(bg_images/outside_bg.gif);
	background-repeat: repeat-x;
	z-index: 2;

}

/* Show only to IE 6 PC \*/
* html #wrapper {
	background-image: none;} 
	
#wrapper {
	margin: 0 auto;
	width: 766px;
	background-image: url(bg_images/center_bg.gif);
	background-repeat: repeat-y;
} 
	
/* Show only to IE 6 PC \*/
* html #header  {
	background-image: background-image: url(bg_images/header.gif);
	padding: 10px 20px 0px 20px;
	border: 0px;
	height: 70px;} 

#header {
	color: #FFFFFF;
	width: 726px;
	float: left;
	padding: 20px;
	border: 0px;
	height: 85px;
	margin: 0px 0px 0px 0px;
	background: #E7DBD5;
	background-color: #000000;
	background-image: url(bg_images/header.gif);
}


	
#navigation {
	float: left;
	width: 726px;
	color: #FFFFFF;
	padding: 20px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(bg_images/center_bg.gif);
}
/* Show only to IE 6 PC \*/
* html #center {
	background-image: none;} 

#center {
	color: #FFFFFF;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	width: 726px;
	background-image: url(bg_images/center_bg.gif);
	background-repeat: repeat-y;
}


#wrapper #center {
	font-family: Arial, Helvetica, sans-serif;
	width: 726px;
	background-image: url(bg_images/center_bg.gif);
	background-repeat: repeat-y;
}

/* Show only to IE 6 PC \*/
* html #footer {background-image: url(bg_images/footer.gif);
background-repeat:no-repeat;} 

#footer {
	width: 746px;
	height: 24px;
	clear: both;
	color: #FFFFFF;
	border: 0px;
	padding: 10px;
	background-image: url(bg_images/footer.gif);
}

#wrapper #header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFD14F;
	margin-top: 40px;
	word-spacing: normal;
	line-height: 1.5;
}
#wrapper #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFD14F;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
	font-size: 1.5em;
	color: #FFCC00;
	word-spacing: 4;
	letter-spacing: normal;
	font-weight: lighter;
	vertical-align: baseline;
	font-style: italic;
}
tr {
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: lighter;
	top: 0px;
	background-position: top;
}
.h1text {
	letter-spacing: 0.2em;
}

link {
	color: #FFCC00;
	text-decoration: underline;
}
.link_md {
	color: #FFFFFF;
}

a {
	color: #FFCC00;
	text-decoration: none;
}

a:hover{
	color: #FFCC00; /*THEME CHANGE HERE*/
	text-decoration: underline;
}

.li2 {
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	clip: rect(auto,auto,auto,auto);
	margin-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.graphic {
clip: rect(auto,auto,auto,auto);
}

div#sidebar {
float:left;
width:250px;
}

div#main_content {
float:right;
width:450px;
}

div#full_content {
float:left;
width:700px;
}

div#sidebar_right {
float:right;
width:250px;
margin-top: 40px;
}

div#main_content_left {
float:left;
width:430px;
margin-left: 20px;
margin-top: 20px;
}

div#main_indent {
float:left;
width:650px;
margin-left: 20px;
}

div#special {
width:452px;
margin-left: 140px;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 220px; /* ems so it will grow */
	background: url(images/greybox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/greybox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/greybox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 20px 10px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}
.boxbody {
	background: url(images/greybox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 16px 16px;
	color:#CCCCCC;
	font-weight:100;
}


/* Show only to IE PC \*/
* html .yboxhead h2 {height: 1%;} /* For IE 5 PC */

.ysidebox {
	margin: 0 auto; /* center for now */
	width: 400px; /* ems so it will grow */
	background: url(images/yellowbox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.yboxhead {
	background: url(images/yellowbox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.yboxhead h2 {
	background: url(images/yellowbox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 20px 10px 5px;
	color: #000000; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}
.yboxbody {
	margin: 0;
	padding: 5px 16px 16px;
	color: ;
	font-weight:100;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: .2em;
}
.matrix_bg {
	background-image: url(images/matix_table_bg_02.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.special_bg {
	background-image: url(images/special_header_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

