/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
}

.header_left {
	background-image:url(images/header_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:150px;
	width:12px;
}

.header_bg {
	background-image:url(images/header_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:150px;
	
}

.header_text {
	background-image:url(images/header_text.gif);
	background-position:right top;
	height:150px;
	width:672px;
}	

.nav_left {
	background-image:url(images/nav_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	width:16px;
}

.nav_bg {
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	/*background-position:left top;
	height:38px;
	text-align:left;
	vertical-align:middle;*/
	height:38px;
	vertical-align:top;
	padding-bottom: 2px;
}					

.nav_right {
	background-image:url(images/nav_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:38px;
	width:16px
}	

.footer_left {
	background-image:url(images/footer_left.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height: 43px;
	width:9px;
}

.footer_bg {
	background-image:url(images/footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:43px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}

.footer_right {
	background-image:url(images/footer_right.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:43px;
	width:9px;
}	

/*Footer*/

div#footer{
	text-align: center;
	padding: 10px 0;
	display: block;
	color: #fff;
	width: 100%;
	font-weight:bold;
	font-size:11px;
}

div#footer span{
	color: #fff;
	font-weight:bold;
	font-size:11px;
}

div#footer a{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
div#footer a:visited{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

div#footer a:hover{
	color: yellow;
	text-decoration: underline;
	font-weight:bold;
}

/*Footer*/

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}
/*Main menu or Root Menu styles*/
.MainMenu_MenuContainer{
	width:1px;
}

.MainMenu_MenuContainer td{
	cursor:default;
}
.MainMenu_MenuIcon{
	display:none;
}
.MainMenu_RootMenuArrow{
	display:none;
}

.MainMenu_MenuItem,
.submenuitembreadcrumb,
.submenuitemselected,
.MainMenu_MenuArrow{
	border:1px #0F5394 solid;
	border-width:0 0 1px 0;
}


.MainMenu_MenuItem{
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	padding:2px 5px 2px 7px;
}
.submenuitembreadcrumb{
	color:#FF0;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
}
.submenuitemselected{
	color:#000;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
	background:#508BC3;
}
.MainMenu_MenuArrow{
	font-size:11px;
	padding:2px 0 2px 10px;
	height:24px;
}

/*Drop down menu styles*/
.submenu{
	z-index:1000;
	border:0;
	padding:0;
	background:#3073B3;
}

/*Main menu or Root Menu styles*/
.rootmenuitem{
	background:transparent;
	
}
.rootmenuitem td{
	/*padding:0 10px 0 9px;*/
padding:0 5px 0 4px;
	height:40px;
	cursor:pointer;
	/*border-right:1px #A00 solid;
	background: url(images/nav_div.jpg) no-repeat right top;*/
}
.rootmenuitem td span{
        padding:0 5px 0 4px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}
.rootmenuitembreadcrumb{
	background:transparent;
}

/*it is the menu item for the selected page in the menu*/
.rootmenuitembreadcrumb td{
	/*padding:0 10px 0 9px;*/
        padding:0 5px 0 4px;
	height:40px;
	cursor:pointer;
	/*border-right:1px #A00 solid;*/
}
.rootmenuitembreadcrumb td span{
        padding:0 5px 0 4px;
	color:#FF0;
	font-size:13px;
	font-weight:bold;
}

/*styles for main menu items when the pointer hovers over them*/
.rootmenuitemselected{
	/*background:url(images/nav_up.jpg);*/
	background-color: #4682b1;
	background-position:top;
	width:100%;
	
}

.rootmenuitemselected td{
	padding:0 5px 0 4px;
	height:33px;
	width:100%;
	cursor:pointer;
	/*border-right:1px #A00 solid;*/
}
.rootmenuitemselected td span{
	padding:0 5px 0 4px;
	color:#FF0;
	font-size:13px;
	font-weight:bold;
	background-position:top;
}
.MainMenu_MenuBreak{
	display:none;
}
/*------------------------------------------------------------------*/
