
* { padding: 0; margin: 0; }

body {
 font-family: "Times New Roman", "Georgia", Serif;
 font-size: 17px;
}

h1 {
font-family: Georgia, Garamond, Constantia, Serif;
font-size:36px;
padding-left: 15px;
color: #000;
}

h2 {
font-size:24px;	
}

p {
color: #070707;
margin-left:25px;
line-height:125%;
}



#wrapper { 
 margin: 0px;
 width: 1000px;
 min-height: 350px;
 overflow: hidden;
}


#content { 
 float: left;
 color: #333;
 min-height: 350px;
 width: 800px;
 display: inline;
 background-image: url(greybck.png);
 background-repeat:repeat;
 padding-bottom: 9000px;
 margin-bottom: -9000px;
 overflow: hidden;
text-align: left;

}

#content ul{
list-style-type: none;
text-decoration: none;
}

#content a {
text-decoration: none;
color: #000;
}


#march {
border=0px;
width:700px;
margin-left:50px;
}

#march td 
{
font-size:1em;
border:0;
padding:25px;
background-color:#DE1414;
color:#fff;
}

#march a, li {
text-decoration:none;
}

#march a:hover {
color:red;
}

#march td.alt
{
color:#DE1414;
background-color:#fff;
}

ul.alt, li.alt a.alt {
text-decoration:none;
color:#DE1414;
}

#march a:hover {
text-decoration:underline;
}

#single {
margin-left:50px;
}


#content a:hover {
text-decoration: underline;
color: #000;
}

#header {
 color: #333;
 width: 1000px;
 float: left;
 height: 150px;
 background: #eceaeb;
 font-size: 20px;
}

#footer { 
 width: 1000px;
 margin: inherit;
 height: 50px;
 clear: both;
 color: #333;
 background: #ffffff;
 padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 text-align: right;
}


#navigation {
 float: left;
 width: 1000px;
 height: 5px;
 color: #333;
 background-color:#DE1414;
background-image: url(minimarch.png);
background-repeat: repeat-x;
 text-align: left;
 
}

#leftcolumn { 
 color: #333;
 background: #EBE3CD;
 width: 200px;
 float: left;
 line-height: 1.5;
 padding-bottom: 10000px;
 margin-bottom: -10000px;
 overflow: hidden;
 font-size:13px
}

#leftcolumn ul {
list-style-type: none;
padding-left: 25px;
padding-top: 20px;
text-decoration: none;
}

#leftcolumn a {
text-decoration: none;
color: #000;
}

#leftcolumn a:hover {
text-decoration: underline;
color: #000;
}

.young {
	padding-left: 5px;
	padding-right: 10px;
	text-align:justify;
}

.texts {
	
	padding-right:1.5em;
	text-align: justify;
	text-indent:2em;
}

.spacer {
	
}

