/* CSS Document */
body
		{
		margin:0;
		padding:0;
		background-image: url(../images/main-bg.jpg);
		background-repeat:repeat-x;
		background-color:#9A8DC9;
		overflow:auto;
		}

		

.banner
		{
		width:885px;
		height:249px;

		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
		background-image:url(../images/header.jpg);
		}
.center
		{
		width:885px;
		height:500px;
		margin-left:auto;
		margin-right:auto;
		background-color:#FFFFFF;
		border-collapse:collapse;
		padding:0px;



		}
.left-column
		{
		width:42px;
		background-image:url(../images/left-column.jpg);
		background-repeat:no-repeat;
		background-color:#9A8DC9;
		padding:0px;
		border-collapse:collapse;
		}
.right-column
		{
	width:42px;
	background-color:#9A8DC9;
	padding:0px;
	background-image:url(../images/right-column.jpg);
	background-repeat:no-repeat;


		}
.bottom
		{
		width:885px;
		height:21px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/bottom.jpg);
		padding:0px;
		}
.nav
		{
		width:171px;

		}
.title-top-of-page
		{
		font-family:Arial;
		font-size:18px;
		color:#ffffff;
		width:600px;
		height:25px;
		background-color:#737315;
		text-indent:6px;
		}
.content-of-page
		{
		color:#333333;
		width:600px;
		height:400px;
		border:solid 1px #CCCCCC;
		margin-top:4px;
		font-family:Tahoma;
		font-size:12px;
		line-height:20px;
		text-align:justify;
		background-color:#FFFFFF;
		padding:6px
		}
.forms
		{
		color:#333333;
		width:600px;
		height:400px;
		margin-top:4px;
		font-family:Tahoma;
		font-size:12px;
		text-align:justify;
		background-color:#FFFFFF;
		}
		
.fotter-navigation
		{
		font-family:Tahoma;
		font-size:11px;
		color:#333333;
		width:600px;
		height:25px;
		border:solid 1px #CCCCCC;
		text-align:center;
		margin-top:4px;
		}
.fotter-navigation a
		{
		text-decoration:none;
		color:#333333;
		}
.fotter-navigation a:hover
		{
		text-decoration: underline;
		}
.fotter-copyright
		{
		font-family:Tahoma;
		font-size:11px;
		color:#333333;
		width:600px;
		height:25px;
		text-align:center;
		}
H1
		{
		font-family:Arial;
		font-size:16px;
		color:#336633;
		}
