@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
}
body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	color: #5e5e5e;
}
a:hover{
	color: #29337A;
}
#wrap{
	width:779px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	font-size:0px;
}
#strap{
	padding-top:6px;
	font-size:12px;
	word-spacing: 2px;
	text-align: justify;
	padding-bottom: 8px;
}
#page-shade{
	background-image: url(images/page-shade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:43px;
}
#page{
	background-image: url(images/page-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#content{
	float:right;
	width:515px;
}
#footer{
	background-image: url(images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:8px;
	font-size:10px;
	clear:both;
	padding-bottom: 20px;
	background-color: #FFF;
}
#footer a{
	text-decoration:none;
}
h1{
	font-size: 24px;
	font-weight: bold;
	color: #29337A;
	margin-top: 0px;
	margin-bottom: 15px;
}
p{
	margin-bottom:15px;
	margin-top:15px;
}
/*menu*/
#nav{
	float:left;
	width:238px;
}
#menu{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu li{
	padding-top:5px;
	padding-bottom:5px;
	font-size:18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	padding-left: 10px;
}
#menu li a{
	color: #29337A;
	text-decoration: none;
	display: block;
}
#menu li#active a{
	color: #E8D202;
}
#menu li a:hover{
	color: #E8D202;
}
.last-one{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}