/* CSS Document */

body {
	background: #FFF; /* url(images/interior/bg.jpg); */
	color: #515459;
	margin: 0;
	padding: 0;
	font: 85% arial, verdana, sans-serif;
}

img {
	display: block;
	border: 0;
	}
	
	
	
/* Structure */

	/* Home Page */

	.indextext {
		background: transparent url(images/index/right.jpg) top left no-repeat;
	}
		
	.indextext p {
		line-height: 1.5em;
		/*font-style: italic;*/
		font-weight: bold;
		margin: 0 0 0 140px;
		font-family: sans-serif,arial, verdana;
		font-size: .9em;
		color: #000000;
	}
	
	.indextext h1 {
		color: #37568F;
		font-size: 1.5em;
		margin: 0 0 0px 150px;
		}
	
.navigation {
	margin-top: 20px;
}

table.mainpage {
	margin: 25px auto;
	}




/* Navigation Bar */
	
.navigation p, .navigation a:link, .navigation a:visited  {
	text-transform: uppercase;
	color: #8a9fbe;  /* #37568F; */
	font-weight: normal;
	text-decoration: none;
	font-size: .7em;
	}

table.mainpage .navigation p, table.mainpage .navigation a:link, table.mainpage .navigation a:visited {
	font-size: .6em;
	}
		
.navigation a:hover {
	text-decoration: underline;
	}
	
.navigation img {
	display: inline;
	margin: 0 3px 0 10px;
	}
	
.navigation img.first {
	margin-left: 0;
	}
	
table.mainpage .navigation {
	margin-top: 6px;
	}
	
	
	
/* Sidebar */
	
/* .sidebarbg {
	background: transparent url(images/interior/sidebar_bg.jpg) top left repeat-y;
	} */
	
.sidebar {
/* 	background: transparent url(images/interior/sidebar_top.jpg) top left no-repeat; */
	padding-left: 10px;
	}
	
img.sidebartitle {
	margin-top: 15px;
}

	
img.sidebarpic {
	margin: 0 0 0 -7px;
	padding: 0;
	}
	
	

/* Main Text Area */

img.maintitle {
	margin-top: 15px;
	margin-bottom: 0;
	}
	
p img.maintitle {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 0;
	}
	
.maintext p {
	width: 360px;
	margin-top: 0;
	}
	
.maintext ul {
	font-size: .65em;
	line-height: 1.3em;
	}
	

	
/* Typography */

p {
	font-size: .80em;
	line-height: 1.3em;
	text-align: justify;
	padding: 0 15px;
	color: #000000;
	}


	
.sidebar p {
	font-size: .70em;
	text-align: left;
	padding: 0 15px 0 0;
	}
	
#contact p {
	text-align: right;
	width: auto;
	padding-right: 0;
	}
	

/* Links */
	
a:link, a:visited {
	font-weight: bold;
	color: #1d538c;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	

/* Footer */
	
.footer {
	color: #1d538c;
	font-weight: normal;
	text-decoration: none;
	font-size: .7em;
	}
