body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-top: 0px; 
	margin-left: 0px;
}

#wrapper {
	position: relative;
	top: 0px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	height: auto;
	overflow: auto;
}

#center {
	position:relative;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	width: 732px;
	overflow: hidden;
}

#top {
	position:relative;
	left:0px;
	top:0px;
	width:732px;
	height:25px;
}

#top1 {
	position:relative;
	width:204px;
	height:183px;
	float: left;
}

#top2 {
	position:relative;
	width:176px;
	height:183px;
	float: left;
	background-image:url(../images/top2.jpg)
}

#top3 {
	position:relative;
	width:176px;
	height:183px;
	float: left;
}

#top4 {
	position:relative;
	width:176px;
	height:183px;
	float: left;
}

#leftcontent {
	position:relative;
	width:203px;
	background-color:#FFFFFF;
	float: left;
	text-indent: 0px;
}

#leftcontent  li a{
color:#6B6B6B;
}

#separator {
	position:relative;
	width:1px;
	height:auto;
	float: left;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-y;
}

#content {
	position:relative;
	width:528px;
	height:auto;
	background-color:#FFFFFF;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dcdcdc;
	overflow: auto;
}

div.button {
	width: 100%;
	height: 26px;
	margin-top: 4px;
	padding: 0px;
}

div.button a  {
	width:100%;
	height:100%;
	text-indent: 7px;
	display:block;
	padding-top:0px;
	font-weight: bold;
	color: #416ba0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.723em;
	line-height: 20pt;
}
div.button a:link {
	color: #416ba0;
	text-decoration:none;
	background-image: none;
}
div.button a:visited {
	color: #416ba0; 
	text-decoration: none; 
	background-image: none;
}
div.button a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../images/button.gif);
	background-position: center;
}

#footer {
	position:relative;
	width:730px;
	height:auto;
	background-color:#7E7E7E;
	/*background-color:#DDDDDD;*/
	float: left;
	/*margin-bottom:10px;*/
	margin-top:0px;
	/*display:inline-block;*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	overflow: hidden;

}

.footerUL
{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}

.footerUL li
{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding: 0px;
	color:#FFFFFF;
}

.footerUL li a
{
	text-decoration:none;
	font-size:11px;
	/*color:#666666;*/
	color:#FFFFFF;
}

.footerUL li a:hover
{
	text-decoration:underline;
	font-size:11px;
	color:#9ed3de;
}

.footerUL li.bold
{
	font-weight:bold;
}

#footerBox{
	width: 15%; 
}

#leftmargin {
	width: 16px;
	position: relative;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	float: left;
}
li {
	color : #6B6B6B;
	list-style-image: url(../images/arrow1.gif);
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
}

p {
	color : #6B6B6B;
	/*	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
*/
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	padding: 10px;
	text-indent:16px;
	margin: 0em;
/*	line-height: 0em;*/
}

a {
    color:black;
	text-decoration:none;
}

a:hover {
    color:orange;
	text-decoration:underline;
}

h1 {
	color : #E95E00;
	/*	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
*/	
	font-size : 20px;
	font-family : Tahoma, Verdana, Arial;
	padding-left: 10px;
	text-indent:20px;
	font-weight: normal;
}

h3 {
	color : #6B848A;
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-indent:16px;
	padding-right: 10px;
	padding-left: 10px;
}

h6 {
	color : #6B848A;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	padding: 0px;
}

hr {
	border: 0;
	width: 80%;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: center;
/*	
	background-image: url(../images/point.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center center;
*/	
}

div.hr {
  height: 15px;
  background: #fff url(../images/point.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}
ul {
	padding: 20px;
}
.linkTitle {
	font-weight:bold;
	margin: 0em;
	padding: 0px;
	color:#FFFFFF;
}
#footerlogo {
	background-color: #6d6d6f;
	float: left;
	width: 100%;
	height: 76px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b4b4b4;
}
