


/* ------------------------------------------------------------------------------- */
/* Over-ride tag. This will apply to all elements. */
* {
   font-family: Arial,Times,Helvetica,sans-serif,serif;
   font-size:11px;
}

html {
}

/* The container is the set of body tags that encompass the entire page */
/* This is where to set the "min-width" and "max-width" attributes for the page  */
body {
   margin: 0px;
   padding: 0px;

   color: #000000;
   background: #EFEFEF;
}
/* ------------------------------------------------------------------------------- */

p.copyright {
    font-size:12px;
	text-align:center;
	color:#111111;
    clear:both;
}


/* ------------------------------------------------------------------------------- */
a img {
   border: none;
}

a:link {
  color: #0000FF;
  font-weight: bold;
}
a:visited {
  color: #0000FF;
  font-weight: bold;
}
a:active {
  color: #0000FF;
  font-weight: bold;
}
a:hover {
  color: #CC0000;
  font-weight: bold;
}


/* ------------------------------------------------------------------------------- */


#rightside {
    background-color:#adae8c;
	width:498px;
    height:114px;
    background-image:url('/images/nav_shadow.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
}

DIV#navbar {
    background-color:#adae8c;
    height:114px;
    background-image:url('/images/nav_shadow.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
}


#rightside {
    display:block;
    margin-top:124px;
}

DIV#navbar DIV {
    padding-top:33px;
    padding-left:5px;
}
DIV#navbar DIV A {
    font-size:12px;
    color:#FFFFFF;
    text-decoration:none;
}

DIV#navbar DIV A:hover {

    font-weight:bold;

}

#right_side {
    background-image:url('/images/right_bottom_repeat.jpg');
    background-repeat:repeat-y;
}

#right_side_quote {
    background-image:url('/images/right_bottom.jpg');
    background-repeat:no-repeat;
    height:188px;
    width:260px;
    overflow:hidden;
    color:#FFFFFF;    
}


#right_side_fade {
	background-image:url('/images/right_side_bk_fade1.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height:143px;
}

#right_side_fade DIV {
 	margin-left:25px;
 	font-family:Arial;
}
  
H2 {
	display:block;
	font-family:Arial;
	font-size:17px;
	color:#000000;
    margin-left:10px;
}

#body {
    margin-left:10px;
}