/* CSS Document */

html, body {
	height: 100%;	
}

body {
	margin:0px auto 0px auto;
	padding: 0;
	color:#4D4D4D;
	background-color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica;
	font-size:15px;
	background-image:url(/graphics/common/top-gradient.png);
	background-repeat:repeat-x;
}

.clearall {
  clear: both;
/*  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  height:0px;*/
}

a {
	color:#4D4D4D;
	cursor:pointer;
}

a.hover, a:hover
{
    color:#007AA0;
}

p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:10px;
}

h1 {
	color:#007AA0;
	font-size:26px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

h2 {
	color:#007AA0;
	font-size:22px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

h3 {
	color:#007AA0;
	font-size:18px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

h4 {
	color:#007AA0;
	font-size:15px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

h5 {
	color:#007AA0;
	font-size:13px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

img {
	border:none;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
/*	background-color:#FFFFFF;*/
}

#header {
	width:980px;
	/*height:171px;*/
/*	background-color:#00CCFF;*/
}

#header-left {
	width:154px;
	height:67px;
	float:left;
/*	background-color:#993300;*/
	margin-top:13px;
}

#header-right {
	width:712px;
	/*height:101px;*/
	height:115px;
	float:right;
/*	background-color:#00CC00;*/
}

#header-right-top {
	width:320px;
	height:34px;
	float:right;
/*	background-color:#993300;*/
	margin-top:17px;
}

#logos {
	width:980px;
	height:54px;
	text-align:center;
/*	margin-top:20px;*/
/*	background-color:#FF0000;*/
}

#footer
{
	width:980px;
	height:64px;
	background-image:url(/graphics/common/shadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:10px;
	text-align:center;
	padding-top:6px;
}
