﻿#HomePage
{
	background-color: Black;
	height: 1000px;
}

#HomePage_MainImage
{
	padding-top: 30px;
	padding-left: 346px;	
}

#HomePage_Navigation
{
	 width: 703px;
	 float: none;
	 clear: both;
	 font-family: Verdana, Arial, Times New Roman;
	 font-size: 14px;
	 color: White;	
}

.HomePage_Navigation_Item
{
	float: right;
	padding-left: 70px;

}

.HomePage_Navigation_Item a
{
	color: White;
	text-decoration: none;
}

#HomePage_Agency
{
	width: 703px;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	color: gray;
	text-align: right;	
}

.HomePage_TextBox
{
	 background-color: black;
	 border: solid 1px white;
	 color: White;	
}

.HomePage_Button
{
	 background-color: gray;
	 border: solid 1px white;
	 color: White;	
}

