body,td,th {
  font-family			: Verdana, Arial, Helvetica, sans-serif;
  font-size				: 12px;
  line_height			: 14px;
  color					: #000; /* !!! Change - Body Text !!! */
}

body {
  background-color		: #325490; /* !!! Change !!! */
  /*background-image		: url(img/bg.gif);*/
  background-repeat		: repeat-x;
}

.container3 {
  border				: 10px solid #FFFFFF;
  margin-top	 		: 7px !important;
  margin-top	 		: 0px;
}



/* Text Header
////////////////////////////////////////////////////////// */

h1 {
  font-size				: 24px;
  color					: #003366;
  /*margin				: 10px 0px 5px 0px;*/
}

h2 {
  font-size				: 20px;
  color					: #FFCC00;
}

p {
  line-height			: 16px;
}

p.blue {
  font-size				: 16px;
  line-height			: 16px;
  color					: #336699;
  text-decoration		: underline;
}

p.yellow {
  font-size				: 16px;
  line-height			: 16px;
  color					: #FCCB55;
  text-decoration		: underline;
}

ul, ol {
  line-height			: 18px;
}

li {
  font-size				: 11px;
}

.white {
  color					: #C9D9D9;
  font-weight			: normal;
}

.red_bold {
  color					: #B11B18;
  font-weight			: bold;
}

a:link, a:visited, a:active {
  color					: #550000;
  text-decoration		: underline;
}

a:hover {
  color					: #003366;
  text-decoration		: none;
}

/*** Header
////////////////////////////////////////////////////////// */

.header {
  width					: 760px;
  height				: 80px;
  background-color		: #FFFFFF;
  vertical-align		: top;
}


/*** Content
////////////////////////////////////////////////////////// */

.left {
  width					: 180px;
  padding				: 10px;
  border-left			: 4px solid #387DF4;
  /*border-right			: 6px solid #FFF;*/
  background-image		: url(img/bg_left.jpg);
  background-repeat		: repeat-y;
  background-color		: #FCCB55; /*#FFB02D #F3F3F1*/ /* !!! Change !!! */
}

.content {
  /*padding				: 10px;*/
  padding-left			: 30px;
  padding-right			: 30px;
  border-left			: 6px solid #FFF;
  border-right			: 4px solid #387DF4;
  vertical-align		: top;
  text-align			: left;
  background-color		: #DDEEF3; /*#387DF4;*/ /* !!! Change !!! */
  /*background-image		: url(img/bg_main.jpg);*/
  /*background-repeat		: no-repeat;*/

}



/* Footer
////////////////////////////////////////////////////////// */

.footer  {
  font-size				: 10px;
  padding				: 5px;
  height				: 35px !important;
  height				: 30px;
  color					: #333333;
  vertical-align		: middle;
  text-align			: right;
  background-color		: #8CB1F2;
  border-style			: solid;
  border-color			: #397DF3;
  border-width			: 5px 3px 6px 3px;
  /*background-image	: url(footer.gif);*/
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover  {
  color					: #333333;
  text-decoration		: none;
} 
