/*ordered list*/

ul.disc {list-style-type: disc}
ul.circle {
	list-style-type: circle;
	left: auto;
	list-style-position: left;
}
ul.square {list-style-type: square}
ul.none {list-style-type: none}




/*tables*/

table.one
{
table-layout: automatic
}
table.two
{
table-layout: fixed
}




/*float image on home page*/
.somediv{
	width: 100%;
	clear: left;
	border: 1px solid #FFFFFF;
}

.somediv .floatbox{
float: left;
width: 225px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
margin-top: 0;
margin-left: 156px;
}
/*end float image on home page*/

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	width:800px;
	position: inherit;
	left: 0px;

}


div#header {
	padding: 0%;
	text-align: center;
	background-color: #C3ECC2;
	color: #00CC00;
	margin-bottom: 0px;
	background-image: url(../../images/sealwithwelcom.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0em;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1pc;
	padding-right: 1px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	height: 80px;
}
div#banner {
	
	width: 100%;
	
	border: 1px, 009900;
	margin: 1px;
	background-image: url(../../images/above_tab.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}

div#main_nav {
	padding: 0%;
	text-align: left;
	margin-bottom: 1px;
	border-bottom: 1px #009900 solid;
	border-left: 1px #009900 solid;
	border-right: 1px #009900 solid;
}

div#footer {
	text-align: center;
background-color: #FFFFFF;
	color: #009900;
	background-position: center;
	white-space: normal;
	vertical-align: inherit;
	padding: 10px;
	border: 1px #009900 solid;
z-index: inherit;
position: inherit;}
p.breadcrumbs {font-size: .9em;
font-family: sans-serif;
text-align: left;}

p.breadcrumbs a:link {font-weight: bold;
text-decoration: none;}

p.breadcrumbs a:visited {font-weight: bold;
text-decoration: none;}

p.breadcrumbs a:hover {text-decoration: none;}

.currentpage {color: #a79fef;
font-weight: bold;}

span.separator {font-size: .9em;}
a:link {color: #0000ff;
text-decoration: none;}

a:visited {color: #990099;
text-decoration: underline;}

a:hover {color: #0000ff;
text-decoration: underline;}
div#maincontent {
	padding: 2%;
	text-align: justify;
	margin-right: inherit;
	margin-bottom: 2px;
	width: 531px;
	position: inherit;
	top: 0%;
	border-left: 1px #009900 solid;
	margin-left: 1px;
	height: 500px;
	left: auto;
	background: white;
}
div#maincontentsubpages {
	padding: 2%;
	text-align: justify;
	margin-right: 0%;
	margin-left: 2px;
	margin-bottom: 2px;
	width: 763px;
	position: inherit;
	top: 0%;
	overflow: inherit;
	border-right: 1px #009900 solid;
	height: 500px;
	background-color: white;
}
div#leftcolumn {padding: 2%;
float: left;
text-align: left;
background-color: #efeb6f;
color: #070707;
width: 100px;
	margin-bottom: 0px;
		position: inherit;
border-left: 1px #009900 solid;
overflow: hidden;
height: 500px;}

div#rightcolumn {
	float: right;
	width: 25%;
	position: relative;
	padding-bottom: 0em;
	display: table-row;
	overflow: hidden;
	z-index: auto;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #009900;
	height: 517px;
	clear: none;
	margin: auto;
	background: white;
}
div#maincontenttemplate {
	padding: 2%;
	text-align: justify;
	width: 765px;
	position: inherit;
	top: 0%;
	height: 100%;
	left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #009900;
	border-left-color: #009900;
	margin: 1px;
	border-top-color: #009900;
	border-bottom-color: #009900;
}
