@charset "utf-8";

a img {
	border: 0px none;
}

body {
	margin: 0 auto;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 60em;
	border-left: 1px solid #d9ecff;
	border-right: 1px solid #d9ecff;
}


#header {
	width: 60em;
	height: 3em;
	border-bottom: 2px solid #cae3eb;	
	background: url(../../images/header/background.png) #ffffff repeat-x top;
}

#logo {
	height: 0px;
	padding-top: 3em;
	overflow: hidden;
	width: 11.8125em;
	float: left;
	margin-left: .625em;
	background: url(../../images/header/logo.png)  no-repeat;
}

#logo:hover {
	cursor: pointer;
}

#navigation {
	height: 3em;
	padding-top: .95em;
	float: right;
}

.navigation_item {
	color: #6699cc;
	font-weight: bold;
	text-decoration: none;
	padding-right: 1.25em;
	font-size: .8em;
}

.navigation_item:hover {
	text-decoration: underline;
}

#footer {
	margin: 0 auto;
	width: 60em;
	height: 1em;
	border-top: 1px solid #d9ecff;
}

#footer_links {
	margin-top: .5em;
	text-align: center;
	font-size: .6875em;
}

#footer_links a {
	color: #003366;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

#footer_copyright {
	font-size: .6875em;
	text-align: center;
	color: #000000;
	margin-top: .5em;
	word-spacing: .25em;
}