﻿body
{
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}

#site
{
	width: 950px;
	text-align: left;
}

#topArea
{
	background: #000000;
	padding: 0px;
	color: #ffffff;
	text-align: right;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 110%;
	margin: 0px;
}



a.whiteLink
{
	color: White;	
}

#mainArea
{
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.contentColumn
{
	float: left;
	width: 320px;
	padding-right: 20px;
	border-right: solid 1px #c0c0c0;
	
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 75%;
	line-height: 150%;
}

.content_tipsorad
{
	float: left;
	width: 600px;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 75%;
	line-height: 150%;
}

.leftColumn
{
	float: left;
	width: 200px;
	padding-right: 20px;
	
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 75%;
	line-height: 150%;
}

#bottomArea
{
	clear: both;
	border-top: solid 1px #c0c0c0;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 60%;
	text-transform: uppercase;
}

a
{
	color: #909090;
	text-decoration: underline;
}
a:hover
{
	color: #666666;
	text-decoration: underline;
}

h1
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 160%;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 160%;
	font-weight: bold;
	line-height: 100%;
	margin-top:10px;
	margin-bottom:10px;
}

h3
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
}

/*
h2
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 90%;
	margin:0px;
}

h3
{
	margin-left: 10px;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 100%;
}

.box
{
	width: 300px;
	min-height: 160px;
	padding-left: 0px;
	padding: 20px;

	font-family: Trebuchet MS, Sans-Serif;
	font-size: 75%;
	line-height: 150%;
}
*/
#menuArea
{
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}

.menuItem
{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	cursor: default;
}

.menuItem_active
{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	cursor: default;
	background-color: #000000;
	color: #FFFFFF;
}

a.menuItem_active
{
	color: #FFFFFF;
}
a.whiteLink
{
	color: #ffffff;
}
