/* CSS Document */

/*
Author: TawQee3 Inc.
www.tawqee3.com
*/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #000000;
	text-align: justify;
	margin:0 0 0 5px;
}
.content td{
	vertical-align:top;
}
.content a{
	color:#2371B9;
	text-decoration:underline;
}
.content a:visited{
	color:#990066;
	text-decoration:underline;
}
.content a:hover{
	text-decoration:none;
}
.content h1{
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:170%;
	color:#E37932;
	margin:0 0 -10px 0;
	text-align:right;
	letter-spacing:1px;
}
.content h2{
	font-size:140%;
	font-weight:bold;
	color:#6CB47B;
	margin-bottom:-13px;
	border-bottom:1px solid #eeeeee;
}
.content h3{
	margin-bottom:-15px;
	font-size:120%;
}
.content ul{
	padding:0;
	margin-top:2px;
}
.content li{
	margin:2px;
}
.leftnav{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:13px;
	vertical-align:top;
}
.leftnav a:link, .leftnav a:visited{
	color:#ffffff;
	text-decoration:none;
}
.leftnav a:hover{
	text-decoration:underline;
}
#index_photo{
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	margin:0 3px;
}
.leftnav h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#322C24;
	background:url(images/left_nav_headings_bg.gif) repeat-x;
	padding:7px 0 1px 11px;
	margin:0 0 -.6em 0;
	border-bottom:1px dashed #ffffff;
}
td#leftnav{
	background:url(images/left_nav_bg_vertical.jpg);
}
.pdf{
	background: url(images/pdf.gif) left no-repeat;
	padding:20px 0px 5px 37px;
}
.word{
	background: url(images/word.gif) left no-repeat;
	padding:20px 0px 5px 37px;
}
.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#595959;
	padding:1px 6px 1px 6px;
	background:url(images/nav_bg.gif) bottom;
	border-top:1px dashed #BAAAAA;
	border-bottom:1px solid #BAAAAA;
	text-align:right;
}
.footer a, .footer a:visited{
	color:#595959;
	text-decoration:none;
}
.footer a:hover{
	background:#ffffff;
}
.topNav{
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:15px;
	text-align:center;
	color:#47779F;
}
.topNav a:link, .topNav a:visited{
	font-size:17px;
	color:#6D6D6D;
	text-decoration:none;
	text-transform:uppercase;
}
.topNav a:hover{
	color:#222222;
	text-shadow:Aqua;
}
.bread{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7D7D7C;
	word-spacing:2px;
	border-bottom:1px dotted #B1B2A5;
	background:#FEFFF2;
	margin:0 0 0 0;
	padding:2px 0 2px 9px;
}
.bread a, .bread a:visited{
	text-decoration:none;
	color:#7D7D7C;
}
.moving{
}
.moving a{
}
.moving a:visited{
}
.moving a:hover{
	text-decoration:underline;
}
/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none;}
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:6px; padding:0;}
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 16px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(images/minus.gif)  top left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(images/plus.gif)   top left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(images/bullet.gif) center left no-repeat; padding:0 0 0 11px; margin:0 0 0 5px;}
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 11pt; }
	ul.mktree  li ul li { font-size: 9pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}