/* CSS Document */

body  {

background-color:#d5d5d5;

}


#bg_top {
background:url(../images/bg_left01.jpg);
background-repeat:repeat-x;
background-color:#136fa5;
padding:0;
width:272px;
}

#bg_bot {
background:url(../images/bg_left02.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:#136fa5;
padding:0;
width:272px;
}

#content { 
background-color:#ffffff;
padding:25px;
}

#footer {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#777777;
padding:8px;
}

.maintext { 
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
line-height:18px;
}

.subtitle{
font-size:16px;
font-weight:bold;
color:#0e4d79;
}

a, a:visited { 
	font-family:Arial, Helvetica, sans-serif;
	color:#ff3300;
	text-decoration:none; }	

a:hover {
text-decoration:underline;
}

.footer { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
line-height:14px;
}

