body { 
margin: 0px;
padding: 0px;
font-family: Verdana,Arial,  Helvetica, sans-serif;
font-size:14px;
color: #000;
background-image: url(../images/top_bg.jpg);
background-position: top;
background-repeat: no-repeat;
background-color: #6b0303;
}
a:link, a:visited{
	color: #2a340a;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana,Arial,  Helvetica, sans-serif;
}
a:hover{
color:#1952BD; 
text-decoration:none;
}
a:active, a:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	color:#05457c; padding: 0px; margin: 0px;
}
h1{
	font-size: 18px;
	margin: 7px 0px 5px 8px;
	color: #c70c2a;
}
h2{
	font-size: 14px;
	margin-top: 7px;
	margin-left: 7px;
}
h3{
	font-size: 14px;
	font-weight: bold;
}
h4{
	font-size: 12px;
	color:#fff;
	margin-left: 24px;
}
/* *********************** Image Border Fix ****************************/
a:link img, a:visited img { border-style: none;margin: 0px;} /* no border on img links */

a img { color: white; background-color: transparent;
}        /* trick to hide the border in Netscape 4 */

@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
    a:hover img{ color: inherit; background-color: transparent; } 
}

th, td { /* ns 4 */
 font-family: "trebuchet MS", Georgia, Verdana, sans-serif;
}
/* *********************** Image Border Fix ****************************/
/* ******************  print  ************** */
@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; border-width: 1px; }
   a.tnav, a.bannerLink     { font-weight: normal }
}
/* ******************  speech  ************** */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
.logo{
padding:120px 0px 130px 120px;
}

.left,.right{
	width: 211px;
	background-color:#F5EEE4; 
}
.left ul{
	margin:10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.left li{
	background-image: url(../images/nav_bg.png);
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 19px;
	line-height: 16px;
	margin:8px 8px 8px 2px;
	font-weight: bold;
	font-size: 18px;
	
	border-left:2px solid #6B0404;
}
.left li a:link{
	color:#235341;
}
.content{
		background-color:#F5EEE4; 
}
.content p{
	margin: 8px;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana,Arial,  Helvetica, sans-serif;
}
.content a:link{
	color:#557003;
	text-decoration: underline;
}
.c_box{
width: 551px;
float: left;
background-image: url(../images/d_bg.jpg);
background-position: top;
background-repeat: repeat-y;
font-family: Verdana,Arial,  Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}
.c_box h3{
   display: block;
	padding-top:10px;
	color:#a80922;
	text-indent:15px;
	background-image: url(../images/d_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.c_box ul{
   list-style: disc; 
	margin:10px 0px 0px 0px;
	padding: 0px;
}
.c_box li{
	margin:0px 10px 10px 30px; 
}
.footer{
   text-align: center;
	background-image: url(../images/foot_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.footer a:link,.footer a:visited{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana,Arial,  Helvetica, sans-serif;
}
.footer a:hover{
text-decoration: underline;
}
.f_link{
line-height: 18px;
color: #000;
}
.f_link a:link,.f_link a:visited{
	color: #000;
	line-height:34px;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana,Arial,  Helvetica, sans-serif;
}
.f_link a:hover{
text-decoration: underline;
}
