*
{
	padding: 0;
	margin: 0;
}

body
{
	width: 100%;
	height: 100%;
}

ul
{
	list-style: none;
}

img
{
	border:0px;
	border-width: 0px;
}

a
{
	color:#2079a7;	
}

h1
{
	margin: 29px 0 29px 5px;
}

h2
{
	margin: 0 0 20px 0;
}

h3
{
	margin: 0 20px 0 5px;
}

h5
{
	font-weight:normal;
}

h1, h2
{
	font-weight: bold;
}

h1 a
{
	text-decoration: none;
}

hr
{
	color: #eeeeee;
	background-color: #eeeeee;
	height: 1px;
	border: 0px;
}

#content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 1000px;
}
#headertop
{
	background-image: url(../../img/header/header_top.gif); 
	background-repeat: repeat-x;
	height: 73px;
}
#headertopleft
{
	font-size: 9pt;
	padding: 10px 10px 0 10px;
	width: 720px;
	float:left;
}
#headertopright
{
	float:left;
	padding: 10px 0 0 10px;
}
#headertopright img
{
	border-width: 0px;
	margin: 0 10px 0 0;
}

#left
{
	float: left;
	width: 200px;
	
}
#center
{
	float:left;
	width: 780px;
	margin: 0 0 0 20px;
	overflow: auto;
/*	background-color: #ccddcc; */
}

#footer
{
	float: left;
	width: 1000px;
	margin-top: 16px;
}

#infocenterleft
{
	float: left;
	width: 530px;
	margin: 0 10px 0 10px;
}

#infocenterright
{
	 float: right;
	 width: 195px;
	 margin: 5px 10px 0 0;
}


#leftcenter
{
	float: left;
	width: 470px;
}

#rightcenter
{
	 float: right;
	 width: 288px;
	 margin: 0 0 0 10px;
}

