	/* Pre-CSS Setup

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

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
  font-size:14px;
}

	/* text and color setup

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

body{
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	font-size:14px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height:25px;
	color:#6c6c6c;
}

h1{
	width:640px;
	height:80px;
	padding-right:10px;
	padding-top:20px;
	background-image:url(../images/bg_h1.jpg);
	background-repeat:no-repeat;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:normal;
	color:#ffffff;
}

* html h1{
	width:650px;
	height:80px;
}

h2{
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#000000;
}

h3{
	width:251px;
	height:34px;
	padding-top:5px;
	font-size:18px;
	color:#ffffff;
	background-image:url(../images/bg_h3.png);
	background-repeat:no-repeat;
	display:block;
	text-align:center;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
	color:#000000;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size:14px;
	border-bottom: solid 1px;
	font-weight:normal;
	color:#000000;
}
a
{
	cursor: pointer;
}
a:link{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#257770;
}

a:visited{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#257770;
}

a:hover{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#257770;
}

a.menulink:link{
	width:156px;
	height:31px;/* 36px */
	padding-top:5px;
	background-image:url(../images/bg_but.png);
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	float:left;
}

a.menulink:visited{
	width:156px;
	height:31px;/* 36px */
	padding-top:5px;
	background-image:url(../images/bg_but.png);
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	float:left;
}

a.menulink:hover{
	width:156px;
	height:31px;/* 36px */
	padding-top:5px;
	background-image:url(../images/bg_but_hover.png);
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	float:left;
}

a.foot:link{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#80b5b2;
}

a.foot:visited{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#80b5b2;
}

a.foot:hover{
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#80b5b2;
}

ul{
	list-style:disc;
	list-style-position:outside;
	margin-left:40px;
	text-align:left;
	line-height:15px;
}

li{
	text-align:left;
	padding-top:5px;
	margin-bottom:15px;
}

.menuspacer{
	width:4px; /* 4px */
	height:36px;
	float:left;
}


.eximg{
	border:1px solid #4d4d4d;
	margin-right:5px;
	float:left;
}

.line{
	width:100%;
	height:1px;
	line-height:1px;
	background-color:6c6c6c;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
}

	/* Layout

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

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:960px;
	text-align:left;
	margin:0 auto;
}
.example .container 
{
	width: 1030px;
}
.top{
	width:960px;
	height:120px;
	float:left;
}

.menu{
	width:958px;
	margin-left:2px;
	height:36px;
	float:left;
}

.example .menu
{
	width: 995px;
	padding-left: 35px;
}

.main{
	width:960px;
	background-color:#ffffff;
	float:left;
}

.example .main
{
	width: 1030px;
}

.sidebar{
	width:251px;
	margin-top:25px;
	margin-left:11;
	margin-bottom:50px;
	float:left;
}

.content{
	width:650px;
	margin-top:25px;
	margin-left:37px;
	margin-bottom:50px;
	float:left;
}
.example .content
{
	width: 730px;
}

.footer{
	width:960px;
	height:80px;
	background-color:#006b65;
	float:left;
}

.example .footer
{
	width: 1030px;
}

.footleft{
	width:470px;
	margin-top:28px;
	margin-left:10px;
	float:left;
	color:#80b5b2;
	font-size:12px;
}

.footright{
	float: right;
	margin-top:28px;
	margin-right:10px;
}


p.top
{
	width: auto;
	height: auto;
	float: right;
	margin-right: 10px;
}
h4
{
	clear: both;
}

.example-toc
{
	width: 500px;
	margin: 0 auto;
}

img, div, a, input { behavior: url('css/iepngfix.htc') }