/* CSS Document */

*{
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #66CDAA;
}
#container {
	width: 738px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	background-image: url(../images1/background121.jpg);
	background-repeat: no-repeat;
	height: 600px;
	overflow: hidden;
	margin-top: 20px;
}	
#header {
	width: 738px;
	float: right;
	padding-top: 0px;
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	height: 175px;
}
#linkbar {
	width: 150px;
	float: right;
	padding-top: 70px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
	font-weight: bold;
}
#linkbar .link {
	color: #FFFFFF;
	text-decoration: none;
}
#topcotent {
	width: 738px;
	float: right;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	font-size: large;
	color: #000000;
	text-align: left;
	text-indent: 10px;
}
.links {
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.object {
	text-align: center;
}
#footer {
	width: 738px;
	padding-top: 150px;
	padding-left: 0px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
 a:hover {
	text-decoration: none;
	color: #003399;
	background-color: #FFFFFF;
}
