/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #333333;}

a:hover {color: #333333;}

body {
	color: #000000;
	margin: 2% 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 67%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #154F8F;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li2.gif);}

h1 {
	font-size: 1.6em;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #9B2420;
}
.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	background-position: center;
	text-align: center;
}
.readmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #841512;
	text-decoration: underline;
}




blockquote {
	color: #000066;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-left: 0.1em;
	border: thin solid #244A6F;
	margin-right: 0.1em;
}
blockquote p {
	padding: 1px 0;
	text-align: center;
}

h1,h2,h3 {color: #333333;}

/* misc */
.clearer {clear: both;}
.main_right .padded {
	padding: 2px 3px 2px 2px;
	list-style-position: outside;
	list-style-image: url(img/li2.gif);
	color: #000000;
	font-size: 1.1em;
}
.main .padded {
	padding: 4px 20px;
	line-height: 20px;
	font-weight: normal;
	font-size: 1.2em;
}
.meta {font-size: 0.8em; color: #666;}
.left {
	float: left;
	padding: 8px;
}
.right {
	float: right;
	padding: 8px;
}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 840px;
	background-image: url(img/AKEcontainerbg1.gif);
	background-repeat: repeat-y;
}

/* header */
.header {
	float: left;
	width: 840px;
	line-height: 3px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.3em;
	font-style: normal;
	font-weight: normal;
	background-color: #154F8F;
	color: #000000;
}

/* structure */
.top {
	float: left;
	height: 166px;
	text-align: center;
	width: 840px;
	background-color: #FFFFFF;
}
.subnav {
	float: left;
	width: 170px;
}
.main {
	float: left;
	width: 460px;
	background-image: url(img/mainbgscales.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.main_right {
	float: right;
	width: 206px;
	color: #000000;
}

/* sub-navigation */
.subnav h1 {
	color: #000000;
	line-height: 20px;
	padding-left: 8px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #FFFFFF;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style: none;
}
.subnav li a {
	color: #000000;
	display: block;
	width: 165px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #C8BFA9;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1px;
	border: thin solid #244A6F;
	margin-top: 4px;
}
.subnav li a:hover {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFFFFF;
}

/* footer */
.footer {
	color: #000000;
	font-size: 0.8em;
	line-height: 10px;
	width: 100%;
	background-color: #841512;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #000000;}
.footer a:hover {color: #C8BFA9;}
