html {
margin: 0 10px 0 10px;
padding: 0 10px 0 10px;
}

body  {
	font: 100% "Times New Roman", Times, serif;
	background: #fdfbf5;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #22397e;
}

h1 {font-size: 32px;
	color: #da89b3;
}

h2 { font-size: 24px;
	 color: #a96878;
}

h3 { font-size: 18px;
	 color: #22397e;
}

h4 { font-size: 16px;
	 color: #7487bd;
}

a { 
	text-decoration: none; 
	color:#334987;
}

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

a:active {
	text-decoration:underline;
	color:#22397e;
}

iframe { 
	margin: 25px 25px 25px 25px;
}

/* Header Style ----------------------------------*/

.twoColFixHdr #container { 
	width: 780px;  
	background: #fdfbf5;
	margin: 0 auto;
	border: none;
	text-align:center;
} 

.twoColFixHdr #header { 
	background: #d8cab4; 
	padding: 1px 5px 100px 5px;  
	background-image: url(images/header.gif); 
	background-repeat:no-repeat;
} 


.twoColFixHdr #header h1 {
	margin: 0; 
	padding: 25px 0; 
	text-indent: -9999px;
}


ul#navigation {
	float: right; 
	width: 150px;
	background: #d8cab4;
	padding-left:0; 
	list-style-type: none;
	text-align:right;
	font-family:"Sans Serif","Verdana","Tahoma","Garamond";
	font-size: medium;
}

ul#navigation li {
	display:inline;
}

ul#navigation a {
	display:block;
	text-decoration: none; 
	color:#22397e; 
}

ul#navigation a:hover {
	color:#7487bd; 
	background:#fdfbf5;
}

ul#navigation a:active {
	text-decoration:underline;
}


/* Main Content Style ---------------------------------*/

.mainContent { 
	padding: 10px 10px 10px 10px; 
	margin-left:5px;
} 

.mainContent p {
	text-align: center;
}


ul#homepics {
	margin-left:0px; 
	padding-left:0px; 
	display: block;
}

ul#homepics li {
	display:inline;
}


/* Footer Style ---------------------------------*/
.footer { 
	padding: 10px 10px 16px 0;
	background:#d8cab4;
	text-align: center;
} 

.footer p {
	margin: 0;
	padding: 5px 0; 
	font-size: small;
	color: #22397e;
}

.footer a {
	text-decoration: none; 
	color:#22397e; 
}

.footer a:hover{	
	color: #a96878;
}

.footer a:active{	
	text-decoration:underline;
	color:#334987;
}

ul#footnav {
	margin-left:0px;
	display: none;
}

ul#footnav li {
	display:inline;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}


