﻿html, body
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 19px;
	font-family: Arial;
	color: #000000;
}

#header
{
	position: relative;
	width: 100%;
	height: 120px;
	border-bottom: solid 3px #e2e2c5;
	margin: 0;
	padding: 0;
	background: #c4bb87 url('../images/BgHeader.png') 0 0 repeat-x;
}

#logowrapper
{
	width: 960px;
	padding: 0 0 0 20px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
}
#contentwrapper
{
	width: 980px;
	padding: 0 0 0 0;
	height: 120px;
	margin: 0 auto;
	text-align: left;
}

#leftCol
{
	float: left;
	width: 450px;
	height: auto;
	padding: 20px 30px 30px 0px;
	border: solid 0px red;
}


#rightCol
{
	float: left;
	width: 500px;
	height: auto;
	padding: 20px 0px 30px 0px;
	border: solid 0px blue;
}


.Large
{
	font-size: 20px;
	line-height: 26px;
	font-family: Arial;
	color: #000066;
}


.Medium
{
	font-size: 17px;
	line-height: 21px;
	font-family: Arial;
	color: #000066;
	font-weight: bold;
}

a.Medium:link, a.Medium:active, a.Medium:visited
{
	font-size: 17px;
	line-height: 21px;
	font-family: Arial;
	color: #351ede;
	font-weight: bold;
	text-decoration: underline;
}

a.Medium:hover
{
	font-size: 17px;
	line-height: 21px;
	font-family: Arial;
	color: #351ede;
	font-weight: bold;
	text-decoration: none;
}

.RedLarge
{
	font-size: 20px;
	line-height: 26px;
	font-family: Arial;
	color: #6f001a;
}



.Small
{
	font-size: 12px;
	line-height: 15px;
	font-family: Arial;
	color: #666;
}
