﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 920px;
	margin: 5px auto;
}
#container ul {
	margin : 0px;
	padding: 1em;
}
#masthead {
	text-align: center;
	width: 898px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 108px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
@media print
{
	#navigation {
	display:none
	}
}
#content {
	float: left;
	width: 758px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 898px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	font-size: 14pt;
}
#masthead h2 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
	margin-top: 0px;
	margin-bottom: 2pt;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}

/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Other styles */

.author {
	font-size:small;
	padding-top: 0.5em;
}
.imgright {
	float:right;
	clear:right;
/*	width:120px; */
/*	margin:0 0 15px 20px; */
	padding:5px;
/*	border:1px solid black; */
	text-align:center;
}
.imgleft {
	float:left;
	clear:left;
/*	width:120px; */
/*	margin:0 0 15px 20px; */
	padding:5px;
/*	border:1px solid black; */
	text-align:center;
}

/* Containers for columns.  No padding */

.container100 {
	clear: both;
	width: 100%;
}

.container50 {
	float: left;
	width: 50%;
}

.container33 {
	float: left;
	width: 33%;
}

.whitebox {		/* white framed box to fit inside another container */
	border-radius: 8px;
	border:1px blue solid;
	margin:2px 2px 2px 2px;
	padding:3px 3px 3px 3px;
	width: auto;
	height: auto;
//	background-color:white;	/* default background colour, for all layout engines that don't implement gradients */
//	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEFF');	/* IE */
//	background: -moz-linear-gradient(top, #FFFFFF, #EEEEFF);  /* gecko based browsers */
//	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEFF));  /* webkit based browsers */
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #eaf3f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#eaf3f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feffff 0%,#eaf3f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feffff 0%,#eaf3f7 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #feffff 0%,#eaf3f7 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eaf3f7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #feffff 0%,#eaf3f7 100%); /* W3C */
//	-moz-box-shadow: 5px 5px 3px #888;
//	-webkit-box-shadow: 5px 5px 3px #888;
//	box-shadow: 5px 5px 3px #888;
}