﻿body 
{
	background-attachment:fixed;
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	color:Black;
}

#window
{
	width: 1024px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo
{
	text-align:center;
	border:solid 1px blue;
}
#navigation
{
	width:240px;
	float:left;
	margin:5px;
}
#login
{
	float:right;
	width:740px;
	margin:5px;
}
#main
{
	float:right;
	width:740px;
	margin:5px;
}
#footer
{
	float:right;
	width:740px;
	margin:5px;
	border-top:double 3px navy;
	text-align:center;
	/*font-size:10px;*/
	color:Navy;
}

h1
{
	font-size:22px;
	font-weight:bold;
	color:Navy;
	border-bottom:solid 1px navy;
	width:100%;
}
h2
{
	font-size:18px;
	font-weight:bold;
	color:Navy;
}
h3
{
	font-size:14px;
	font-weight:bold;
	color:Navy;
}
h4
{
	font-size:12px;
	font-weight:bold;
	color:Black;
}
h5
{
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:Black;
}
h6
{
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:Black;
}
h7
{
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	color:Black;
}
a
{
	text-decoration:none;
	color:Blue;
}
a:hover, a:active
{
	text-decoration:overline underline;
	color:Red;	
}

.HiddenColumn
{
	display:none;
}