@charset "utf-8";
/* CSS Document */




body {


background-image: url(images/bgfade.gif); background-repeat: repeat-x;
background-position: top left;
background-color: rgb(51,51,153);
/*background-color: #666699;*/
text-align: left;
font-family:georgia,garamond,serif;
/*font-size: 50%; */
line-height: 125%;
}

.header1 {
font-size: 14pt;
font-weight:bold;
}

.header2 {
font-size: 12pt;
font-weight:bold;
}

.header3 {
font-size: 11pt;
font-weight:bold;
}

.mainpage {
font-size: 10pt;
}

.mainpagesmall {
font-size: 9pt;
color: #666666;
}


.mainpage #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainpage #header { 
	height: 100px;
	background: #DDDDDD;
	background-image: url(images/background_name.jpg);
	background-position: bottom left; 
	/* padding: 10px 10px 10px 20px;*/
	
	line-height: 150%;
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 

.mainpage #mainContent {
	padding: 5px 8px 5px 8px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px 0px;


	
}


.mainpage #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD
	align: right;
} 
.mainpage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	align: right
}
