body, html{
margin:0px;
padding:0px;
background-color: #ffffff;
font-family:serif;
font-size:1em;
}


a:hover{color: #9C9C45;}

a{
	text-decoration: underline;
	color:#000000;
}


h1{
	font-size: 14pt ; 
	font-weight:bold;
	color:#000000;
	padding:0px;
	margin:0px;
}


h2, .h2{
	font-size: 9pt ; 
	font-weight:bold;
	padding:2px 0px 2px 0px;
	margin:0px;
	color:#4F8996;
	display:block;
}


h3{
	color: #A28B31;
	font-size: 95%; 
	padding:2px 0px;
	font-weight:normal;
	margin:0px auto;
}

p{
	margin:0px;
	padding: 0px;
	font-size:100%;
	text-align: justify;
	line-height: 130%;
}


ul{
	list-style-image: url(images/design/bullet.gif);
	padding:5px 5px 15px 15px;
	margin:0px;
}

li{
	margin:2px 0px;
	font-size: 90%;
	line-height:100%;
	text-align:left;
}


ul.navsub{
	list-style-image: none;
	padding:4px 0px;
	margin:0px auto;
	border-top: dotted 1px #A6A6A8; 
	border-bottom: dotted 1px #A6A6A8; 
}

ul.navsub li{
	display:inline;
	line-height:100%;
	text-align:left;
	padding:0px 5px;
}

ul.navsub li a{
	font-size: 90%;
	color:#6D6D6D;
	line-height:100%;
}



#container {
  background-color:#ECEAB2;
  background-image:url(images/design/bg.gif);
  background-repeat:repeat;
  background-position:center center;
  border-top: solid 4px #000000;
  border-bottom: solid 4px #000000;
  padding:10px 0px;
  margin: 10px auto;
  width:100%;
  text-align:center;

}

#banner {
	width:528px;
	height:131px;
	margin: 0px auto;
}

#nav {
	clear:both;
	text-align:center;
	margin: 0px auto;
	padding-top:4px;
}

#nav a{
	color:#000000;
	text-decoration:none;
	font-size:125%;
	font-weight:bold;
	font-variant:small-caps;
}

#nav ul{
	list-style-image: none;
	padding:0;
	margin:0px;
}

#nav li{
	margin:0px 15px;
	display: inline;
}

#main_body {
	width:990px;
	margin: 0px auto;
	padding:15px 0px;
	text-align:center;
}

#main_body br {
	clear:both;
}

#main_body .icon {
}

#img_left {
  float:left;
  width:200px;
  border-left: solid 22px #000000;
  border-top: solid 22px #000000;
  border-bottom: solid 22px #000000;
  margin-top:65px;
}

#center {
  float:left;
}

#center_full {
  width:990px;
}

#center .main {
  width:500px;
  padding: 60px 0px 0px 0px;
  border-left: solid 22px #000000;
  border-right: solid 22px #000000;
  border-bottom: solid 22px #000000;
  background-color:#ffffff;
  background-image:url(images/design/text_bg.gif);
  background-repeat:repeat-y;
  background-position:top center;
  min-height:380px;

}

#center .home {
  width:500px;
  padding: 0px;
  border-left: solid 22px #000000;
  border-right: solid 22px #000000;
  border-bottom: solid 22px #000000;
  background-color:#ffffff;
}

#center_full .main {
  padding: 60px 0px 0px 0px;
  border-left: solid 22px #000000;
  border-right: solid 22px #000000;
  border-bottom: solid 22px #000000;
  background-color:#ffffff;
  background-image:url(images/design/textfull_bg.gif);
  background-repeat:repeat;
  background-position:top center;
  min-height:380px;

}

#center .border_box {
	display:block;
	border-top: dotted 1px #B53C7A;
	border-bottom: dotted 1px #B53C7A;
	margin: 0px;
	padding: 10px 0px;
}


	
#img_right {
  float:left;
  width:200px;
  border-right: solid 22px #000000;
  border-top: solid 22px #000000;
  border-bottom: solid 22px #000000;
  margin-top:65px;

}



#footer {
  margin:0px auto;
  text-align:center;
  width:900px;
}

