body {
	background-color: #FFFFFF;
}

#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 1px solid #003300;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #006600;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #006600;
border: 1px solid #006600;
border-top: 2px solid #006600;
border-bottom: 2px solid #006600;
}

#navcontainer li a#current
{
color: #fff;
border: 1px solid #003300;
border-top: 2px solid #003300;
border-bottom: 2px solid #003300;
background-color: #006634;
}

.main_container {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #006600;
	width: 800px;
}
#content_container {
	position:relative;
	color: #006600;
	padding-right: 20px;
	padding-left: 25px;
	width:540px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content_bar {
	position: absolute;
	border: 1px solid #006600;
	top:0px;
	left: 590px;
	width: 165px;
	padding:5px;
}

.center_content
    {
    text-align:center;
    }

.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#web_basic_container {
	padding-left: 5px;
}

#web_basic_container a {
	color:#006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#web_basic_container a:hover{
	text-decoration: none;	
}h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}
#content_container a {
	color: #006600;
}
#content_container a:hover {
	color: #006600;
	text-decoration: none;
}
.tel_table {
	border: 1px solid #006600;
}
.tel_table_bottom {
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
.tel_table_vertical {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
}
.img_left {
	float: left;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px solid #006600;
}

.img_right {
	float: right;
	margin-left: 4px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px solid #006600;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
.asterisk {
	color: #FF0000;
	font-weight: bold;
}
