/* CSS Document */

/*global*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dddddd;
	margin: 0px;
}
a {
	color: #005B9E;
	text-decoration: underline;
}
a:hover {
	color: #4A5458;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #005B9E;
	margin-left: 30px;
	margin-right: 45px;
}

/*div-boxes*/

	/*wrappers*/
	
	#wrap {
		background-image: url(images/bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
		margin: 0px auto;
		padding: 0px;
		width: 785px;
	}
	#container {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #ffffff;
		margin: 0px auto;
		padding: 0px;
		width: 755px;
		text-align: center;
	}
	
	/*content*/
	
	#header {
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		width: 755px;
		text-align: left;
	}
	#content {
		color: #4A5458;
		margin: 0px 30px;
		padding: 0px;
		width: 695px;
		text-align: justify;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.3em;
	}
	
	/*navigation*/
	
	#navigation {
		text-align: right;
		margin-top: 30px;
		margin-right: 15px;
		float: right;
		padding-right: 5px;
	}
	#navigation a{
		border-right-width: 4px;
		border-right-style: solid;
		border-right-color: #FFFFFF;
		padding-right: 5px;
	}
	#navigation a:hover{
		border-right-width: 4px;
		border-right-style: solid;
		border-right-color: #005B9E;
	}

	/*footer*/
	
	#bottom {
		width: 785px;
		background-image: url(images/bg-bottom.gif);
		background-repeat: no-repeat;
		background-position: center;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 20px;
	}
	#footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.85em;
		color: #4A5458;
		text-align: center;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 8px;
		padding-bottom: 10px;	
	}
	#footer a {
		color: #4A5458;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #005B9E;
		text-decoration: none;
	}

/*break*/

.break {
	clear: both;
	height: 1px;
	background-color: #FFFFFF;
}
/*text-styles*/

.cutline {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.1em;
	color: #000000;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #005B9E;
	font-weight: bold;
}
.byline {
	font-size: 1.1em;
	float: right;
	margin-right: 30px;
}

/*quote*/

.quote {
	margin-right: 5px;
	margin-top: 20px;
	margin-left: 0px;
}
.br {
	background: url(images/quote_br.gif) no-repeat 100% 100%;
}
.tl {
	background: url(images/quote_tl.gif) no-repeat left top;
	padding:10px 20px 10px 10px;
	margin-bottom: 5px;
}
.tr {
	padding:10px 10px 10px 20px;
	margin-bottom: 5px;
