html,body {	
	background-color: #ffffcc;
}

body,td,div,.p,a{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: small;
	color: #000066;
	text-align: left;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #000066;
	margin-top: 0;
	margin-bottom:1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a:link {
	font-weight: bold;
	color: #000099;
	text-decoration: none; 
}
	
a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;  
}

a:active {
	font-weight: bold;
	color: #000099;
	text-decoration: none;  
}
	
a:hover {
	font-weight: bold;
	color: #000099;
	text-decoration: underline; 
}

a.ttip{
	color: #000066;
	text-decoration: none;
}

a.ttip em {
	display:none;
}

a.ttip:visited em {
	display:none;
}

a.ttip:active em {
	display:none;
}

a.ttip:hover {
border:0;
position:relative;
z-index:500;
color: #000066;
text-decoration:underline;
}

a.ttip:hover em {
display:block;
position:absolute;
top:25px; left:40px;
padding:5px;
font-weight:normal;
color:#000;
border:1px solid #666666;
background:#ffffcc;
width:200px;
}

input {
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	color: #004477;
	text-decoration: none; 
}

textarea {
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	color: #004477;
	padding: 2px;
	text-decoration: none;
}
	
select {
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	color: #004477;
	text-decoration: none; 
}

li {
	margin-bottom:1em;
}

div.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-image: url('/img/head_bg.jpg');
}

div.hgap {
	position: fixed;
	top:90px;
	left: 150px;
	width: 100%;
	height: 10px;
}


div.menu {
	position: fixed;
	top:0;
	left: 0;
	width: 130px;
	height: 100%;
	padding: 120px 0 0 10px;
	text-align: left;
	border-right: solid 1px #000066;
	line-height:2em;
	background: #ffffaa;
}

div.main {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 120px 20px 0 170px;
}

div.foot {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.6em;
	background-color: #000055;
	padding:4px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffcc;
}

div.fgap {
	position: fixed;
	bottom: 1.6em;
	left: 150px;
	width: 100%;
	height: 20px;
}

div.drpt{
	position: relative;
	top: -1em;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	color: #000066;
	margin-bottom: -1em;
}

div.drps{
	position: relative;
	top: 2px;
	left: 2px;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	color: #ccccdd;
}

div.nomn {
	clear: both;
	margin: 0;
	padding: 0 10px 0 10px;
}

div.mnav {
	position: relative;
	border: solid 1px #444444;
	background-color: #dddddd;
	padding: 7px;
}

div.chsz {
	clear: both;
	width: 730px;
	margin-bottom: 10px;
	padding: 0;
	color: #660022;
	text-align: right;
}

div.strp {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #660022;
	
}

div.cntr {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 400pt;
	margin-left: -200pt;
	background-color: #ffffff;
	border : solid 2px #660022;
	padding: 10px;
	text-align: center;
}

div.conf {
	position: absolute;
	left: 50%;
	top: 7em;
	width: 40em;
	margin-left: -20em;
	background-color: #990000;
	border : solid 2px #990000;
	padding: 1em;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	visibility: hidden;
}

.butn {
	border: solid 1px #444444;
	background-color: #dddddd;
	margin: 20px;
	padding: 5px;
	line-height: 4em;
	text-align: center;
}

.yow {
	padding: 6px 0 0 8px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

.yow a:link {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}
	
.yow a:visited {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}
	
.yow a:active {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}

.yow a:hover {
	text-decoration: underline;
	font-size: smaller;
	font-weight: normal;
	color: #333333;
}

.gout{
	font-weight: bold;
	color: #dddddd;
}


.date {
	font-size: 0.7em;
	color: #0000cc;
}

.mnth {
	font-size: 0.9em;
	color: #0000cc;
}	