/* CSS Document */

body
{
	background-color : #ffffff;
	align: center;
}

.whiteBackground
{
	background-color : white;
}

 .submenuitem:hover a:hover, .submenuitem:hover a, .subMenuDynamicItem a:hover
{

    color:White;
    background: #5487B5;
}

table.submenuitem a
{
display:block;
}

.colorSides
{
	background-color : #F0EDE0;
}

.homePagesPartsTitles
{
	background-color : #EFEFE1;
	font-size : 11px;
	font-weight: bold;
}

.contenttable
{
    border-width: 0px 2px 0px 2px;
    border-color:#B8C0CB;
    border-style:solid;
    /*align: center; */
}

.altBackground
{
	background-color : #FFFFF7;
}

.homepageRightElements
{
	background-color : #008080;
	color : white;
}

.odd
{
	background-color : white;
}

.even
{
	background-color : #E5EEEB;
}

.filetColor
{
	background-color : #CFCFCF;
}

.eventsTitle
{
	color : #008080;
	font-weight: bold;
}

.homepageRightBotElements
{
	background-color : #E5EEEB;
}

.smalltitle
{
	font-size : 10px;
	font-weight: bold;
}

body.popUp
{
	border: none;
}

body, td, input, select, textarea, .sitemapLinks
{
	color : #333333;
	font-family : Verdana, Verdana, Arial;
	font-size : 11px;
	font-style : normal;
	font-weight: normal;
}

a
{
	color : #03036B;
	text-decoration: none;
	font-weight: bold;
}

a:HOVER
{
	color : #03036B;
	text-decoration: underline;
}

.smallerText
{
	font-size : 9px;
}

.bold
{
	font-weight: bold;
}

.contentTitle
{
	font-weight: bold;
}

.menuSectionNormal
{
	color : #535353;
	font-weight: bold;
	text-decoration: none;
}

.menuSectionSelected
{
	color : #008080;
	font-weight: bold;
	text-decoration: none;
}


.frmlabel
{
	color : #008080;
	background-color : #E5EEEB;
}

.separator
{
	background-color : white
}

.error
{
	color : Red;
}
.footer
{
    vertical-align: top;
    padding: 10px 5px 5px 10px;
    font-size: 80%;
    color: #6497B4;
    line-height: 20px;
    text-decoration: none;
    border-top: 1px solid #DDD;
    margin-top: 10px;
    /* height: 113px; */
    margin-bottom: 0;
}
/*
ul { list-style-type:none; width:150px;} 
li {font-size: 12px; font-weight: normal; width:150px; float:left; padding: 2px;} 
li a {text-decoration: none; color:999999; background-color: eeeeee;display:block;} 
li a:hover {background-color: CCCCCC; text-decoration: none;color: 666666; } 
*/

.links { 
border-top:0px solid navy; 
border-right:0px solid navy; 
width: 175px;
margin-left: 0px;
margin-top: 0px;
margin-right: 8px;
} 

.links td { 
border-bottom:0px solid navy; 
border-left:0px solid navy; 
} 

.links td a { 
text-decoration:none; 
font-size: 10px;
font-weight: normal;
color:666666; 
background-color:eeeeee; 
display:block; 
padding:5px 5px; 
} 

.links td a:hover { 
background-color:5487B5; 
color:white; 
}


.menulinks { 
border-top:0px solid navy; 
border-right:0px solid navy; 
border-left:0px solid grey; 
border-bottom:0px solid navy; 
width: 100%;
margin-left: 0px;
margin-top: 0px;
margin-right: 8px;
} 

.menulinks td { 
border-bottom:0px solid navy; 
border-left:1px solid grey; 
} 

.menulinks td a { 
text-decoration: none; 
font-size: 11px;
font-weight: bold;
color:FFFFFF; 
background-color:03036B; 
display:block; 
padding:8px 8px; 
} 

.menulinks td a:hover { 
background-color:5487B5; 
color:white; 
} 


