@charset "utf-8";
body {
	height: 100%;

	margin: 5px 5px 5px 5px;

	background-color:#656565;

}
#page {
	border: 2px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.header_bg {
	background-image: url('images/logo.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 114px
}
.header_bg .header_nav a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: none;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url('images/key.png');
	width: 71px;
	display: block;
	background-position: center top;
	height: 109px;
	vertical-align: bottom
}
.menu_light {
	background-image: url('images/left_shadow.png');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px
}
.menu_heading {
	background-image: url('images/u_logo.png');
	background-repeat: repeat-x;
	background-position: left center;
	height: 33px;
	width: 165px;
	text-indent: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #555555;
	margin: 0px
}
#left_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 165px;
}
#left_menu a {
	text-decoration: none;
	background-color: #C9D3DF;
	width: 165px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	color: #003C64;
	text-indent: 20px;
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: 11px;
	line-height: 120%;
	height: 21px;
	font-weight: bold;
}


#left_menu a:hover {
	text-decoration: none;
	background-color: #E7EBF1;
	width: 165px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	color: #00609F;
	text-indent: 20px;
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: 11px;
	line-height: 120%;
	height: 21px;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}



#page #menu {
	width: 165px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
}


#page .header_bg #header_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#page .header_bg #header_nav li {
	background-image: url('images/key.png');
	background-repeat: no-repeat;
	float: right;
	font-size: 9px;

	width:71px;
	text-align: center;
	padding-top: 85px;
	font-family: Arial, Helvetica, "Sans Serif";
	line-height: 120%;
	font-size: 9px;
	font-weight: none;
	height:21px
}

#page .header_bg #header_nav li a
{
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}


#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


#page .header_bg #header_nav li a:hover {
	color:#FFFF00;
	background-image:url('images/over.png');
	background-repeat:no-repeat;
	background-position: center 50%;
	padding-top:90px
}

.grey_lov {
	height:1px;
	overflow:hidden;
	background-color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#page #content .menu_shadow #menu {
	background-color: #FFFFFF;
}
.link_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.link_big {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box_pad {
	padding: 1px;
}
.tbl_border {
	border: 1px solid #FF0000;
}
.tbl1 {
	background-color: #0099FF;
}
.tbl2 {
	background-color: #FFCC66;
}