/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topheader{float:left; width:800px; height:114px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:35px;}
#toplogo{position:absolute; right:250px; top:0px;}
#menu{float:left; width:800px; height:32px; background-image:url(../images/bg_menu.gif); background-repeat:repeat-x;}
#contenttext{float:left; width:800px; background-image:url(../images/background.gif); background-repeat:no-repeat; bottom: 15px; min-height:500px; position:static; }
#contenttext2{float:left; width:800px;}
#footer{ 
	float:inherit; 
	width:780px; 
	background-color:#F0F0F0; 
	padding:10px;
	bottom: 0px;
	position:fixed;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
h1  {
	color:	#363D95;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	bold;
}
h2  {
	color:	#1E7AB9;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	bold;
}
h3  {
	color:	#1E7AB9;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h4  {
	color:	#1E7AB9;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	9px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 1pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
h5  {
	color:	#1E7AB9;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 1pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* menu styles */
.menu
{
    height: 23px;
}
.menurow
{
	height: 23px;
}
.rootitem
{
	height: 23px;
}
.menuitem
{
    float: left;
    margin: 0px;
    display: block;
    width: 100%;
    background-color: #F8F8F8; /*#777777;*/
    /*border-top: solid 1px #000000;*/
}
.submenu
{
    margin: 0px;
    padding: 0px;
    width: 145px;
    border: solid 1px #2F3595;
    background-color: #F8F8F8;
    display: none;
    position: absolute;
}
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active
{
	color: #000000;
    display: block;
	height: 100%;
    padding: 1px 4px 1px 4px;
    font-weight: normal;
	padding-top: 2px;
	text-decoration: none;
}
a.menulink:hover
{
	color: #000000;
    background-color: #DEDDE2; /*#555555;*/
	text-decoration: none;
}
a.rootmenulink, a.rootmenulink:link, a.rootmenulink:visited, a.rootmenulink:active
{
    display: block;
	height: 100%;
    /*padding-top: 2px;*/
    padding-left:6px;
    padding-right:6px;
    font-weight: normal;
    text-align:center;
	height: 23px;
	padding-top: 4px;
	text-decoration: none;
}
a.rootmenulink:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.TextMenu
{
	text-align: center;
	color: Red;
	
}

.TextMenu:visited
{
	color: Red;
}

.TextMenu:hover
{
	color: Blue;
}

.TextMenu:link
{
 color: Purple;	
}
.tableborder
{
border-bottom:#000000 1px solid;
border-top:#000000 1px solid;
border-left:#000000 1px solid;
border-right:#000000 1px solid;

}
.bottomborder
{
border-bottom:#000000 1px solid;
}

