﻿body
{
	background: url(images/stripe.png) repeat-x;
        background-position: 100px;
        height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 1.35em;
	background-color: #White;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 160%;
	font-size: 85%;
	
}

/***************
	Header
***************/
#Header
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 112px;
	position: relative;
	background-color: White;
}
#LogoType {
	position: absolute;
	top: 40px;
	left: 0px;
	float: left;
}

/***************
	TabArea
***************/
#MainMenuArea 
{
	width: 1024px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
        border-bottom: 1px solid #ededed;
        
}
#TabArea {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;

}
#TabArea ul {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	width: 95%;
	padding-left: 0;
}
#TabArea ul li 
{
	background-image: url("images/UnselectedTab.png");
	display: block;
	float: left;
	margin-left: 5px;
}
#TabArea ul li.selected, #TabArea ul li:hover

#TabArea ul li.selected a, div.tab a:hover
{
	text-decoration: none !important;
	color: #FFFFFF !important;
}
#MainMenuList {
	line-height: normal;
}

/***************
	MainArea
***************/
div.content
{
	width: 1024px;
	margin: auto;
	background-color: White
}

div.row
{
	height: 100%;
	min-height: 100%;
	overflow: auto;
	padding-bottom: 50px;
}

div.text
{
	padding-left: 0px;
}


div.leftcolumn
{
	width: 341px;
	float: left;
}
div.rightcolumn
{
	width: 338px;
	float: right;
}
div.logotype
{
	text-align: center;
}
ul.linklist li
{
	height: 25px;
	line-height: 25px;
	padding-left: 0px;
	background-position: left center;
	background-repeat: no-repeat;
}
div.footer
{
	background-color: White;
	font-size: x-small;
	color: #333333;
}

/***************
	Elements
***************/
a
{
	color: #CC3300;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #CC3300;
}

a:active
{
	text-decoration: underline;
	color: #CC3300;
}

ul
{
	list-style: none outside;
}