
* {
	margin: 0;
	padding: 0;
}
a {
	color: #567;
}
a:hover {
	color: #28E;
}
body {
	background: #F2F2F2 url(img/bg.gif) repeat-y center top;
	color: #555A60;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h5 {
	font-size: 1.3em;
	margin-bottom: 4px;
}

h6 {
	font-size: 0.9em;

}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #579;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	line-height: 5px;
	text-align: center;
	padding-left: 35px;
}
.title h1 {
	font: normal 150% Verdana,sans-serif;

	padding-top: 35px;

	line-height: 12px;
	text-align: center;
}

.title h2 {
	color: #999;
	font: normal 2.1em Verdana,sans-serif;

	text-align: center;
}
.title h3 {
	color: black;
	font: normal 2.1em Verdana,sans-serif;
		font-family: Eras Bold ITC, Arial;
	line-height: 15px;
	
	/*padding-top: 15px;*/
}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
		padding-left: 21px;
}
.navigation a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #89A;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}


.midsection-contents {
	background: #fff url(img/BS_600.gif) 0 100% no-repeat;
	padding-bottom: 15px;		
	width: 600px;
	position: relative;	
}

.midsection-contents2 
{
	background: #fff url(img/BS_600.gif) 0 0 no-repeat;
	padding:  5px 0px 5px 5px;
	float: left;
	width: 600px;

}

.midsection-contents0_small
{
padding-left:20px;
}

.midsection-contents_small {
	background: #F4F6FB url(img/BS_310_s.gif) 0 100% no-repeat;
	padding-bottom: 15px;		

	width: 310px;
	position: relative;	
    color: #000000;
}

.midsection-contents_small a{
    color: #000000;
}

.midsection-contents2_small
{
	background: #F4F6FB url(img/BS_310_s.gif) 0 0 no-repeat;
	padding:  5px 0px 5px 5px;
	float: left;
	width: 310px;
  color: #DCE1DB;

}

.midsection-contents_large {
	background: #fff url(img/BS_672.gif) 0 100% no-repeat;
	padding-bottom: 15px;		
	width: 672px;
	position: relative;	
}

.midsection-contents2_large
{
	background: #fff url(img/BS_672.gif) 0 0 no-repeat;
	padding:  5px 0px 5px 5px;
	float: left;
	width: 672px;

}