body {
	margin: 0px;
	padding: 0px;
}

body, p, table.main, ul, h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


table header, table.main,  {

}
ul {
color: White;
list-style-image: url(images/arrowsup.gif);
padding: 3px;
}

ul ul {
list-style-image: url(images/arrowmid.gif);
	padding-left: 12px;
	margin: 0;
}

ul ul ul {
list-style-image: url(images/arrowdow.gif);
}


table.main {
width: 800px;

}

table.footer {
font-size: 20px;
background-color: #B00000;
text-align: center;
font: Tahoma;
color: White;
}

table.main td.leftbar {
width: 100px;
padding-right:5px;
}


table.main td.middle {
width: 800px;
height: 600px;
padding: 10px;
vertical-align: top;
background-position: top;
background-repeat: no-repeat;
}

table.main td.rightbar {
	width: 230px
	background-color: Silver;
}

table.menu {
   width: 150px;	
	background-color: #B00000;
	font: Tahoma;
	font-size: 10.ppx;
	line-height: 30 px;
	font-weight: 500;
	text-align: left;
	padding: 15px 0px 0px 0px;
}

h1 {
	font-size: 18px;
	color: #707070;
	vertical-align: top;
	letter-spacing: 5px;
}

h1.pcx {
	font-size: 40px;
	color: #707070;
	vertical-align: top;
	letter-spacing: 10px;
}

h1.home {
	font-size: 12px;
	color: #1a53a5;
	letter-spacing: 0px;
}


a {
	color: White;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a.link{
color: Blue;
}

h2 {
   font-size: 16px;
	color: #B00000;
	letter-spacing: 0px;
	margin: 0px;
}
p.pcx {
   font-size: 20px;
	color: #4A4A4A;
	letter-spacing: 5px;
	margin: 0px;
}
h4 {
   font-size: 13px;
	color: #585858;
	letter-spacing: 0px;
	margin: 0px;
}

/* folding menu stuff */

.menutitle{
cursor:pointer;
margin-bottom: 2px;
/*background-color:#ECECFF;*/
color:#FFFFFF;
/*width:140px;*/
padding:1px 1px 1px 4px;
text-align:left;
font-weight:normal;
/*border:1px solid #000000;*/
}
.submenu{
margin-bottom: 1px;
vertical-align:middle;
padding-left: 10px;
padding-right: 10px;
}
.subsubmenu{
margin-bottom: 1px;
vertical-align:middle;
padding-left: 10px;
}
