﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url('Images/bg.png');
	background-repeat: repeat-x;
	text-align: justify;
}

.PageTitle
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 22px;
}

#TopBlock
{
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 50%;
	margin-bottom: 150px;
	margin-left: -10px;
	background-color: #333333;
}

#Logo
{
	position: absolute;
	background-position: center center;
	width: 122px;
	height: 150px;
	top: 0px;
	right: 20px;
	background-repeat: no-repeat;
	background-image: url('Images/logo.png');
}

#Holder
{
	position: absolute;
	width: 960px;
	top: 10%;
	left: 50%;
	/*-top: -300px;*/
	margin-left: -480px;
}

#Top
{
	position: relative;
	width: 960px;
	height: 150px;
	right: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('Images/banner.png');
}

#NavBar
{
	position: relative;
	width: 960px;
	height: 30px;
	left: 0px;
}

#Content
{	
	position: relative;
	width: 960px;
	overflow: visible;
}

.Norm
{
	float: left;
}

#Footer
{
	position: relative;
	width: 960px;
	height: 45px;
	left: 0px;
	padding-top: 9px;
}

#InnerFooter
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #FF9200;
	position: relative;
	width: 960px;
	height: 30px;
	left: 0px;
	line-height: 30px;
	border-top-style: solid;
	border-bottom-style: solid;
}

#Copyright
{
	position: relative;
	width: 130px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 30px;
}

#Navigation
{	
	position: relative;
	width: 640px;
	height: 20px;
	float: left;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#KroLink
{	
	position: relative;
	width: 130px;
	height: 20px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-right: 30px;
}

.Nav
{
	margin: 2px 1px 2px 1px;
	padding: 0px;
	position: relative;
	width: 158px;
	height: 26px;
	line-height: 26px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.Nav:Hover
{
	background-color: #013C69;
	color: #0478D1;
}

#SiteName
{
	position: absolute;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 50px;
	font-weight: bold;
	width: 700px;
	height: 60px;
	top: 60px;
	left: 20px;
	color: #FFFFFF;
}

.FullWidth
{
	width: 100%;
}

.LeftDivine
{
	width: 593px;
}

.Margin30
{
	padding: 30px;
	vertical-align: top;
}
