/* text -----------------------------------------------------------------------*/

body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1em;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
   font-size: 1.8em;
   font-weight: bold;
   margin-bottom: 15px;
   color: #0e8cae;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
   font-size: 1.1em;
   font-weight: bold;
   margin-bottom: 8px;
}

h3{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 8px;
}

p{
	margin-bottom: 15px;
	font-size: 1.1em;
}

a:link {color: #2056a0; text-decoration: underline; font-weight: bold;}
a:visited {color: #2056a0;	text-decoration: underline; font-weight: bold;}
a:hover {color: #8392e5;text-decoration: none; font-weight: bold;}
a:active {color: #2056a0; text-decoration: underline; font-weight: bold;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #eef3f4;
   text-align: center;
}

#testdiv{
	margin: 0 auto;
	padding: 10px;
	width: 300px;
	height: 200px;
}

#top-bar-outer{
	width: 100%;
	height: 31px;
	background-color: #8392e5;
}

#top-bar-inner{
	margin: 0 auto;
	width: 980px;
	height: 31px;
	background-color: #2056a0;
	text-align: left;
}

#wrapper{
	margin: 0 auto;
	width: 980px;
	background-image: url(../images/ab-wrapper-bg.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 5px #e2e9eb;
	border-top: solid 5px #e2e9eb;
}

#top-nav{
	margin: 0 auto;
	width: 980px;
	line-height: 48px;
	height: 53px;
	background-color: #fff;
	text-align: right;
	background-image: url(../images/ab-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: solid 5px #e2e9eb;
}

#top-nav ul li{
	float: right;
	color: #8392e5;
	background-image: url(../images/ab-top-nav-sep.jpg);
	background-repeat: no-repeat;
	background-position: 0px 18px;
}

#top-nav ul li.last{
	background-image: none;
}

#top-nav ul li a{
	padding-left: 25px;
	padding-right: 25px;
}

#content-left{
	float: left;
}

#left-nav{
	width: 216px;
	background-color: #2056a0;
	padding: 5px;
	color: #fff;
	text-align: left;
	border-bottom: solid 5px #e2e9eb;
}

#left-nav ul li{
	color: #fff;
	margin-top: 5px;
	line-height: 15px;
	padding: 5px;
	background-color: #8392e5;
}

#left-nav ul li a{
	text-decoration: none;
	color: #fff;
	height: 15px;
	width: 206px;
	display: block;
}

#left-nav ul li a:hover{
	text-decoration: underline;
}

#content-right{
	float: left;
	text-align: left;
	width: 714px;
	margin-left: 5px;
	padding: 15px;
	font-size: 1.3em;
	line-height: 1.4em;
}

#content-right ol{
	list-style:decimal;
	font-size: 0.8em;
	margin: 15px 0px;
}

#content-right ul{
	list-style:square;
	font-size: 0.8em;
	margin: 15px 0px;
}

#content-right ol li, #content-right ul li{
	margin-left: 23px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#bottom-bar-outer{
	width: 100%;
	height: 15px;
	background-color: #cfd2d2;
	margin-bottom: 5px;
}

#bottom-bar-inner{
	margin: 0 auto;
	width: 980px;
	height: 15px;
	background-color: #adb2b3;
	text-align: left;
}

#footer-text, #footer-text a{
	color: #888e90;
}