html{
	margin: 0px;}

#Container{
	background-image: url('/images/layout/backtext.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-bottom: 25px;
	margin-top: 1px;
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;}

#Header{
	float: left;
	left: 0px;
	top: 0px;
	width: 748px;
	height: 150px;
	border: 1px;
	border-color: #4BC8E9;
	border-style: solid;
	border-bottom: 3px;
	border-bottom-color: #333333;
	border-style: solid;}

#Header img{
	float: left;}

#LogoRight{
	position: absolute;
	top: 40px;
	left: 630px;
	padding-right: 15px;}
	
#LogoLeft{
	position: absolute;
	top: 40px;
	left: 340px;
	padding-right: 15px;}

#LogoMiddle{
	position: absolute;
	top: 40px;
	left: 490px;
	padding-right: 15px;}


#Content{
	float: left;
	width: 748px;
	border: 0px;
	border-left: 1px;
	border-right: 1px;
	border-color: #4BC8E9;
	border-style: solid;
	background-image: url('/images/layout/background.png');
	background-repeat: repeat-y;}

#Menu{
	padding-top: 10px;
	width: 200px;
	float: left;}

#Menu ul{
	font-size: 12px;}

#Menu ul a{
	text-decoration: none;
	color: #000000;}

#Menu ul a:hover{
	color: #FFFFFF;
	text-decoration: none;}

#Menu ul li{
	padding: 1px;
	list-style-image: url('/images/layout/ul_white.png');}

#Menu ul li ul li{
	margin-left: -20px;
	list-style-image: url('/images/layout/ul_blue.png');}

#News{
	padding-left: 20px;
}

#News fieldset{
	border: 1px solid white;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#News fieldset legend{
	color: #FFFFFF;
}

#News ul{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}

#News ul li{
	padding: 0px;
	font-size: 10px;
	margin-top: 5px;
	list-style-image: url('/images/layout/background.png');}

#News ul li ul li{
	margin-left: 10px;
	font-size: 10px;
	list-style-image:  url('/images/layout/background.png');}

#News ul li ul li a{
	text-decoration: none;
	color: #000000;}

#News ul li ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;}

#Text{
	float: right;
	width: 500px;
	/*margin-top: -410px;*/
	/*margin-left: 210px;*/
	padding-right: 10px;}

#Text h2{
	font-size: 17px;
	font-weight: bold;}

#Text h2 img{
	vertical-align: middle;
	margin-right: 5px;}

#Text a{
	text-decoration: underline;
	color: #1694AD;}

#Text a:hover{
	color: #4BC8E9;
	text-decoration: underline;}

#Text ul li{
	padding: 2px;
	font-weight: bold;
	list-style-image: url('/images/layout/ul.png');}

#Text ul li ul li{
	font-weight: normal;
	margin-left: -20px;
	list-style-image: url('/images/layout/li.png');}

#Text2 ul li{
	padding: 2px;
	font-weight: normal;
	list-style-image: url('/images/layout/ul.png');}

#Text2 ul li ul li{
	font-weight: normal;
	margin-left: -20px;
	list-style-image: url('/images/layout/li.png');}

#Text p img {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 1px;
	border: 1px;
	border-style: solid;
	border-color: #4BC8E9;}

#Text table td {
	vertical-align: top;
}

#Text form input{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	margin-right: 5px;}

#Text form textarea{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	margin-right: 5px;}

#Footer{
	clear: both;
	float: left;
	width: 750px;
	height: 60px;
	background-image: url('/images/layout/bottom.png');
	background-repeat: no-repeat;
	border: 0px;
	border-left: 1px;
	border-color: #4BC8E9;
	border-style: solid;}

#Copyright{
	clear: both;
	width: 750px;
	height: 30px;
	font-size: 10px;
	color: #333333;
	text-align: center;}

