/* CSS Document */

/* This is a fixed, centered layout*/

body {
	margin: 0;
	padding: 0;
	background-color: #808080;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #660000;
	}
	
#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	width: 759px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(images/container_back.jpg);
	background-position: 3px top;
	}
	
#header {
	}
	
#content {
	margin-top: 120px;
	margin-left: 30px;
	margin-right: 200px;
	margin-bottom: 10px;
	}

#nav {
	position: absolute;
	top: 36px;
	width: 567px;
	}

#right {
	position: absolute;
	top: 36px;
	display: block;
	margin-left: 567px;
	width: 192px;
	}

#footer {
	text-align: center;
	font-size:smaller;
	}
#footer p {
	margin: 0;
	}
	
#logos {
	margin-right: 10px;
	margin-left: 10px;
	}
#logos img {
	margin-right: 5px;
	}

	
/* ---  links  --- */

a:link {
	color: #006699;
	text-decoration: underline;
	}
a:visited {
	color: #8EA4C2;
	text-decoration: underline;
	}
a:hover {
	color: #993333;
	text-decoration: none;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 1.5em 0;
	padding: 0;
	}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #006699;
	border-bottom: 1px solid #eaeaea;
	}
h4 {
	margin: 1.5em 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}
h6 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #333;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

