	body
	{
		background-image: url(images/bg.gif);
		background-repeat: repeat-x;
		text-align: center;
		margin: 0px;
		background-color: #ffffff;
	}

	h1 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    letter-spacing: -1px;
	
	font-size: 23px; 

    font-weight: bold; 

    color: rgb(0, 51, 102);

    } 

	
    h2 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 17px;

    font-weight: bold; 

    letter-spacing: -1px;

    color:  rgb(0, 51, 102);

    } 
		
	
    h3 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 14px;

    letter-spacing: -1px;

    font-weight: bold; 

    color:  rgb(0, 51, 102);

    } 
		
	#MainLayout
	{
		position: relative;
		width: 1000px;
		margin: 0px auto;
		color: rgb(0, 51, 102);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		background-color: #006699;
	}

	#MainLayout-Header
	{
		position: relative;
		width: 1000px;
		height: 206px;
		background-image: url(images/Background-Header.jpg);
		background-repeat: no-repeat;
	}

	#MainLayout-Nav
	{
		position: relative;
		width: 1000px;
		height: 31px;
		background-image: url(images/Background-MainNav.png);
		background-repeat: repeat-x;
		background-color: #ffffff;
		text-align: left;
	}

	#MainLayout-Nav table
	{
		margin-left: 20px;
	}

	a.MainNav-NavItem
	{
		display: block;
		width: 110px;
		height: 17px;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 11px;
		font-weight: bold;
		background-color: #004a72;
		margin: 7px 5px 0px 0px;
		color: #cccccc;
		text-decoration: none;
		text-align: center;
		padding: 3px 0px 0px 0px;
	}

	a.MainNav-NavItem:hover
	{
		background-color: #6699cc;
		color: #ffffff;
	}

	#MainLayout-Content
	{
		position: relative;
		width: 990px;
		margin: 5px;
		padding: 10px 0;
		background-color: #ffffff;
	}

	#Content
	{
	position: relative;
	width: 663px;
	left: 20px;
	text-align: left;
	}

	#MainLayout-Footer
	{
		position: relative;
		width: 1000px;
		height: 37px;
		background-image: url(images/Background-Footer.png);
		background-repeat: repeat-X;
	}

	#MainLayout-Footer-Content
	{
		padding: 10px 0px 0px 0px;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 11px;
		font-weight: normal;
		color: #ffffff;
	}

	#MainLayout-Footer-Content a
	{
		padding: 5px 0px 0px 0px;
		text-decoration: udnerline;
		color: #ffffff;
	}


	.Contact-Image
	{
	position: absolute;
	margin-left: 25px;
	width: 258px;
	left: 672px;
	top: 0px;
	}
	
	.contactForm
	{
	width: 663px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #006699;
	color: #ffffff;
	}

	.contactForm-Body
	{
		background-color: #ecf2f7;
		color: rgb(0, 51, 102);
	}

	.input
	{
		width: 250px;
	}

	.error
	{
		color: #ff0000;
	}

