﻿.verticaltext 
{
    height: 200px;
    writing-mode: tb-rl;
    filter: flipH() flipV();
}
 
.verticaltext1 {
    font:bold 10px Tahoma;
    color: #0000FF;
    writing-mode: tb-rl;
    filter: flipH() flipV();
}
 
#headertable
{
	min-height: 100px;
	height: auto;
	width: 100%;
}

#topnavlinks
{
	float:right;
	background:#FFFFFF;
	width:80%;	
	margin-right: 0px;
}

#topnavtitle 
{
	width: 760px;
	float:left; 
	margin: 20px 0 0 20px; 
	padding: 15px 0px 0px 0px;
	_padding: 0px 0px 0px 0px;	
}

#topnavtitle .applicationtitle /* Position of the title text */
{
    position: relative;
    top: 0px;
    font-size: 150%; 
    COLOR: #003366; 
    FONT-WEIGHT: normal; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

#topnavtitle img /* Position of the title image */
{
    position: relative;
    top: 0px;
}

#logocell
{
	width: 130px;
	float:left;
}
.twocoloption2right {
	float: left;
	width: 65%;
	padding: 0;
}
.twocoloption2left {
	float: left;
	width: 33%;
	padding-bottom: 5px;
}
.pageheadingright {
	float: right;
	padding: 5px;
}
.pageheadingleft {
	float: left;
	padding-bottom: 5px;
}
.pageheadingsection 
{
	/* clear: both; */
}
.contentsection 
{
	clear: both;
	padding-top: 5px;
	_padding-top: 0px;
}