@charset "utf-8";
/* CSS Document */


body, html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	width:100%;
	padding:0;
	margin:0;
/*	text-align:center;*/
}

body{
	background: #ffffff url(../images/bggradient.jpg) top repeat-x;	
}


#main {
	margin-right:auto;
	margin-left:auto;
	width:980px;
}

#alternative{
	background:#fff;
	padding-left:30px;
	padding-right:30px;	
	padding-top:10px;
	line-height:150%;
}

h1{
	color:#004667;
	text-align:left;
}

h1 a {
	color:#004667;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, #menu a:hover {
	text-decoration:underline;
}

h2, h3 {
	color:#004667;
}

h2 a, h3 a {
	color:#004667;
}

#menu {
	text-align:right;
}

#menu li {
	list-style:none;
	display:inline;
	padding-left:10px;
}

#menu a {
	color:#004667;
	font-weight:bold;
	text-decoration:none;
}

a img {
	border:none;
}
