/* Set the basic styles for the site. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	background-color: #fff;
	padding: 0;
	border: none;
	margin: 0;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	background-color: #fff;
	padding: 0;
	border: none;
	margin: 0;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	background-color: #fff;
	padding: 0;
	border: none;
	margin: 0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	background-color: #fff;
	padding: 0;
	border: none;
	margin: 0;
}

/* Base style for links. */ 
a {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #f90;
}

/* Base style for headers. */
h1 {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #f90;
	padding: 5px;
	padding-top: 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
h2 {
	font-size: small;
	font-weight: bold;
	color: #f90;
	padding: 0 5px;
	border: none;
	margin: 0;
}
h3 {
	font-size: x-small;
	font-weight: normal;
	color: #f90;
	padding: 0 5px;
	border: none;
	margin: 0;
}
p {
	padding: 5px;
	margin: 0;
}

/* Container for entire page content. */
#container {
	width: 750px;
	border: 10px solid #fff;	
}

/* Page banner. */
#banner {
	width: 750px;
	height: 100px;
	background: #fff url("../images/banner-thin.jpg") top right no-repeat;
}

/* The navigation block. */
#navigation {
	height: 2.5em;
	text-align: right;
	background-color: #f4f4f4;
	padding: 0;
	border: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
}
#navigation a, #navigation em {
	height: 100%;
	font-size: small;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0.4em 1em;
	border: none;
	border-left: 1px solid #ccc;
	margin: 0;
}

#navigation a:hover {
	color: #fff;
	background-color: #999;
}
#navigation em {
	font-style: normal;
	color: #999;
}

/* Block for the main content of the page. */
#pageContent {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* Block for notices. */
.list {
	padding: 10px;
}
.list h3 {
	padding-bottom: 0;
}
.list p {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
#notices {
	width: 300px;
	border-right: 1px solid #ccc;
}
#training {
	width: 350px;
	border-right: 1px solid #ccc;
}
#contact-left {
	width: 375px;
	border-right: 1px solid #ccc;	
}
#contact {
	width: 375px;
}
#contact-left table {
	margin-left: 10px;
}
#contact table {
	margin-left: 10px;
}
#contact-left td {
	padding: 2px 5px;
}
#contact td {
	padding: 2px 5px;
}

/* Block for welcome message. */
#welcome {
	padding: 10px;
}

/* Style for the page footer. */
#footer {
	background-color: #f4f4f4;
	padding: 0.5em;
	border: 1px solid #ccc;
}
