/************/
/* ELEMENTS */
/************/

body
{
	font-weight: bold;
	font-size: smaller;
	margin: 10px;
	font-family: Verdana;
	background-color: #ffffff;
}



/*************/
/* ID Styles */
/*************/

#layout
{
	align: left;
	text-align: left;
}



/****************/
/* CLASS Styles */
/****************/

.header
{
	text-align: left;
	align: left;
}

.navigation
{
	text-align: left;
	align: left;
}

.middleHomeImage
{
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/home_images/new_generic_home.jpg);
	margin: 30px 0px 0px;
	width: 100%;
	background-repeat: no-repeat;
	height: 177px;
}

.middleImmigrationImage
{
	BACKGROUND-POSITION-Y: left;
	background-image: url(images/home_images/home_r6_c2.jpg);
	margin: 30px 0px 0px;
	width: 100%;
	background-repeat: no-repeat;
	height: 177px;
}

.middleText
{
	padding-left: 15px;
	font-size: x-small;
	color: black;
	padding-top: 75px;
	font-family: Verdana;
}

.middleOtherText
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
}

.middleItemContainer
{
	padding-top: 10px;
	text-align: left;
}

.middleItem
{
	float: left;
	padding-right: 5px;
}

.bottomFooter
{
	float: none;
	font-size: smaller;
	color: Gray;
}

.textnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Gray;
}