@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../image/background.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#frame {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	height: 700px;
	top:50%;
	margin-top: -350px;
	left: 50%;
	margin-left: -500px;
}
#header {
	height: 75px;
	background-image: url(../image/logo_top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	height: 250px;
	width:100%;
	clear: both;
	z-index:1;
}
#contentwrapper {
	clear: both;
}
#content {
	overflow:hidden;
	height:375px;
	padding-left: 25px;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: center center;
}

h2 {
	font-size: 26px;
	color: #0096DB;
}

h3 {
	font-size: 20px;
	color: #0096DB;
}

h4 {
	font-size: 14px;
	color: #44687D;
}

h5 {
	font-size: 12px;
	color: #0096DB;
}

b {
	color: #0096DB;
}

#site {
}

	
#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 0 4px 0;
	padding-left: 25px;
	font-weight: normal;
	/*border-bottom:#44687D 1px solid;*/
	/*background-image: url(../image/toggler.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
}

div.element p {
	margin:0px;
	padding:4px;
	padding-left:25px;
	padding-bottom:25px;
}
div.element h4 {
	margin:0px;
	padding:4px;
	padding-left:25px;
}

blockquote {
	padding:5px 20px;
}
ul {
	margin-top: -15px;
}
input[type="text"] {
	font-size:12px;
	background-color:#FFFFFF;
	border:#7da7d9 1px solid;
}
input[type="text"]:focus {
	font-size:12px;
	font-weight: bold;
	background-color:#E6F7FE;
	border:#7da7d9 1px solid;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	border:#7da7d9 1px solid;
}
textarea:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E6F7FE;
	border:#7da7d9 1px solid;
}

a:link {
	text-decoration:underline; 
	font-weight:bold; 
	color:#0096DB;
}
	
a:visited { 
	text-decoration:underline; 
	font-weight:bold;
	color:#0096DB; 
}

a:hover { 
	text-decoration:underline; 
	font-weight:bold; 
	color:#333399; 
}

#word_div {
	position: relative;
	display: none;
	margin: auto 0px;
	width: 100%;
	border: 1px solid #333;
}

.menu_down {
	text-decoration: none;
}

.menu_down a {
	text-decoration: none;
}

