.headertable {
	background-color: #005197;
	width: 975px;
	height: 4px;
	margin: 0px;
	padding: 0px;
}

.portf_head {
	background-color: #D5DCDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

.portf_content {
	font-family: arial;
	font-weight: italic;
        text-align: justify;
	font-size: 10px;
        color: #005197;
	padding: 2px;
}

.spacervertical {
	padding-right: 1px;
}
.menulink {
	text-decoration: underline;
	color: #333333;
	font-size: 12px;
}
.submenulink {
	text-decoration: underline;
	color: #990000;
	font-size: 12px;
}
.vertline {
	background-color: #005197;
	width: 4px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:  rect(0px 0px 0px auto);
}
.topmenu {
	background-color: #005197;
	height: 2px;
	width: 200px;
}
.pagetitle {
	font-size: 16px;
	color: #005197;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-position: center;
	text-align: center;
	top: 15px;
	bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
.menubg {
	background-color: #D5DCDF;
	height: auto;
	width: 200px;
	/*background-repeat: repeat;*/
}
.patrat {
	height: 30px;
	width: 275px;
	background-color: #D5DCDF;
}
.copyright {
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #D5DCDF;
	width: 200px;
}
.menubutton {
	font-weight: bold;
	background-color: #ACB7BF;
	background-image:url(images/bg.gif);
	height: 20px;
	width: 90px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menubutton a {
	color: #333333;
	text-decoration: none;
}

.menubuttonactive {
	font-weight: bold;
	background-color: #005197;
	background-image:url(images/bgsel.gif);
	height: 20px;
	width: 90px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menubuttonactive a {
	color: #ffffff;
	text-decoration: none;
}

.content {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
        padding: 2px;
}
.footerline {
	height: 2px;
	width: 425px;
	background-color: #D5DCDF;
}
.foooterbg {
	background-color: #D5DCDF;
	width: 200px;
}
.tableborder {
	border: 1px solid #999999;
}


.vertmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
/*	position:absolute;
	top: 22px; */
	background-color: #FF0000;	
}

.vertmenu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 200px;
	height:20px;
}

.vertmenu li a {
	background-color: #ACB7BF;
	text-decoration: none;
	color: #000000;
	display: block;
	border-top: 1px solid #ffffff; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	padding: 2px 8px 0px;
	height: 100%;
}

.vertmenu li a:hover {
	background-color: #005197;	
	color: #FFFFFF;
}
