﻿#homemenu1
{
	background-color: #6799CB;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 860px;
	height: 116px;
}

#homemenu1 a
{
	float: left;
	display: block;
	width: 270px;
	height: 75px;
	border: solid 1px White;
	background-color: #6799CB;
	font-size: 12pt;
	color: White;
	font-weight: bold;
	padding-top: 15px;
}

#homemenu1 a:hover
{
	float: left;
	display: block;
	width: 270px;
	height: 75px;
	border: solid 1px #22418B;
	background-color: White;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 15px;
	color: #22418B;
	cursor: hand;
}

#homemenu1 span
{
	cursor: hand;
	display: block;
	background-color: #22418B;
	color: White;
	width: 270px;
	height: 22px;
	font-size: 10pt;
	padding-top: 4px;
	margin-top: 12px;
	text-decoration: none;
}

#homemenu2
{
	background-color: #6799CB;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: 860px;
	height: 70px;
}

#homemenu2 a
{
	float: left;
	display: block;
	width: 360px;
	height: 32px;
	text-align: center;
	border: solid 1px White;
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 12px;
	background-color: #6799CB;
	color: White;
	text-decoration: none;
}

#homemenu2 a:hover
{
	float: left;
	display: block;
	width: 360px;
	height: 32px;
	text-align: center;
	border: solid 1px #22418B;
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 12px;
	background-color: White;
	color: #22418B;
	text-decoration: underline;
}

#warninghome
{
	margin: 0 auto;
	text-align: center;
	background-color: #CCCCCC;
	width: 900px;
	height: 366px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: solid 2px #676767;
	background-image: url('images/home_photo.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#warninghomecontent
{
	margin: 0 auto;
	text-align: left;
	color: Black;
	background-color: White;
	border: solid 1px Black;
	width: 760px;
	height: 380px;
	padding: 10px 10px 10px 10px;
}
