@charset "utf-8";

#menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 30px;
	display: block;
	width: 760px;
}

#menu li {
	display: inline;
}


#menu a {
	color: #006699;
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url(../_images_css/box_background.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #E6F3FC;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	height: 17px;
}
#menu a:hover {
	background-image: url(../_images_css/box_background_active.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#menu a:hover strong {
	color: #FFFFFF;
}
#menu .active {
	width: 403px;
	text-align: left;
	font-size: 20px;
	padding-top: 4px;
	padding-bottom: 9px;
}


#menu li:first-child a {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
#top {
	background-image: url(../_images_css/box_background_dark.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #44A3D0;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#top img {
	border: 20px solid #FFFFFF;
	float: left;
	margin-right: 80px;
	margin-bottom: 20px;
}
h2 {
	margin: 0px;
}
#bottom {
	background-image: url(../_images_css/box_background.png);
	background-color: #E7F3FC;
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
#bottom #submenu {
	list-style-type: none;
	display: block;
	width: 200px;
	padding: 0px;
	float: left;
	margin: 0px;
}
#bottom #submenu a {
	display: block;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-decoration: none;
	background-image: url(../_images_css/box_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#bottom  #submenu  .active  {
	background-image: url(../_images_css/box_background_active.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#bottom #submenu a:hover {
	background-image: url(../_images_css/box_background_active.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #FF9900;
}

#bottom .copy {
	width: 477px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #E6F3FC;
	background-image: url(../_images_css/box_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 200px;
}

