body{
margin:0;
padding:0;
line-height: 1.5em;
/* background:url(./images/background2.gif) repeat center top; */
background: url(./images/bg_blue.png);
background-repeat: repeat-x;
background-attachment: fixed; 
background-position: top; 
background-color: #4d87c7;
font-family:Arial,Verdana,Helvitica,sans-serif;	text-align: left;
}

p { margin-top: 0px; margin-bottom: 15px; line-height: 110%;}

p.table { margin-top: 0px; margin-bottom: 0px; line-height: 80%;}

td.table {
line-height: 110%;
width: 350px;
text-align: center;
padding-bottom: 15px;
}

table.navigation {
background-image: url(./images/spacer.jpg);
}

b{font-size: 110%;}
em{color: red;}


#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 10px;
margin-bottom: 10px;
background: white;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
border-right: 1px solid #666;
border-top: 1px solid #666;
}

#topsection{
background: #FFFFFF;
height: 120px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
font-size:0.9em;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
background: url(./images/fading_background_29.png);
background-repeat: repeat-x;
background-attachment: fixed; 
background-position: top; 
background-color: #fff;
}

#footer{
clear: left;
width: 100%;
background: #000357;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size:0.8em;
}

#blog{
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	align: center;
}

#footer a{
color: #4d87c7;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube h5 { 
font-size: 1.7em;
text-decoration: none;
font-weight: bold;
margin-bottom: 10px;
line-height: 20pt;
color: white;
text-align: center;
background: #000357;
}

/* Links
-------------------------------------------------------------- */

a           	{ color: #020457; text-decoration: underline; }
a:focus, 
a:hover     	{ color: #fff; text-decoration: none; background: #020457;}
a:visited		{}
a:visted:hover 	{}

a img {
   border-style: none;
}
