/* taken from Chapter 9 */
html {
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	padding:0;
}

body {
	font-size: 92%;
	text-align: center;
	background-color: #7aaf9d;
	margin:  0;
	padding:0;
}

p {
	font-size: 1.2em;
}


h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1em;
}

input, select, th, td {
	font-size: 1em;
}

li li {
	font-size: 1em;
}

li {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: "Lucida Grande", Tahoma, sans-serif;
}

h3, h4, h5, h6 {
	color: #0068a7;
}


p {
	color: #201a6f;
}

#disclaimer {
	text-align: center;
}

#disclaimer p a {
	color: #201a6f;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	/* removed August 2008
	background-color: #45a6b6;
	 */
	/* replace with the following  */

	background-color: #a5d5dd;



	background-image: url("./images/bg1.gif");
	background-repeat: repeat-x;
	background-position: left top;
	
}

#news_wrapper {
	margin-left: auto;
	text-align: left;
	background-color: #a5d5dd;
	background-image: url("./images/bg1.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#banner {
	position: relative;
	/* background-color: #fff; */
	background-image: url("./images/akmlogo.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	margin-left: 10px;
	margin-top: 10px;
}

#main {
	margin-left: 10px;
	margin-right: 10px;
}


.description {
	text-align: center;
}

br.clear {
	clear: both;
}


.right_align {
	text-align: right;
}

.indent5 {
	margin-left: 5px;
}

.indent10 {
	margin-left: 10px;
}

.indent15 {
	margin: 0 15px 0 15px;
}

div.logo {
	float: left;
	margin: 5px 10px 5px 10px;
}
div.figure {
	float: right;
	margin: 15px 10px 5px 10px;
}

.figure p {
	text-align: center;
}

.no_bullets {
	list-style-type: none;
}
#main a:link, a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #201a6f;
}
#main a:hover {
	text-decoration: none;
	background-color: #0068a7;
	color: #fff;
}

li a {
	font-size: 1.2em;
}


#w3c_icon {
	position: absolute;
	right: 10px;
	top: 5px;
}

.GraphicButton 
{width:80px; height:25px;}
