/* CSS Document */


body {
	margin:   0;
	padding:  0;
	font-family: tahoma, sans-serif;
	font-size: .85em;
	background: url(images/bg4.jpg) #000000;
}


/********************/
/* Start left menu. */
/********************/
#list-menu {
              margin: 15px 2px 15px 3px;
              width: 105px;
			  font-family: verdana, arial, sanf-serif;
              font-size: 12px;
}

#list-menu ul {
              margin: 0; 
              padding: 0;
              list-style-type: none;
			  font-family: verdana, arial, sanf-serif;
              font-size: 12px; 
} 

#list-menu li {
              margin: 4px 0 0;
} 


#list-menu a {
             display: block;
             width:105px;
             padding: 2px 2px 2px 10px;
             border: 1px solid #997299;
             background: #997299;
             text-decoration: none; 
} 

#list-menu a:link {
             color: #000000;
}


#list-menu a:visited {
             color: #934092;
}

#list-menu a:active{
             color: #BBE2F0;
}

#list-menu a:hover {
	border: 1px solid #BC8DBB;
	background: #BC8DBB;
	color: #ffffff;
	font-weight: bold;			 
}
/******************/
/* End left menu. */
/******************/

/*****************************/
/* Begin all column sizings. */
/*****************************/
#leftbackground {
/* replace this value with the height of your header. */
	margin-top:  177px;
	margin-bottom:  0;
	margin-left:  0;
	margin-right:  0;
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  #000000;
	color:  #000000;
}

#rightbackground {
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  #000000;
}

#leftcolumn {
	float:  left;
	width:  120px;
	margin-top:  11px;
	padding:  5px;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  #000000;
	border: solid 1px #000000;
}

#rightcolumn {
	float:  right;
	width:  120px;
	margin-top:  11px;
	padding:  5px;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  #000000;
	border: solid 1px #000000;
}

#contentarea {
	margin-top:  30px;
	margin-bottom:  0px;
	margin-left:  140px;
	margin-right:  140px;
	border: 1px solid #000000;
	background-color:  #BC8DBB;
	color:  #000000;
	height:  1%; /*  IE hack related to float:  left bug.  */
}

#leftcolumncontent {
	position:  absolute;
/* replace this value with the height of your header. */
	top:  200px;
	left:  0;
/* replace with the width of your left column div */
	width:  132px;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  #000000;
	color:  #FFFFFF;
	background-color: #000000;
}

#rightcolumncontent {
	position:  absolute;
	top:  200px;
	right:  0;
	width:  132px;
	background:  #000000;
	color:  #FFFFFF;
	background-color: #000000;
}

#columnsize {
	clear:  both;
	height:  100px;
	overflow:  hidden;
	border:  none;
	margin:  0;
	padding:  0;
	width: auto;
}
/***************************/
/* End all column sizings. */
/***************************/

/*****************************/
/* Begin all headers. */
/*****************************/
#header {
	position:  relative;
	top:  0;
	left:  0;
	width:  100%;
	height:  177px;
	background:  url(images/header.jpg) center no-repeat #000000;
	color:  #000000;
	overflow:  hidden;
}

#HeaderTitle {
	font-size: 1em;
	color: #6E96D2;
	padding: 5px 20px;
	text-align: right;
	font-variant: small-caps;
		}
		
#HeaderSubTitle {
	margin: 40px 0px;
	width:  160px;
	height:  39px;
	color: #000000;
	float: right;
		}
/*****************************/
/* End all headers. */
/*****************************/

/*****************/
/* Begin all classes.*/
/*****************/			 
.paragraph  {
             font-family: Arial, Helvetica, sans-serif;
			 font-size: .85em;
			 text-align: justify;
			 padding: 10px 10px 10px 10px;
            }
			
.form {
	margin: 0px 0px 10px 25px;
	font-size: .95em;
	   }

.highlight     {
	font-size:1em;
	padding: 2px 5px 2px 5px;
	background-color: #9FBCDC;
				 }
				 
