/**
 * common.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14pt;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #0899BE;
}

a:active {
	color: #0899BE;
}

a:visited {
	color: #0899BE;
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
}


/**
 * Main layout elements
 */

#container {
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
}

#header {
	padding: 0;
	margin: 0 auto 0 auto;
	background: transparent;
	height: 120px;
}

#headerTitle {
	margin-left:10%;
}

#header h1 {
	padding: 0;
	margin: 0;
}

#main h2 {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	color: transparent;
}

#navbar {
	padding: 0 0 0.1em 0;
	font-size: 1em;
	border-bottom: 1px solid #0899BE;
}

#breadcrumb {
	padding-top: 0.5em;
	font-size: 0.7em;
	color: #0899BE;
}

#breadcrumb a.current {
	font-style: italic;
}

#content {
	margin: 1.25em 0 0 0;
	border: none;
}

#content h3 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#content h4 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-style: italic;
	padding: 0;
	margin: 0;
}

#content h5 {
	font-family: Helvetica Neue,Helvetica,sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#content p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 120%;
	}

#footer {
	background-color: transparent;
	text-align: right;
	margin: 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #0899BE;
	font-size: 1ex;
	}

div.separator {
	height: 1em;
	padding: 0;
	margin: 0;
	border-top: 1px solid #0899BE;
	border-bottom: none;
}

table {
	background-color: transparent;
	}

