body{margin:0px;}
.ClaimsManagement{font-family: arial;
	font-size: 25px;
	padding:0px 0px 0px 0px;
	text-align:justify;
	font-style:italic;
	}
.FrontText{	font-family: arial;
	font-size: 18px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-style:italic;
	}
.FrontSmallText{	font-family: arial;
	font-size: 22px;
	padding:1 20px 1 1;
	text-align:justify;
	}
.TDText{
	text-align:center;
	padding:1 20 1 1;
}
.WholePage
{
    width:100%;
    font-family:Arial;
}
.MainPage
{
    text-align:left;    
	width:1000px;
	font-size:14px;
	background-image:url(images/containerBg.gif);
	margin:auto;
}
.MainContent
{
    width: 794px; 
    float: left; 
    margin: 0;
    padding-left:10px;
}
.Navigation{
	color:white;
	width:1000px;
	text-align:left;
}
.footer
{
    width:1000px;
    height:20px;
    padding:2px 0 0 0;
    background-color:#1B398F;
    color:White;
    font-family:Arial;
    font-weight:bold;
    font-size:14px;
    clear:both;
}
.PageTitle
{
    font-family:Arial;
    font-size:30px;
    color:#1B398F;
    font-weight:normal;
    padding-top:10px;
}
.BottomLinks
{
    text-align:center;
    font-size:12px;
}
.HeadderUnderLine 
{
	font-family: arial; 
	font-size: 18px; 
	text-decoration: underline; 
	font-weight: bold;
}
.NormalText
{
	font-family:Arial;
	font-size:14px;	
}
.NormalList
{
	font-family:Arial;
	font-size:14px;
	padding-right:100px;
}
.NormalListLI
{
	padding:5px 0 0 0;
}

.TextBoxPosition
{
    position:absolute;
    left:150px;
    
}
.TextBoxLabel
{
    padding:10px 0 0 0;
    
}

.YearHeadder {font-family: Tahoma; font-weight:bold;font-size:25px; color:#394A7B;}
.link {font-family: Tahoma; font-weight: bold; font-size: 14px;}
.text {font-family: Tahoma; font-size: 12px; }
.date {font-family: Tahoma; font-weight:bold;font-size:20; }
.headline {font-family: Tahoma; font-weight:bold;font-size:16; }

.RightBarContainer
{
    float: left; 
    padding: 0; 
    margin: 0; 

    overflow: auto; 
    background-color: #1B398F; 
    height: 600px; 
    display: block;
}

.RightBar
{
	width:193px;
	height:561px;
	background-color:#1B398F;
	display:block;
}

.RightBarItemLink
{
	color:white;
	font-size:16px;
	text-decoration:none;
	border:1px solid white;
	padding:5px 0 0 0;
	height:35px;
	width:155px;
	margin:5px 0 0 20px;
	font-family:Arial;
	display:block;
}

.RightBarItem
{
	border:1px solid white;
	padding:0px 0 0 25px;
	height:40px;
	width:155px;
	margin:25px 0 0 25px;
}
.RightBarItemText
{
	position:relative;
	top:5px;
	padding:0px 0 0 0;
}

.UpcomingEvents
{
	border:1px solid white;
	width:155px;
	margin:10px 0 0 20px;
	text-align:center;
	font-size:16px;
	font-family:Arial;
	color:White;
}

.SiteMapLI
{
    padding:5px 0 0 0;
}

.FrontPageLinks
{
    text-decoration:underline;
    font-size:15px;
    color:Black;
}


.chromestyle{
width: 1000px;
font-weight: bold;
font-size:13px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:black;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}