body {
	background: url(images/bg-img.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F8FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#base {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 152px;
}
#logo {
	padding-top: 22px;
	float: left;
}
#bm {
	float: right;
	display: inline-block;
	padding-top: 25px;
	padding-right:20px;
}

/*---MENU----*/
#menu {
	width:900px;
	height:62px;
	position:absolute;
	display: block;
	top: 90px;
}
#menu ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	width: auto;
	z-index: 2;
	padding-bottom:0px;
	vertical-align: bottom;
}
#menu li {
	position:relative;
	width: auto;
	display:inline-block;
	float:left;
}
#menu li a {
	float:left;
	margin: 16px 2px 0 0;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size:13px;
	letter-spacing:1px;
	font-weight: normal;
	color:#3399cc;
	text-decoration: none;
	background: #fff;
		-webkit-border-radius: 15px 15px 0px 0px;
        border-radius: 15px 15px 0px 0px;
}
#menu li a:hover {
	padding: 24px 20px;
	color:#6bd800;
	position:relative;
	margin-top:0px;
}

/*---  Panel ----*/
#p_left {
	width: 286px;
	margin: 5px 5px 0 0;
	float:left;
}
#p_left ul {
	padding: 0 0 0 18px;
	margin-top: 0px;
}
#p_left li {
	list-style:square;
	color: #5fbf00;
	padding:3px 0;
}
#p_left ul ul {
	padding: 0 0 0 12px;
}
#p_left li li a {
	list-style:circle;
	color:#4f7600;
}

#p_right {
	width: 668px;
	float:left;
	margin: 5px 0 0 0;
	display:block;
}
#p_frame {
	padding: 26px 36px;
	background: #fff;
		-webkit-border-radius: 0px 15px 0px 15px;
        border-radius: 0px 15px 0px 15px;
	margin-bottom: 5px;
}
#highlight, #highlight2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color:#fff;
	padding: 16px 26px;
	background: #5fbf00;
		-webkit-border-radius: 0px 15px 0px 15px;
        border-radius: 0px 15px 0px 15px;
}
#highlight2 {
	background: #029EFF;
		-webkit-border-radius: 0px 15px 0px 15px;
        border-radius: 0px 15px 0px 15px;
}
#p_table {
	border: 1px solid #029EFF;
	background-color: #CEEAFF;
}
#p_table td {
	padding:5px;
	border: 1px solid #fff;
}
#p_table a:hover {
	color:#ff9900;
}
#submission {
	margin: 10px auto 20px;
	background: #FF9 url(images/bg-down.jpg) top left no-repeat;
	padding: 35px 10px 10px 100px;
}

/* ------ content -------- */

h1, h2, h3, h4 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1em;
	padding:0 0 15px;
	margin:0px;
}
h1 {
	color: #029EFF;
}
h2{
	color: #5fbf00;
}
h3{
	padding-top:15px;
	color: #5fbf00;
	font-size: 20px;
	clear:none;
}
h4 {
	font-size: 18px;
	color: #029EFF;
	padding:15px 0 5px 0;
}

a {
	color: #5fbf00;
	text-decoration:underline;
}
a:hover {
	color: #ff9900;
}

#more a {
	float:right;
	color: #ff9900;
	display:block;
	width:auto;
	clear:both;
	padding: 5px 10px 5px 22px;
	background: url(images/arrow.gif) no-repeat left center;
	text-decoration:none;
}
#more a:hover {
	color: #fff;
	background: url(images/arrow-w.gif) no-repeat left center #5fbf00;
}
p {
	margin-top:0px;
}
hr {
	border: none;
	height:1px;
	background-color:#CCE6FF;
	margin-bottom:30px;
}

img.left {
	margin:0 15px 15px 0;
	float:left;
}
img.right {
	margin:0 0 15px 15px;
	float:right;
}

/* ------ footer -------- */
#footer {
	width: 960px;
	margin: 20px auto;
	color: #029EFF;
	font-size:11px;
	text-align:center;
	padding: 15px 0;
	border-top: dotted #99cccc 1px;
	clear:both;
	bottom:0px;
	display: block;
}