﻿@import url(layout.css);
body {
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333333;
}
#container {
	background-color: #000000;
	width: 965px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: left;
	width: 965px;
	height:90px;
	background-image: url('../images/background_tile.gif');
}
#navigation {
	border-top: 2px;
	border-bottom: 2px #999999 solid;
	overflow: hidden;
	background-image: url('../images/menu_li_back.gif');
	height: 30px;
	border-top-color: #999999;
	border-top-style: solid;
}
#java {
	background: #000000;
	Width: 965px;
	height: 225px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#column_l {
	width: 600px;
	margin: 0;
	padding: 0 15px;
	background-color: #000000;
}
#column_r {
	width: 300px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #000000;
	position: relative;
}
#footer {
	width: 965px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/footer_background.gif');
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 1px;
}
#masthead p {
	font-size: 50px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #ffcc00;
	text-decoration: none;
	background-image: url('../images/menu_li_back.gif');
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}