@charset "utf-8";

*, html, body	{
	margin: 0px;
	padding: 0px;
	border: none;
}

html, body	{
	background-color: #fff;
}

#header	{
	background-color: #013777;
	background-image: url('header.jpg');
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
}

#headerLogo	{
	width: 560px;
	height: 120px;
	background-image: url('headerLogo.jpg');
}

#navigation	{
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background-color: #36639c;
	background-image: url('plainNavigation.jpg');
	position: absolute;
	top: 120px;
	left: 0px;
	width: 180px;
	
	border-right: 2px #634924 solid;
}

#content	{
	background-image: url('contentBack.jpg');
	background-position: 120px 0px;
	position: absolute;
	top: 120px;
	left: 182px;
	right: 0px;
	text-align: center;
	min-height: 192px;
	background-repeat: repeat-x;
}

#navigationBreak	{
	margin-top: 10px;
	width: 180px;
	height: 10px;
	font-size: 5px;
	background-image: url('navigationBreak.jpg');
}

.subContent	{
	background-image: url('contentBack.jpg');
	background-repeat: repeat-x;
}

.TextField	{
	background-image: url('textarea_lines.bmp');
	line-height: 20px;
	background-attachment: scroll;
	border: 1px #888888 dotted;
	width: 98%;
}

/****************************************************/
/* ****************** Hyperlinks ****************** */
/****************************************************/

a.DefaultLink	{
	color: #555;
}

a.DefaultLink:hover	{
	color: #000;
}

a.ImageLink:link, a.ImageLink:active, a.ImageLink:visited	{
	border: 1px #88f solid; 
}

a.ImageLink:hover	{
	border: 1px #bbf solid; 
}

a.navigationLink	{
	font-size: 1.1em;
	color: white;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
}

a.navigationLink:hover	{
	font-size: 1.1em;
	color: #aff;
	text-decoration: underline overline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
}

.navigationBreak	{
	margin-top: 20px;
}