html, body {
    margin: 2px;
	margin-left: 5px;
    padding: 0px;
    width: 97%;
    height: 97%;
}

body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    font-family: Verdana;
    color: black;
    background-color: #FFFF99;
    font-size: 16px;
}

#talkbubble {
   margin-right: 240px;
   background: #FFFFCC;
   position: relative;
   padding-top: 1px;
   padding-right: 12px;
   padding-left: 12px;
   padding-bottom: 12px;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
}
#talkbubble:before {
   content:'';
   position: absolute;
   right: 100%;
   top: 24px;
   width: 0;
   height: 0;
   border-top: 14px solid transparent;
   border-right: 24px solid #FFFFCC;
   border-bottom: 12px solid transparent;
}

h4 {
   padding-left: 24px;
   text-decoration: underline;
}

.nav_top {
    background-color: #DFD762;
    font-size: 32px;
    border:0px;
    width: 100%;
    height:40px;
    color: #111111;
    border-bottom: 1px dashed #111111;
    text-align: center;
}

.nav_menu {
    border-bottom: 1px dashed #6666CC;
    padding : 5px;
    height:20px;
    float: top;
    background-color: #DFD762;
    font-size: 14px;
	font-weight: bold;
}

.nav_logo {
    border-right: 1px dashed #6666CC;
    padding : 5px;
    float: right;
    background-color: #FFFF99;
    font-size: 12px;
}

.content_area {
    padding-top: 5px;
    padding-left: 19px;
    padding-right: 5px;
    padding-bottom: 100px;
}

.notice {
    border-right:1px dashed black;
    border-bottom:1px dashed black;
    padding : 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-right: 240px;
    font-style: italic;
    background-color: #FFFFCC;
}

.news {
	margin-left: 40px; 
	border-right: dashed gray 1px;
	border-bottom: dashed gray 1px;
	font-weight: normal;
}

.footer {
    text-align: right;
    height:40px;
    width: 100%;
    position: absolute;
    bottom: 0;    
    border-top:1px dashed black;
    padding-left:12px;
    padding-top:5px;
}

.cn {
	display: none;
}

.links {
	padding-left: 40px;
}

.cod {
	padding: 12px;
	padding-left: 40px;
    margin-right: 240px;
    border-right:1px dashed black;
    border-bottom:1px dashed black;
    background-color: #FFFFCC;
}

a:link {
    color: #0033cc;
    text-decoration: underline;
}

a:visited {
    color: #0033cc;
    text-decoration: underline;
}

a:hover {
    color: #0033cc;
    text-decoration: underline;
}

