html /* forces vertical scrollbar on mozilla, opera, safari browsers to prevent left/right shifting between pages */
	{
	margin-bottom: 1px;
	min-height: 100%;
	}
body
	{
	margin: 30px 0px 0px;
	background: #fff;
	padding: 0px;
	color: #000;
	font-size: 84%;
	font-family: tahoma, verdana;
	text-align: center;
	}
/* LINKS */
	
a, a:link /* CLAF - "Text & Links" properties for "Normal" links */
	{
	color: #36c;
	text-decoration: underline;
	}
a:visited  /* CLAF - "Text & Links" properties for "Visited" links */
	{
	color: #36c;
	text-decoration: underline;
	}
a:focus /* CLAF - "Text & Links" properties for "Active" links */ /* for links accessed through tabbing, mozilla uses ":focus" and IE users ":active" */
	{
	color: #f90;
	text-decoration: none;
	}
a:hover /* CLAF - "Text & Links" properties for "Hover" links */
	{
	color: #f90;
	text-decoration: none;
	}
a:active /* CLAF - "Text & Links" properties for "Active" links */
	{
	color: #f90;
	text-decoration: none;
	}
	
#pagewrap /* [div] wraps around all user content */
	{
	position: relative;
	margin: auto; /* CLAF - use "auto" for "center" Page Alignment; use "0px" for "left" Page Alignment */
	padding: 0px 16px;
	width: 100%; /* CLAF - Page Width */
	/*width: 700px;  CLAF - Page Width */
	text-align: left; /* part of IE/win hack for centering page, to counter inheritance of text-align: center on body tag */
 background: #ffffff;
	}
	
	#header
	{
	position: relative;
	width: 100%; /* 	width: 700px; */
	}

#headerright
{
	position: relative;
	float: left;
	background: #fff url(http://kkx3.net/xanga/images/xangalogo.gif) no-repeat 0px 0px;
	width: 200px;
	height: 60px;
	text-indent: -7000px;
	text-decoration: none;
}

#headerleft
{
	position: relative;
	top: 12px;
	float: right;
	background: #fff url(http://kkx3.net/xanga/images/work.gif) no-repeat 0px 0px;
	width: 280px;
	height: 35px;
	text-indent: -7000px;
	text-decoration: none;
}

#main
{
position: relative;
/* width: 600px; KKX3*/
width: 100%;
float: left;
}

#side1
{
position: relative;
float: left;
	width: 200px;
}

* html #main, * html #maincontent {height: 1%;} /* for IE/Win */
*>html #main, *>html #maincontent {height: auto;} /* for IE5/Mac */ 

#side1 .mod /* [div] wraps around all the content of an individual module */ 
	{
	position: relative;
	margin-bottom: 16px;
	border: 1px solid #f9f9f9; /* CLAF - "Left Module" Border properties */
	}
	#side1 a
	{
	color: #fff;
	text-decoration: none;
	}
#side1 .modtitle /* [h3] contains module title */ 
	{
	margin: 0px;
	background-color: #4685c4; /* CLAF - "Left Module" Title Background color */
	padding: 6px 6px 6px;
	color: #fff;  /* CLAF - "Left Module" Title Text color */
	text-align: left; /* CLAF - "Left Module" Title Alignment */
	font-size: 1.1em;
	}
#side1 .modtitle span, #side1 .modtitle a
	{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	}
#side1 .modtitle a, #side1 .modtitle a:link, #side1 .modtitle a:visited
	{
	color: #fff;  /* CLAF - "Left Module" Title Text color */
	text-decoration: none;
	}
#side1 .modtitle a:focus, #side1 .modtitle a:hover, #side1 .modtitle a:active
	{
	text-decoration: underline;
	}
#side1 .modcontent /* [div] contains module main content */ 
	{
	background-color: #47c30b; /* CLAF - "Left Module" Interior Background color */
	padding: 6px 6px 6px;
	color: #fff; /* CLAF - "Left Module" Interior Text color */
	text-align: left; /* CLAF - "Left Module" Interior Alignment */
	margin-top: 3px;
	}
	
	
#side1 .mod ul
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#side1 .mod ul.helpnav
	{
	margin-bottom: -1px;
	padding-top: 8px;
	}
#side1 .mod ul.helpnav li
	{
	padding-bottom: 1px;
	}
#side1 .helpnav a
	{
	position: relative;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	}
	
#side1 ul.actions
	{
	margin-top: 10px !important;
	padding-top: 1px !important;
	border-top: 1px solid #36c; /* CLAF - "Text & Links" color for "Normal" links (leave the "1px solid" in place; replace just the hex for color) */
	}
#side1 ul.actions li
	{
	padding-bottom: 1px;
	}
#side1 ul.actions a, #side1 ul.actions a:link, #side1 ul.actions a:visited
	{
	position: relative;
	display: block;
	padding: 0px 1px 2px;
	border-top: none;
	border-bottom: 1px solid #36c; /* CLAF - "Text & Links" color for "Normal" links (leave the "1px solid" in place; replace just the hex for color) */
	font-weight: bold;
	text-decoration: none;
	}
#side1 ul.actions a:focus, #side1 ul.actions a:hover, #side1 ul.actions a:active
	{
	margin-top: -2px;
	padding-top: 1px;
	border-top: 1px solid #fff; /* CLAF - "Text & Links" color for "Hover" links (leave the "1px solid" in place; replace just the hex for color) */
	border-bottom: 1px solid #fff; /* CLAF - "Text & Links" color for "Hover" links (leave the "1px solid" in place; replace just the hex for color) */
	}
	
#maincontent
{
position: relative;
float: left;
margin-left: 16px;
width: 700PX;
}

#contentbody
{
margin-left: 16px;
margin-top: 10px;
}

#jobsummary 
{
margin-bottom: 20px;
text-align: justify;
}

#jobsummary h4
{
margin-bottom: 5px;
color: #47c30b;
}

#contentheader
{
background-color: #4685c4;
padding: 12px 12px 12px 12px;
font-weight: bold;
font-size: 1.4em;
color: #fff;
}

#fps0    {text-decoration: none}
#fps90	 {color:#00ffff;}
#fps91	 {color:#ffffcc;}
#fps92   {color: black}
#fps96   {color:#6699ff;}
#fps97   {margin-bottom: 12.0pt}
#fps98   {font-family: ·s²Ó©úÅé;}
#fps99	 {color:#ff0000;}

