
body {
	margin: 0;
	padding: 15px 0;
	background: #000000 url(images/background.jpg) repeat-y top center;
	font-family:   sans-serif, Arial, Helvetica;
	font-size: 13px;
	color: #1b3f94;
	height: 100%;
	}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #1b3f94;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

.quotes {
font-style: italic;
} 
.quotes p {
	line-height: 130%;

}

a{
	color: #1b3f94;
	text-decoration: underline;
}

a:hover {
}

img {
}

.pictureright {
	float: right;
	font-size: 120%;
	font-weight: bold;
	text-align:center;
}

.pictureright img{
	display:block;
	border: solid #1b3f94;
	border-width: 1px;
	}

.pictureleft {
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.pictureleft img{
	display:block;
	border: solid #1b3f94;
	border-width: 1px;
	}

img.left {
	float: left;
	display:block;
	border: solid #1b3f94;
	border-width: 1px;
	}

img.right {
	float: right;
	display:block;
	border: solid #1b3f94;
	border-width: 1px;
	}

img.splash {
	float: right;
	margin: 0 0 0 600px;
	display:block;
}

#header {
	padding: 0;
	width: 900px;
	height:105px;
	margin: 0 auto;
	background: #1b3f94 url(images/logo3.jpg) no-repeat top center;
}

#footer {
	padding: 10px 0 0 0;
	width: 900px;
	height:40px;
	margin: 15px auto;
	background: #ffffff;
	font-family:   sans-serif, Arial, Helvetica;
	font-size: 25px;
	color: #1b3f94;
	font-style: italic;
	text-align:center
	}

/* Menu */

#menu {
	float: left;
	width: 160px;
	height:550px;
	background: #FFFFFF url(images/menuback.jpg) no-repeat top left;
}

#menu ul {
	margin: 0;
	padding: 10px 20px 0 20px;
	list-style: none;
	line-height: normal;
}


#menu li {
	display: block;
	}

#menu a {	
	border: solid #1b3f94;
	border-width: 0;
	border-bottom-width: 1px;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/menuon.jpg) no-repeat top left;
	}

/* Page */

#page {
	width: 900px;
	height: 100%;
	margin: 15px auto;
	padding: 0;
}


/* Content */

#content {
	float: right;
	width: 685px;
	padding: 20px ;
	height:510px;
	background: #FFFFFF url(images/contentback.jpg) no-repeat top center;
	}

#content ul {
	margin-left: 10px;
	padding-left: 0;
}

#content ul li {
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}


