span {
	display: none;
}

body {
	font-size: 11px; 
	background-color: #777777;
	color: #656565; 
	margin:  auto;
	padding: 0px; 
	font-family: Verdana,Helvetica,Arial,sans-serif;
}	

#header	{
	width: 100%;
	height: 160px;
	position: relative;
	text-align: center;
	background: url(images/headerback.gif);	
}

#logo {
	text-align: right;
	margin: auto;
	width: 750px;
	height: 105px;
	position: relative;
}

#nav {
	text-align: center;
	position: absolute;
	bottom: 0px!important;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 55px;
	background: url(images/menubg.gif);
	background-repeat: repeat-x;	
}

#nav ul {
	width: 750px;
	height: 55px;
	margin: auto;
	display: block;
}

#nav li {
	text-align: left;
	float: left;
	width: 95px;
	height: 55px;
	list-style: none;
}

#nav li a {
	width: 95px;
	height: 55px;
	display: block;
}

li.tab01 a {background: url(images/btn1.gif) 0 0px no-repeat; width: 95px;}
li.tab01 a:hover {background: url(images/btn1.gif) 0 10px no-repeat; width: 95px;}
li.tab01-a {background: url(images/btn1.gif) 0 -55px no-repeat; width: 95px;}

li.tab02 a {background: url(images/btn2.gif) 0 0px no-repeat; width: 95px;}
li.tab02 a:hover {background: url(images/btn2.gif) 0 10px no-repeat; width: 95px;}
li.tab02-a {background: url(images/btn2.gif) 0 -55px no-repeat; width: 95px;}

li.tab03 a {background: url(images/btn3.gif) 0 0px no-repeat; width: 95px;}
li.tab03 a:hover {background: url(images/btn3.gif) 0 10px no-repeat; width: 95px;}
li.tab03-a {background: url(images/btn3.gif) 0 -55px no-repeat; width: 95px;}

li.tab04 a {background: url(images/btn4.gif) 0 0px no-repeat; width: 95px;}
li.tab04 a:hover {background: url(images/btn4.gif) 0 10px no-repeat; width: 95px;}
li.tab04-a {background: url(images/btn4.gif) 0 -55px no-repeat; width: 95px;}

li.tab05 a {background: url(images/btn5.gif) 0 0px no-repeat; width: 95px;}
li.tab05 a:hover {background: url(images/btn5.gif) 0 10px no-repeat; width: 95px;}
li.tab05-a {background: url(images/btn5.gif) 0 -55px no-repeat; width: 95px;}

#topbanner {
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 30px;
	position: relative;	
	display: table; 
	text-align: center;
}

#content {
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;	
	display: table; 
	text-align: center;
}

#maincontent {
	width: 750px;
	margin: 0px auto 0px;
	position: relative;	
	display: table; 
	text-align: left;	
}

.column01 {
	float: left; 
	width: 480px; 
	margin-right: 10px;
}

.column02 {
	float: right; 
	width: 200px;	
}

.column01 A {
	color: #96320e; 
	border-bottom: #96320e 1px dotted; 
	text-decoration: none
}

.column01 A:hover {
	border-bottom-width: 0px; 
	color: #000000; 
	background-color: #fcffcc; 
	text-decoration: none
}

.shortList {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.shortList LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; MARGIN-BOTTOM: 1px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.shortList A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 30px; BACKGROUND: url(images/bullet.gif) no-repeat 10px 50%; PADDING-BOTTOM: 6px; WIDTH: 90%; COLOR: #656565; PADDING-TOP: 6px; BORDER-BOTTOM: #d8d8d8 1px dotted
}
.shortList A:hover {
	BACKGROUND: url(images/bulleton.gif) #fcffcc no-repeat 12px 50%; COLOR: #000
}

.shortList2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.shortList2 LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; MARGIN-BOTTOM: 1px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.shortList2 A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 50px; BACKGROUND: url(images/bullet.gif) no-repeat 30px 50%; PADDING-BOTTOM: 4px; WIDTH: 90%; COLOR: #aaaaaa; PADDING-TOP: 4px; BORDER-BOTTOM: #d8d8d8 1px dotted
}
.shortList2 A:hover {
	BACKGROUND: url(images/bulleton.gif) #fcffcc no-repeat 32px 50%; COLOR: #000
}

.shortList3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.shortList3 LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; MARGIN-BOTTOM: 1px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.shortList3 A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 80px; BACKGROUND: url(images/bullet.gif) no-repeat 60px 50%; PADDING-BOTTOM: 4px; WIDTH: 90%; COLOR: #aaaaaa; PADDING-TOP: 4px; BORDER-BOTTOM: #d8d8d8 1px dotted
}
.shortList3 A:hover {
	BACKGROUND: url(images/bulleton.gif) #fcffcc no-repeat 62px 50%; COLOR: #000
}

P {
	text-align: justify;
}

P img {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}

P img.nofloat {
	float: none;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#footer {
	width: 100%;
	position: relative;
	text-align: center;	
	BACKGROUND: url(images/footerback.gif) repeat; 
	COLOR: #A0A0A0; 
    	line-height: 18px;
	clear: both;	
	display: table;	 
}

#footertitle {
	width: 750px;
	height: 26px;
	text-align: left;	
	margin: 0px auto 0px;
}

#footercontent {
    width: 750px; 
    margin-top: 0px; 
    margin-bottom: 35px;
    margin-top: 9px;
    margin: 0px auto 26px;
    display: table;
}

#footer01 {
	FLOAT: left; 
	WIDTH: 500px; 
	MARGIN-RIGHT: 10px;
	text-align: right;  
}

#footer02 {
	FLOAT: right; 
	WIDTH: 200px; 
	text-align: left;
	padding-left: 20px;
	border-left: 1px solid #ffffff;
	display: table;
}

#footer02 A {
	COLOR: #fff; BORDER-BOTTOM: #e5e5e5 1px dotted; TEXT-DECORATION: none
}
#footer02 A:hover {
	BORDER-BOTTOM-WIDTH: 0px; COLOR: #000; BACKGROUND-COLOR: #fff; TEXT-DECORATION: none
}
#footer01 A {
	COLOR: #fff; BORDER-BOTTOM: #e5e5e5 1px dotted; TEXT-DECORATION: none
}
#footer01 A:hover {
	BORDER-BOTTOM-WIDTH: 0px; COLOR: #000; BACKGROUND-COLOR: #fff; TEXT-DECORATION: none
}

H1 {
	DISPLAY: inline; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 20px; 
	COLOR: #000000;  
	width: 470px;
	padding: 20px;	
}
H2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 16px;
	COLOR: #000000;
	width: 470px;
	margin-top: 20px;
}
H3 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #000000;
	MARGIN: 0px	
	MARGIN: 0px
}
H4 {
	MARGIN: 0px
}
H1 A {
	COLOR: #000000; 
	TEXT-DECORATION: none
}
H2 A {
	COLOR: #000000; 
	TEXT-DECORATION: none
}
H1 A:hover {
	COLOR: #000000; 
	BACKGROUND-COLOR: #fcffcc
}
H2 A:hover {
	COLOR: #000000; 
	BACKGROUND-COLOR: #fcffcc
}

table {
	border: 1px solid Gray;
}

td {
	border-bottom: 1px dashed Silver;
}

