/* CSS Document */

#Header
{
	background:url(Images/Header.gif) no-repeat;
	width:740px;
	height:108px;
}
#HeaderDiv
{
	text-align:right;
	padding-top:83px;
	padding-right:15px;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
}
#HeaderDiv a
{
	text-decoration:none;
	color:#045684;
}
#HeaderDiv a:hover
{
	text-decoration:underline;
	color:#218ecc;
}
#Border
{
	border:1px solid #959595;
}
#Footer
{	
	background:url(Images/Footer.gif);
	width:740px;
	height:25px;
	text-align:center;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#045684;
}
#Footer a
{
	text-decoration:none;
	color:#045684;
}
#Footer a:hover
{
	text-decoration:underline;
	color:#218ecc;
}
#HomeMain
{
	background:url(Images/BgHome.jpg);
	height:732px;
}
#Main
{
	background:url(Images/BgDefault.jpg);
	vertical-align:top;
	height:557px;font-family: Arial, Verdana;
	font-size: 13px;
	color:#045684;
	padding:10px;
}
#Title
{
	width:100%;
	height:48px;
	vertical-align:top;
}

#Title span
{
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	text-align:right
}
#AboutMenu
{
	margin:0px 0px 0px 20px;
}
#AboutMenu a
{
	font-size:14px;
	text-decoration:none;
	color:#045684;
}
#AboutMenu a:hover
{
	text-decoration:underline;
	color:#218ecc;
}
#AboutContent
{
	margin:0px 25px 0px 45px;
}
#AboutContent b
{
	font-size:16px;
}
#AboutContent a
{
	text-decoration:none;
	color:#045684;
	cursor:hand;
}
#AboutContent a:hover
{
	text-decoration:underline;
	color:#218ecc;
}
#AboutContent img
{
	border:2px solid #218ecc;
	margin:5px;
	
}
#Management
{
	list-style:none;
}
#Contact
{
	margin:20px 25px 0px 45px;
}
#Contact i
{
	color:#ff0000;
}
#Contact b
{
	font-size:16px;
}#Contact a
{
	text-decoration:underline;
	color:#218ecc;
}
#Contact a:hover
{
	text-decoration:none;
	color:#218ecc;
}
input,textarea{
	width:180px;
	height:16px;
	border:1px solid #218ecc;
	background-color:#f6f6f6;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#045684;
}
.Button{
	width:80px;
	height:20px;
	border:1px solid #218ecc;
	background-color:#045684;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	cursor:hand;
}
.Button:hover
{
	background-color:white;
	color:#218ecc;
}

