body 
{
	background: white;
	color: black;
	line-height: 1.3em;
	font-family: bitstream vera sans, helvetica, arial, sans-serif;
	font-size: 13px;
	padding: 10px;
	margin: 0;
	min-width: 750px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

h1 
{
	clear: both;
	font-size: 1.8em;
	font-weight: normal;
}

h2
{
	clear: both;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 1.3em;
	color: #a00;
    text-shadow: #ccc 0 2px 2px;
}

h4 {
	font-size: 1.1em;
}

a img {
	border: none;
	margin: 5px;
}

acronym {
	text-transform: none;
}

#logo
{
   margin: 0 10px;
}

#header
{
   background: #6e0000 url("../images/header_background.png") top repeat-x;
   color: white;
   text-align: right;
}

#header_top_left
{
   float: left;
   width: 20px;
}

#navigation ul
{
   background: #666 url("../images/navigation_background.png") top repeat-x;
   height: 2.4em;
   padding-left: 2%;
   margin: 0;
}

#navigation li
{
   float: left;
   list-style: none;
}

#navigation li a
{
   display: block;
   padding-left: 5px;
   text-decoration: none;
}

#navigation li a span
{
   display: block;
   background: transparent;
   color: white;
   font-size: smaller;
   text-align: center;
   font-weight: bold;
   margin-top: 0.5em;
   padding: 0.5em 25px;
}

#navigation li a.selected
{
   background: white url("../images/tab_left.png") top left no-repeat;
}

#navigation li a.selected span
{
   background: url("../images/tab_right.png") top right no-repeat;
   color: black;
}

#document
{
   clear: both;
   padding: 5px 2%;
}

#news .date
{
   font-weight: bold;
   font-size: smaller;
   color: #333;
}

#news h3
{
   margin-top: 1.5em;
}

#news .text
{
   margin-left: 60px;
}

#news img
{
   float: left;
   margin: 7px 7px 7px 0;
}

#footer
{
   margin-top: 1em;
   border-top: 1px solid #470000;
   background: #666 url("../images/navigation_background.png") top repeat-x;
   color: white;
   padding: 0.8em;
   height: 1.6em;      
   clear: both;
   text-align: center;
   font-size: smaller;
}

.left
{
	float: left;

}

.right
{    
	float: right;
}

.column
{
   width: 47%;
   padding: 0;
   padding-top: 15px;
   margin-top: 0;
   margin-bottom: 1em;
}

.row
{
   clear: both;
}

.box
{
	padding: 0;
	margin: 1em 0;
}

.box ul
{
   margin: 5px 25px;
   padding: 0;
}

.box .content
{
   padding: 5px 10px;
   margin: 0;
}

.box .top, .box .bottom, .top span, .bottom span
{
   display: block;
   height: 10px;
}

.top span, .bottom span
{
   width: 10px;
}

.green
{
   background: url("../images/box_background.png") top left repeat-x;
}

.yellow
{
   background: #fd6;
   color: black;
}

.yellow .top
{
   background: url("../images/box_yellow_tl.png") top left no-repeat;
}

.yellow .top span
{
   background: url("../images/box_yellow_tr.png") top right no-repeat;
}

.yellow .bottom
{
   background: url("../images/box_yellow_bl.png") bottom left no-repeat;
}

.yellow .bottom span
{
   background: url("../images/box_yellow_br.png") bottom right no-repeat;
}

.picture
{
   margin-bottom: 2em;
}

.picture .small
{
   padding: 0;
}

.comment
{
	font-family: Bitstream Charter, Georgia, Times New Roman, Times, serif;
}
