/* 
  ------------------------------------------------
  Launch Pad for Adobe Captivate
  Menu Left
  version 1.02
  KCWebPlaza - http://www.kcwebplaza.com/captivate
  ------------------------------------------------
*/

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 4px;
	padding: 0;
	min-width: 760px;
}
#header {
	color: #000000;
	background-color: #999999;
	border: 1px solid #000000;
	margin: 0;
}
#header .content a:link {color: #000000;}
#header .content a:visited {color: #000000;}
#header .content a:hover {color: #FFFFFF;}
#wrapper {
	position: relative;
}
#column_wrapper {
	background-image: url(media/menu_bg_dddddd.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#right {
	margin: 0px 0px 0px 225px;
}
#left {
	width: 225px;
	float: left;
	padding-left: 1px;
}
#right .content {
	padding: 6px;
	overflow: hidden;
	line-height: 1.20em;
	color: #000000;
	font-size: 0.9em;
}
#left .content {
	padding-top: 0px;
	padding-left: 0px;
}
#header .content {
	padding: 4px 20px;
	font-size: .8em;
	letter-spacing: .5em;
}
#footer .content {padding: 8px 20px;}
#footer {
	color: #000000;
	background-color: #999999;
	border: 1px solid #000000;
	margin: 0;
	font-size: 0.7em;
}

#right a:link {
	color: #666;
}
#right a:visited {
	color: #999;
}
#right a:hover {
	color: #000;
}

#footer a:link {color: #000000;}
#footer a:visited {color: #000000;}
#footer a:hover {color: #FFFFFF;}

#menu{
width: 223px; 
margin: 0px;
border-bottom-width: 0;
}

#menu .default {color:#fff; }
#menu .active {color:#000; background:#CCCCCC; border-left-color: #666;}

#menu ul{
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; 
}

#menu ul li {list-style-type: none; list-style-image: none; width: 223px;}

#menu a{
display: block;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none; 
font-size: 0.9em;
color: #ffffff;
background-color: #666666;
border-bottom: 1px solid #333;
padding-left: 6px;
}
* html #menu a{ /* hack for IE 5, yes, leave width misspelled */
width: 100%; /*IE 5*/
w\dth: 100%;
}
#menu a:hover {
background-color: #999999; 
border-left-color: #666666;
}

#menu div.menutitle{
color: #FFF;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
border-bottom: 1px solid #999;
background-color: #000000;
font-size: 1.0em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
#menucontent {
	padding: 10px;
	font-size: 0.7em;
}
#menucontent a{
	color:#000;
	text-decoration:underline;
}
#menucontent a:hover{
	color:#666;
	text-decoration:none;
}
#altcontent {
	display:none;
	background:#FFF;
	color:#000;
	padding: 10px;
	font-size:1.2em;
	border: 3px solid #F00;
}
#flashcontent {
	display:inline;
	margin: 0px;
	text-align: left;
	padding: 0;
	}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 8px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 6px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 4px 0 0 0;
}
.content p {
	margin: 12px 0;
}