
/* =Settings & useful stuff
----------------------------------------------- */

*{margin:0;padding:0;}

img {border:0;}

.bold {
font-weight:bold;
}

.normal {
font-weight:normal;
}

.italic {
font-style:italic;
}

.spacer {
clear:both;
}

span.blue {
color:#3e588d;
}

.red {
color:red;
}


/* =Page Layout
----------------------------------------------- */

body {
background:#d6dbd9;
background-repeat:repeat-x;
background-image:url("patterns.gif");
text-align:center;
/* The next two remove additional space inserted at the bottom of the block */
text-align:center;
}
	
div#container {
width:800px;
margin:auto;
padding:24px 15px 0 15px;
background:#ffffff;
}

div#title {
width:792px;
height:10px;
margin:auto;
padding:0 4px 4px 4px;
text-align:left;
border:0 solid #3e588d;
}

div#header {
width:800px;
margin-bottom:1px;
/* The next two remove additional space inserted at the bottom of the block in IE 7 and below */
line-height:0;
font-size:0;
}

div#wrapper {
width:800px;
margin-bottom:2px;
background-color:#F1BD5A;
}

div#main {
float:left;
width:547px;
border-right:1px solid white;
padding:12px 20px 0 10px;
background-color:#eeeeee;
text-align:left;
}

div#column {
float:right;
width:222px;
text-align:left;
vertical-align:top;
}

div#footer {
width:792px;
margin:auto;
padding:4px 2px 36px 2px;
border-top:1px dashed #aaaaaa;
}


/* =Main
----------------------------------------------- */

#main p {
font:normal 14px/19px arial;
padding-bottom:12px;
text-align:justify;
}

#main p.red {
font:bold 14px/19px arial;
padding-bottom:12px;
color:red;
text-align:justify;
}

#main p.date {
font:bold 11px/12px arial;
color:black;
letter-spacing:.03em;
}


/* =Column
----------------------------------------------- */


/* =Footer
----------------------------------------------- */

#footer p {
padding-bottom:10px;
font:normal 10px/12px verdana;
text-align:left;
}

/* =Links
----------------------------------------------- */

#main a:link, #main a:visited, #main a:active  {text-decoration:underline;color:#2a4b67;font-weight:bold;}
#main a:hover {text-decoration:none;color:#2a4b67;font-weight:bold;}

#main a:link.red, #main a:visited.red, #main a:active.red  {text-decoration:underline;color:red;font-weight:bold;}
#main a:hover.red {text-decoration:none;color:red;font-weight:bold;}

#footer a:link, #footer a:visited, #footer a:active  {text-decoration:underline;color:#2a4b67;font-weight:bold;}
#footer a:hover {text-decoration:none;color:#2a4b67;font-weight:bold;}

/* =Lists
----------------------------------------------- */

ul {
padding:0 0 6px 20px;
}
  
li {
padding:0 0 2px 0;
font:bold 14px/19px arial;
color:#2a4b67;
}


    

    
    
    

    
    
