/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/* CSS Document */

body {
background-color: #0474BA;
   font-family: Verdana;
   font-size: 11px;
  /* line-height: 1em; */
}
	
.news {
font-family: arial;
font-size:12px;
color: #0D3255;
}

.title {
font-family: arial;
font-size:14px;
font-weight:bold;
color: #0586C3;
}

.subtitle {
font-family: arial;
font-size:12px;
font-weight:bold;
}

#content {
/*border-left: 1px dotted #013B6E;
border-right: 1px dotted #013B6E;*/
margin-bottom: 50px;
}

#bg-left {
height: 48px;
width: 15px;
float:left;
clear:left;
background: #A4D4DE url(images/bg_left.gif) no-repeat left top;
}	

#bg-right {
height: 48px;
width: 15px;
float:right;
clear:right;
background: #A4D4DE url(images/bg_right.gif) no-repeat left top;	
}	

#bg-center {
height: 25px;
width: 150px;
float:left;
padding: 23px 0 0 7px;
}

#archieve {
height: 25px;
width: 150px;
float:left;
margin-left: 2%; 
margin-top: 20px; 
}

div#main {
margin-left: 2%; 
margin-right: 2%; /* and some air on the right */
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #385C72; /* same bg color as in header */
}



div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}
/* End of 'Layout: Left sidebar + 1 column' */

