body {
margin:0;
padding:0;
line-height: 1.5em;
color: #331a00;
/* background-color: #fffffd; */
background-color: #fffff6;
/*background-image: url(images/bkgrd.gif);*/
background-repeat: no-repeat;
font-family: Century, serif;
font-size: 110%;
}

a:link {
	color:#331a00;
}

b {
font-size: 105%;
}
em {
font-weight:bolder;
}
hr {
color: #3d5e76;
}

hr.sub {
	border: thin dotted;
}

.sm_margin  {
	padding-left: 30px;
}

#topsection{
/*background: #8ba8ba;*/
height: 70px; /*Height of top section*/
}

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

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


#contentcolumn{
margin: 0 20% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 5px;
/*background-color: #de9b7a;*/
background-color: #cce1ff;
border-left: 1px solid brown;
border-right: 1px solid brown;
border-top: 1px solid brown;
}

#contentcolumn_none{
margin: 0 10% 0 10%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 5px;
}

#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;
padding: 3px;
/*background: #C8FC98;*/
font-size: 70%;
}

#leftcolumn_none{
float: left;
width: 10%; /*Width of left column in percentage*/
margin-left: -100%;
padding: 3px;
/*border-right: 1px solid #7ea2bc;*/
/*background: #C8FC98;*/
font-size: 70%;
}

#rightcolumn{
float: left;
width: 18%; /*Width of right column in pixels*/
margin-left: -20%; /*Set margin to that of -(RightColumnWidth)*/

/*background: #FDE95E;*/
font-size: 70%;
}

#rightcolumn_none{
float: left;
width: 8%; /*Width of right column in pixels*/
margin-left: -10%; /*Set margin to that of -(RightColumnWidth)*/
/*border-left: 1px solid #7ea2bc;*/
/*background: #FDE95E;*/
font-size: 70%;
}

#footer{
clear: left;
width: 100%;
background: #000157;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

#webd {
	width: 100%;
	background: #000157;
	text-align: right;
	color:#3d5e76;
	font-size:xx-small;
}

#nav {
	border: thin solid #7ea2bc;
	background-color: #000157;
	color: #ffff80;
}

#nav a{
	text-decoration: none;
	color:#ffff80;
}

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

.center {
	text-align: center;
}

/*#hdr {
	position: fixed;
	left:0;
	top:0;
	z-index: 2;
} */

.quote {
	font-style: italic;
	/*text-align: right;  */
	color:maroon;
	/* font-weight: bolder;  */
}

.quote_auth {
	font-style: italic;
	font-weight: bold;
	text-align: right;  
	color:maroon;
	/* font-weight: bolder;  */
}

.mission {
	text-align: justify;
}
.lalert {
	color: #970000;
}
.alert {
	color: #970000;
	text-align: center;
}
.col_hdr {
	font-size:100%;
}
.list_l {
	text-align: left;
	margin-left: 15%;
}
.list_r {
	text-align: left;
	margin-left: 65%;
}

