* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
}
p {
	margin-bottom: 10px;
}
a {
	color: #21297E;
}
label {

}

a:hover {
	text-decoration: none;
	color: #E16629;
}
/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #E16629;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	background: url(../images/img01.gif) no-repeat;
	text-align: center;
/*	border-right: 4px solid #29A4E1;*/
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 50px;
	background: #F4F4F4;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 22px 0 24px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #1A7196;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(../images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */
#contentfull {
	float: left;
	width: 718px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Boxed */

.title {
	background: url(../images/img04.gif) no-repeat right center;
	border-bottom: 3px solid #29A3E1;
	color: #666666;
}

.boxed1 .title {
	font: bold 170% Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.boxed1 .content {
	padding: 10px;
}

.boxed2 .title {
	font: normal 150% Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.boxed2 .content {
	padding: 10px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 10px;
}

.member-item {
	padding: 5px;
}
.member-web {
	padding: 5px;
	text-align: right;
}
/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 110%;
	padding: 2px 0;
}

#news h3 a {
	display: block;
}

#news p {

}
#news .news-item {
	padding: 10px;
}

/* Welcome */

.inputbox {
	border: none;
	background: #FFFFFF;
}
.error {
	padding: 5px;
	background: #CC0000;
	color: #FFFFFF;
	margin: 5px 0px;
}
/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #E16629;
}

#footer p {
	text-align: center;
}