﻿@import url('layout.css');
.newStyle1 {
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}
/* 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;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #6699FF;
}
#footer {
	clear: both;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	position: inherit;
}
Style1 {
	text-align: center;
}
.content {
	height: auto;
	width: 100%;
}
