*
{
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #18395a;
	font-weight:bold;
}

a:visited
{
	text-decoration: none;
	color: #18395a;
	font-weight:bold;
}

a:hover
{
	text-decoration: none;
	color: #18395a;
	font-weight:bold;
}

a:active
{
	text-decoration: none;
	color: #18395a;
	font-weight:bold;
}

body
{
	text-align: center;
	background: url('images/asphalt.jpg');
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#counter
{
	margin-top: 10px;
	border: solid 1px #ffffff;
	background: #000000;
	font-weight: 700;
	color: #ffffff;
}

#mainContainer
{
	margin: 15px auto 15px auto;
	width: 780px;
	border: solid 1px #A0A0A4;
	background-color:white;
}

#header
{
	height: 156px;
	background: url('images/header.jpg');
	background-position:center;
	background-repeat:no-repeat;
	vertical-align: middle;
	clear: both;
}

#rotatingHeaderText
{
	margin-top: 45px;
	margin-right: 40px;
	width: 360px;
	height: 85px;
	font-weight: 700;
	text-align: justify;
	color: #ffffff;
	float: right;
}

#navbar
{
	padding: 0px 20px;
	font-size: 1.1em;
	font-weight: 700;
	color: #18395a;
	clear: both;
}

#navbar a
{
	margin: 3px 20px;
	font-size: 1.1em;
	font-weight: 700;
}

#navbar a:visited
{
	font-size: 1.1em;
	font-weight: 700;
}

#navbar a:hover
{
	font-size: 1.1em;
	font-weight: 700;
	color: #618096;
}

#navbar a:active
{
	font-size: 1.1em;
	font-weight: 700;
}

#content
{
	padding: 25px;
	color: #618096;
	text-align: justify;
}

#content a
{
	font-style: italic;
}

#content a:hover
{
	color: #b0393f;
}

.title
{
	font-size: 1.1em;
	font-weight: 700;
	color: 18395a;
}

#copyright
{
	margin-top: 5px;
	font-size: .9em;
	color:#808080;
}

#designedBySnare
{
	font-size: .8em;
	color:#808080;
}

#designedBySnare a
{
	color:#808080;
}

#designedBySnare a:visited
{
	color:#808080;
}

#designedBySnare a:hover
{
	color:#999999;
}

#designedBySnare a:active
{
	color:#808080;
}

.popupMenu
{
	z-index: 1;
	position: relative;
	padding: 3px;
	background: #ffffff;
	border: solid 2px #618096;
	visibility: hidden;
	font-size: .8em;
	text-align: left;
	float: left;
}

.popupMenu a:hover
{
	color: #618096;
}

.paragraph
{
	margin-top: 20px;
}