/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	min-width:775px;
}

#pagecell{
	width:775px;
	min-width:775px;
	margin-left:auto;
	margin-right:auto;
}

#pagecellleft{
	float:left;
	width:185px;
	margin-left:0px;
}

#pagecellright{
	/*left:195px;*/
	font-size:90%;
	float:right;
	margin-bottom:5px;
	margin-right:0px;
}

/* Navigation menu */

#menu{
	width:185px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	border-top:#cccccc dashed 1px;	
	border-bottom:#cccccc dashed 1px;
	margin-top:9px;
	z-index:100;
}

#submenu{
	width:185px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:#000000 solid 1px;
	z-index:100;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 185px;
}

ul li {
	position: relative;
	Text-Indent:15px;
}

li ul {
	position: absolute;
	left: 185px;
	top: 0;
	display: none;
}

#menu a{
	display: block;
	text-decoration: none;
	padding: 2px;
	background:url(img/menup.gif) no-repeat 3px center;
	color:#000000;
	
}

#menu a:visited{
	display: block;
	text-decoration: none;
	padding: 2px;
	color:#000000;
}

#menu a:hover{
	display: block;
	background:url(img/menubg.gif) no-repeat 0px center;
	padding: 2px;
	color:#FFFFFF;
}

#submenu a{
	display: block;
	text-decoration: none;
	padding: 2px;
	background:url(img/menup1.gif) no-repeat 0px center;
	color:#000000;
	
}

#submenu a:visited{
	display: block;
	text-decoration: none;
	padding: 2px;
	color:#000000;
}

#submenu a:hover{
	display: block;
	background:url(img/menubg.gif) no-repeat 0px center;
	color:#ffffff;
	padding: 2px;
	color:#FFFFFF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul { display: block; }

/* notice */

#notice{
	width:180px;
	border:#999999 solid 1px;
	float:left;
	background-color: #FFFFCC;
	margin-top: 5px;
	margin-left:2px;
}

#noticetitle{
	border-bottom:#999999 solid 1px;
	font-weight:bold;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:80%;
	text-align:center;
}

#noticetext{
	padding-bottom:5px;
	font-size:85%;
	padding-left:2px;
	padding-right:2px;
	font-size:80%;
}

#footer{
	width:100%;
	font-size:70%;
	text-align:right;
	border-top:#CCCCCC 1px solid;
	clear:both;
	
}

#footer img{
	padding-bottom:1px;
	vertical-align: middle;
}

.PointFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 15px;
}

.PointFont2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.p2pfont{
	font-size:80%;
	font-weight:bold;
	padding-left:15px;
}

.p2pfont2{
	font-size:80%;
	font-weight:bold;
}

/* form object */

.select{
	width:245px;
	margin-left:15px;
}


select, option {
	width:245px;
	background-color:#E7EBFF;
	z-index:-10;
}

input {
	background-color:#E7EBFF;
}
	
.button{
	margin-left:3px;
	border:#333333 1px solid;
}

.santa{
	position:absolute;
	top:414px;
	left:680px;
	z-index:5;
}

.santa2{
	position:absolute;
	top:210px;
	left:480px;
	z-index:5;
}

/* link decoration */
a{
	color:#000000;
	text-decoration:underline;
}

a:link{
	color:#000000;
	text-decoration:underline;
}

a:visited{
	color:#000000;
	text-decoration:underline;
}

a:hover{
	color:#000099;
	text-decoration: underline;
}

form{
	margin:0;
}

.quick_search{
	font-size:90%;
}