@charset "utf-8";
body {
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;    
	background-image: url('images/cloud-background.jpg');
}
#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: 134px
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.header_bg .header_links a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	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_shadow {
	background-image: url('images/left_shadow.png');
	background-repeat: repeat-x;
	padding: 5px;
	margin: 0px
}
.menu_heading {
	background-image: url('images/u_logo.png');
	background-repeat: repeat-x;
	background-position: left center;
	height: 33px;
	width: 177px;
	text-indent: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin: 0px
}
#left_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 177px;
}
#left_menu a {
	text-decoration: none;
	background-color: #C9D3DF;
	width: 177px;
	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: 177px;
	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;
}




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


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

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

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

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


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


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

.grey_bg {
	height:1px;
	overflow:hidden;
	background-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#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: 5px;
	background-color:#efefef;
}
.box_pad_footer {
	padding: 0px;
	background-color:#C9D3DF;
}
.tbl_border {
	border: 1px solid #FF0000;
}
.tbl1 {
	background-color: #0099FF;
}
.tbl2 {
	background-color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 29px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #000000;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
	color: #ffffff;
	text-align: left;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 29px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}