﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #7CB9F2;
}
#container {
	border-top: 2px solid #484848;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #99CCFF;
}
#masthead {
	background-image: url('../images/gg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 120px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #336699;
}
html>body #navigation {
	overflow: hidden;
}
#content {
}
#footer {
	text-align: center;
	padding-bottom: 0px;
}

/* Masthead */

/* Navigation */
#navigation {
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px #336699 solid;
	background-color: #336699;
}

#navigation a {
	list-style-type: none;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
	border: 1px #336699 solid;
	color: #FFD800;
	background-color: #336699;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	border: 1px #8CB9F2 solid;
	color: #336699;
	background-color: #FFD800;
}

/* Front page layout */
#front-table {
	text-align: center;
	width: 75%;
}

#front-table td {
	width: 50%;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

#front-table img {
	border: 2px #484848 solid;
}

#front-table a:hover img {
	border: 2px #FFD800 solid;
}

/* Site typography */
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #0000aa;
	text-decoration: none;
}
a:hover {
	color: #0000aa;
	text-decoration: none;
	background-color: #ffd800;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}