@charset "utf-8";
/* CSS Document */

html
	{
		overflow-y: scroll;
	}

html, body
	{
		height: 100%;
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
	}

#nonFooter
	{
		position: relative;
		min-height: 100%;
		width: 964px;
		background-image: url(../resources/images/drop%20shadow.jpg);
		background-repeat: repeat-y;
		margin-right: auto;
		margin-left: auto;
	}

* html #nonFooter
	{
		height: 100%;
	}

.container
	{
		min-height: 100%;
		position:relative;
		margin: 0px auto 0px auto;
		width:924px;
		background-color: #FFFFFF;
		height: 100%;
		padding-bottom: 25px;
		overflow: auto;
	}

.header
	{
		height: 90px;
		padding: 15px 0px 0px 15px;
		background-color: #ff6600;
		border-bottom: 1px #000000 solid;
	}

.left
	{
		float: left;
		padding: 35px 0px 140px 0px;
		width: 190px;
		text-align: right;
		font-size: 20px;
		color: #000000;
	}

.left p
	{
		width: 160px;
		margin: 25px 0px 0px 15px;
		background-color: #f5f5f5;
		border: 1px #000000 solid;
		border-radius: 8px 8px 8px 8px;
		padding: 10px 5px 10px 5px;
		font-size: 11px;
		text-align: left;
	}

.middle
	{
		padding: 30px 10px 140px 10px;
		margin: 0px 210px 0px 210px;
		font-size: 14px;
		color: #000000;
	}

.right
	{
		float: right;
		width: 190px;
		padding: 40px 0px 140px 0px;
		text-indent: 40px;
	}

#footerContainer
	{
		position: relative;
		width: 964px;
		margin-right: auto;
		margin-left: auto;
	}
	
#footer
	{
		position: relative;
		margin: -139px auto 0px auto;
		height: 138px;
		width: 924px;
		background-color: #ff6600;
		border-top: 1px #000000 solid;
	} 

#footer p
	{
		margin: 0px;
		padding: 0px;
	}

#footer a:hover
	{
		color: #CCCCCC;
	}

.footerleft
	{
		float: left;
		padding: 10px 0px 0px 10px;
		width: 550px;
		font-size: 11px;
		font-weight: bold;
	}

.footerright
	{
		float: right;
		text-align: right;
		font-size: 10px;
		font-weight: bold;
		width: 201px;
		padding: 10px 10px 0px 0px;
	}

img
	{
		border-style: none;
	}

a:link, a:visited
	{
		text-decoration: none;
	}

a:hover
	{
		color: #999999;
	}

.style1
	{
		color: #0066CC;
	}

.style2
	{
		color: #000000;
	}

.style3
	{
		text-align: center;
	}
