body{
	font-size:14px;
	color:#333333;  

	font-family:arial,verdana,sans-serif;
	background-color:#ffffff; 
	overflow:hidden;
	overflow-y:scroll;
	min-width:900px;
	
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

h1{
    font-size:25px;
	color:#333333;
	margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

h2{
    font-size:20px;
	color:#333333;
	margin:0px 0px 0px 0px;
    padding:20px 0px 20px 0px;
}

h3{
    font-size:15px;
	color:#333333;
	margin:0px 0px 0px 0px;
    padding:20px 0px 10px 0px;
}

p, pre{
	line-height:140%;

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px; 
}

a{
	color:#0D4C81;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

hr{
	color:#ccc;
}

ul{
	margin-top:0;
}

#message{
	font-weight:bold;
	text-align:center;
	
    background:none repeat scroll 0 0 #F7E5E6;
    border:1px dotted #C56467;

	width:880px;
	
	margin:0px auto;
	padding:6px 10px 6px 10px;
}

#header{
	font-size:30px;
	font-weight:bolder;
	
	height:48px;
	#width:880px;
	
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

#menu{
	font-size:30px;
	font-weight:bolder;
	
	height:60px;
	#width:880px;
	
	margin:0px auto;
	padding:0px 0px 0px 0px;

	background:#0089e0;
}

#logo{
	width:123px;
	height:36px;
	float:left;
	
	margin:11px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#login{
	font-size:15px;
	float:right;
	padding:0px 0px 0px 0px;
	margin:90px 0px 0px 0px;
}

#login a{
	font-weight:600;
	color:#FFFFFF;
	border-style:solid;
	border-width:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:6px 6px 6px 6px;
}

#content{
	color:#333333;
	font-size:16px;
	
	background-color:#FFFFFF;
	
	#width:820px;
	margin:0px auto;
	padding:10px 0px 10px 0px;
}

#content a{

}


#content a:hover{
	color:#09375D;
}


#content a.button{
	cursor:pointer;
	font-size:18px;
	color:#FFFFFF;
	background-color:#0D4C81;
	height:30px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	padding:5px 5px 5px 5px;
}

#content a.button:hover{
	background-color:#09375D;
}

#content input{
	height:25px;
	color:#666;
	border-color:#666666;
	border-style:solid;
    border-width:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	padding:0px 5px 0px 5px;
}

#content select{
	height:25px;
	color:#666;
	border-color:#666666;
	border-style:solid;
    border-width:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	padding:0px 5px 0px 5px;
}

#content textarea{
	color:#666;
	border-color:#666666;
	border-style:solid;
    border-width:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	padding:5px 5px 5px 5px;
	resize:none;
}

#content input[type="submit"]{
	cursor:pointer;
	font-size:18px;
	color:#FFFFFF;
	background-color:#0D4C81;
	height:30px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	padding:5px 5px 5px 5px;
}

#content input[type="submit"]:hover{
	background-color:#09375D;
}

#content input[type="submit"]:focus{
	outline:none;
}

#content input[type="button"]{
	cursor:pointer;
	font-size:18px;
	color:#FFFFFF;
	background-color:#0D4C81;
	height:30px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	padding:5px 5px 5px 5px;
}

#content input[type="button"]:hover{
	background-color:#09375D;
}

#content input[type="button"]:focus{
	outline:none;
}

#content button:focus{
	outline:none;
}

#footer{
	font-size:12px;
	text-align:center;
	padding:20px 0px 20px 0px;
}


.ok{
    background:none repeat scroll 0 0 #e6f8dd;
    /*border:1px dotted #E5E597;*/
	margin:0px 0px 15px 0px;
	padding:6px 10px 6px 10px;
}

.notice{
    background:none repeat scroll 0 0 #FFFFA0;
    border:1px dotted #E5E597;
	margin:0px 0px 15px 0px;
	padding:6px 10px 6px 10px;
}

.warning{
    background:none repeat scroll 0 0 #F7E5E6;
    border:1px dotted #C56467;
	margin:0px 0px 15px 0px;
	padding:6px 10px 6px 10px;
}

.alt1{
	background:#EEEEFF;
}

.alt2{
	background:#DDDDFF;
}








#accordion section, #accordion .pointer, #accordion h1, #accordion p {
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

#accordion {
  margin-bottom:30px;
}

#accordion h1 {
  line-height:1.2;
  font-size:20px;
  color:#564b47;
  margin:0;
  padding:10px 10px 10px 30px;
}

#accordion section.ac_hidden h1 {
  cursor:pointer;
}

#accordion h1 a {
  color:black;
}

#accordion section {
  overflow:hidden;
  height:140px;
  border:1px solid #ccc;
}

#accordion p {
  padding:0 10px;
  color:black;
}

#accordion section.ac_hidden p:not(.pointer) {
  color:#FFFFFF;
}

#accordion section.ac_hidden {
  height:44px;
}

#accordion .pointer {
  color:#564b47;
  padding:0;
  margin:10px 0px 0px 6px;
  line-height:20px;
  width:13px;
  position:absolute;
}

#accordion section:not(.ac_hidden) h1 {

}

#accordion section:not(.ac_hidden) .pointer {
  display:block;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  transform:rotate(90deg);
  padding:0;
}