body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #7599CD;
}
#container {
	position:relative;
	width:720px;
	background-color:#FFFFFF;
}
#header {
	position:relative;
	width:720px;
	height:158px;
	background-image:url(images/diamond_02.gif)
}
#header p {
	position:absolute;
	width:720px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	left: 4px;
	top: 133px;
	margin:0px;
	padding:0px;
}
#header a {
	color:#FFFFFF;
}
#header a:hover {
	color:#cccccc;
}
#body {
	position:relative;
	width:720px;
	height:autopx;
	background-color:#FFFFFF;
}
#content {
	position:relative;
	width:720px;
	height:auto;
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:20px;
}
#content h1 {
	color:#000099;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
#content h3 {
	color:#3300CC;
	margin-left:10px;
	text-align:justify;
	font-size:12px;
}
#content span {
	color:#000099;
	margin-left:10px;
	text-align:justify;
	font-size:12px;
	font-weight:bold;
}
#content p {	
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
}
#content li {
	color:#003399;
}
#content a {

	color:#0033CC;
}
#content a:hover {
	color:#000066;
}

#footer {
	position:relative;
	width:720px;
	height:28px;
	background-image:url(images/diamond_05.gif);
}
#footer p {
	position:absolute;
	width:189px;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	left: 60px;
	top: 11px;
	font-size:10px;
	
}
#footer p a {
	color:#ffffff;

}
#footer p a:hover {
	color:#CCCCCC;
}
#footer h3 {
	position:absolute;
	width:392px;
	color:#000099;
	font-weight:bold;
	font-size:12px;
	left: 325px;
	top: 6px;
	margin:0px;
	padding:0px;
}
#footer h3 a  {
	color:#000099;
}
#footer h3 a:hover {
	color:#0033FF;
}
#footer img {
	position:absolute;
	width:80px;
	height:57px;
	padding:0px;
	margin:0px;
	left: 621px;
	top: -14px;
}


