/* BASIC */
*
body 
{
background-color:#b9e0fb; 
}

/* WRAPPER: wraps entire contents of page */
#wrapper 
{
background-color:#65dd83;
border:solid 2px #b9e0fb; 
}
/* BANNER */
#banner 
{
background-color:#949292;
}
#logo
{
background-color:#9f706a;
}
#banner2
{
font-color:#960028;
}
/* TOP NAVIGATION */
#navigation_top_container
{
background-color:#1444c0;
}

#navigation_top a 
{
color:#ffffff;
}

#navigation_top li.level1.current, a.level1.current 
{
background-color:#c10c19;
}


#navigation_top li.level1 a.level1:hover 
{
background-color:#ffff00;
color:#1444c0;
}

/*===================================*/

/* SIDE NAVIGATION */

#navigation_side li a, #navigation_side li a:link 
{
color:#1444c0;
}
#navigation_side li a:hover 
{
color:#b9e0fb;
}

/*==============================================*/
/* IE 6 hack to make entire button clickable */

/* MAIN CONTENT */
#main 
{   
color:#000000;
}
#main h1 
{
color:#000000;
}

#main h2 

{
color:#000000;
}

#main p 
{
color:#000000;
}

/* SIDEBAR */
#sidebar
 {
background-color:#65dd83;
}


#company_info	
{
background-color:#65dd83;
}

/* COPYRIGHT INFO */
#copyright 
{ 	
background-color:#1444c0;
font-weight: bold;
color:#ffffff;
}
span.th-desc
{
font-family: Arial, Helvetica, sans-serif; color:#CC0632;
}







/*Pages=======================================================*/