.highlight2     {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #DFA9DE;
				 }
				 
.highlight3 {
	font-size: 0.85em;
	font-weight: 200;
	padding: 5px 10px 5px 10px;
	background-color: #3FE10D;
	background-image: url(images/footerhigh.jpg);
	color: #FFFFFF;
	}
             
.sidebartitle {
             font-family:Arial, Helvetica, sans-serif;
	         font-size: 0.75em;
	         text-align:center;
			 padding: 5px 0px 5px 0px;
	         text-transform:uppercase;
	         color: #FFFFFF;
			 font-weight: bold;
			 background-color: #000000;
              }

.sidebarcontent {
             margin: 0px 4px 0px 4px;
             font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 0.75em;
			 padding: 4px 5px 4px 5px;
			 color: #25576A;
	         background-color: #D5A2D4;
			 text-align:  justify;
                } 			
				
.sidebarimages, .sidebarlinks {
               text-align:  center;
               }
.leftcell {
float: left;
padding: 15px 10px 0px 20px;
}

.rightcell {
float: right;
padding: 0px 0px 0px 20px;
}

.articleLink {
             background: url(images/bullet.png) left no-repeat;
			 padding: 0px 0px 0px 10px;
			 }   
				
.testimonials { 
    margin: 0px 4px 0px 4px;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	padding: 4px 5px 0px 5px;
	background-color: #C3A2C3;
	text-align:justify;
	color: #000000;
	 }

.h1 {
     font-family:Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 font-weight: bold;
	 background-color: #FFA24F;
	 padding: 4px 0px 4px 4px;
	 }
	 
.h2  {
     font-family:Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 font-weight: bold;
	 background-color: #FFCD34;
	 padding: 4px 0px 4px 4px;
	 }
	 
.h3  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 3px 0px 0px 5px;
	color: #FFFFFF;
	 }
	 
.note {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	text-align:right;
	font-weight: bold;
	color: #000000;
	 }
	 
.code {font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align:left;
	font-weight: bold;
	color: #000000;
	 }
     
.affiliates {
    font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align:center;
	color: #FFFFFF;
    list-style: circle url(images/affbut.png);
	}

.style1 {
	color: #330033;
	font-style: italic;
}

.style3 {
	font-size: 0.75em;
	color: #000000;
	font-weight: bold;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
   .min10px {
    height:10px;
  }
  
    .min25px {
    height:25px;
  }
  
  .min50px {
    height:50px;
  }

  .min100px {
    height:100px;
  }

  .min150px {
    height:150px;
  }
  
  .min300px {
    height:300px;
  }
  .min500px {
  height:500px;
  }
/*****************/
/* End all classes.*/
/*****************/

/**********************/
/* Begin lists styles.*/
/**********************/  
ul { 
    list-style: circle url(images/bulletsmall.png);	
}

ol {
    padding: 0px 25px 0px 35px
	}
/**********************/
/* End lists styles.*/
/**********************/

/**********************/
/* Begin links styles. */
/**********************/
a           { 
		text-decoration: none; 
		color: #25576A; 
		}

a:visited 	{ 
        color: #4F4874;
		}
		
a:hover 	{ 
        color: #FFFFFF;
        }
/********************/
/* End links style. */
/********************/

/*********************/
/* Begin page bottom.*/
/*********************/
#footer {
    margin:  0;
	padding:  9px 0 0 0;
	font-size: .65em;
/*  Replace with the width of your footer.  Optional. */
	width:  100%;
	text-align:center;
/* Replace with the height of your footer.  Optional.  */
	height:  35px;
/* Replace with the background image and colour of your footer.  */
	background:  #000000;
	color:  #FFFFFF;
}

#CopyRight 	{ 
		width: 100%;
		padding-top: 0px;
		padding-bottom: 10px; 
		text-align: center;
		color: #997299;
		}
/*********************/
/* End page bottom.*/
/*********************/