/*-- blue --*/

#mainwrapper {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	background: #ffffff url(../images/bg_wrapper1.gif) repeat-x 0 0;
	text-align: center;
}
#container #container_title {
	position: relative;
	width: 680px;
	height: 41px;
	background: url(../images/bg_container_title1.gif) no-repeat 0 0;
	overflow: hidden;
}
#container #container_title h2 {
	font-size: 138.5%;
	color: #ffffff;
	text-shadow: 0px -1px 1px #0098c8;
}
.contentbody .contenttitle_index h4 {
	background: #e3f9ff;
	border-left: 5px solid #01aee5;
	font-size: 108%;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
}
.contentbody .contentbody_body h4,
.contentbody .contentbody_more h4 {
	background: #e3f9ff;
	border-left: 5px solid #01aee5;
	font-size: 108%;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
}


/*-- Side --*/

#sidebarcontainer {
	float: left;
	width: 280px;
	margin: 20px 0 0 0;
}
#sidebarcontainer .sidebar {
	background: url(../images/bg_sidebar1.gif) no-repeat 0 0;
	padding: 6px 2px 0 2px;
	margin: 0;
}
#sidebarcontainer .sidebar .sidemenu {
	border-bottom: 1px solid #cccccc;
}
#sidebarcontainer .sidebar .sidemenu a {
	display: block;
	background: url(../images/bg_sidemenu1.gif) no-repeat 0 center;
	padding: 10px 20px 10px 30px;
	text-decoration: none;
}
#sidebarcontainer .sidebar .sidemenu a:hover {
	background: url(../images/bg_sidemenu1_on.gif) no-repeat 0 center;
}
#sidebarcontainer .sidebar_bottom {
	width: 280px;
	height: 15px;
	background: url(../images/bg_sidebar_bottom1.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}


/*-- Links --*/

a:link, a:active {
	color: #00aee5;
	text-decoration: underline;
}
a:visited {
	color: #004f68;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.arrow1 {
	padding: 0 0 0 16px;
	background: url(../images/i_arrow1.gif) no-repeat 0 center;
	line-height: 100%;
	_line-height: 120%;
}