.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #3640A2;
	text-indent: 10pt;
	text-decoration: none;
}

.navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #3640A2;
	text-decoration: none;
}

A:link { color: #0000FF; font-size: 12px; font-weight: bold;text-decoration: none; }
A:visited { color: #0000FF ; font-size: 12px; font-weight: bold;text-decoration: none; }
A:hover { color: #0000FF ; font-size: 12px; font-weight: bold; text-decoration: underline; }

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

body { color: black; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; line-height: 12pt; background-color: #EEEEEE; margin-left: 15px; }
h1 { color: black; font-size: 11pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal;  margin: 5px;}
p { font-family: Arial, Helvetica, sans-serif; margin-right: 5px; margin-left: 5px; }
td { color: black; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; margin-left: 5px; }
.block { text-align: left; margin-left: 15px; list-style-image: none; list-style-position: outside; white-space: inherit; }
.bold { font-weight: bold; }
.headingb { color: black; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Menu Styles */

 .glossymenu{ 
list-style-type: none;
margin: 10px 0; 
padding: 0;
width: 158px;
border: 1px solid #9A9A9A; 
border-bottom-width: 0; } 

.glossymenu li a{
background: silver url(images/glossybacka.gif); repeat-x bottom left;
font: bold 13px Arial, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 6px 0;
padding-left: 5px;
border-bottom: 1px solid black;
text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (6px) */
width: 152px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li.selected a{
background-image: url(images/glossybackab.gif);
}
.glossymenu li.selected a:hover{
color: black; background-image: url(images/glossybackabhov.gif);
}
.glossymenu li a:hover{
background-image: url(images/glossyback2a.gif);
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Page Layout Styles */

#maincontainer{
width: 580px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 1px solid black;
outline: silver outset medium;
}
#topsection{
background: #EEEEEE;
height: 184px; /*Height of top section*/
}
#topsection h1{
margin: 0;
padding-top: 15px;
}
#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin-left: 159px; /*Set left margin to LeftColumnWidth*/
border-left: 5px solid navy;
padding: 10px 5px 10px 5px;
}
#leftcolumn{
float: left;
width: 159px; /*Width of left column*/
margin-left: -580px; /*Set left margin to -(MainContainerWidth)*/
background: #EEEEEE;
}
#footer{
clear: left;
width: 100%;
background: #EEEEEE;
text-align: center;
padding: 4px 0;
}
.innertube{
margin: 4px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
