/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#header {
	background-image:url(../images/header_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#header_sub {
	background-image:url(../images/header_bg_1.gif);
	background-position:top left;
	background-repeat:repeat-x;
}


.language_blue a{
	text-transform:uppercase;
	color:#2251a3;
	text-decoration:none;
	letter-spacing:.1em;
	font-size:10px;
}

.language_blue a:hover {
	text-decoration:underline;
}

.language{
	text-transform:uppercase;
	color:#9c9c9c;
	text-decoration:none;
	letter-spacing:.1em;
	font-size:10px;
}

#middle_content {
	background-image:url(../images/middle_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.logintext {
	color:#FFFFFF;
	font-size:10px;
}

.logintext_new {
	color:#FFFFFF;
	font-size:11px;
}

.loginhead {
	font-size:11px;
	font-weight:bold;
	color:#1251a6;
}
	
.footertext {
	color:#6f6f6f;
	font-size:11px;
}

#sub_nav{
	background-image:url(../images/subnav_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#login_sub {
	background-image:url(../images/login_sub_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

.content {
	font-size:12px;
	color:#5f5f5f;
}

.content_heading {
	font-size:18px;
	color:#123477;
}

#left_nav {
	font-size:12px;
	color:#123375;
}

#left_nav .cell {
	height:24px;
	display:table-cell;
	font-weight:bold;
	padding-left:10px;
	background-image:url(../images/nav_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#left_nav .firstlevel a{
	color:#858484;
	display:block;
	height:20px;
	text-decoration:none;
	padding-top:6px;
	padding-left:10px;
	background-image:url(../images/nav_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#left_nav .firstlevel a:hover {
	color:#123375;
	text-decoration:underline;
}



#left_nav .firstlevel2 a{
	color:#123375;
	display:block;
	height:20px;
	font-weight:bold;
	text-decoration:none;
	padding-top:6px;
	padding-left:10px;
	background-image:url(../images/nav_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#left_nav .firstlevel2 a:hover {
	color:#123375;
	font-weight:bold;
	text-decoration:underline;
}



#left_nav .secondlevel a {
	color:#858484;
	display:block;
	height:24px;
	text-decoration:none;
	padding-top:6px;
	padding-left:20px;
}

#left_nav .secondlevel a:hover {
	color:#123375;
	text-decoration:underline;
}


#left_nav .secondlevel2  {
	color:#123375;
	display:block;
	height:24px;
	text-decoration:none;
	padding-top:6px;
	font-weight:bold;
	padding-left:20px;
}


#left_nav .secondlevel2 a {
	color:#858484;
	display:block;
	height:24px;
	text-decoration:none;
	padding-top:6px;
	font-weight:bold;
	padding-left:20px;
}

#left_nav .secondlevel2 a:hover {
	color:#123375;
	font-weight:bold;
	text-decoration:underline;
}



#footer_nav, #footer_nav a{
	color:#2352a4;
	font-size:12px;
	text-decoration:none;
}

#footer_nav a:hover {
	text-decoration:underline;
}


#memoryticker{

width: 400px;
font: bold 12px Verdana;
/*Tip: add in height attribute here for multiple line scroller*/
border: 0px solid black;
padding: 3px;
Height:30px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}
