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

body{
	color:#404040;
	background-color: #ffffff;
	
	font-family: Verdana, Helvetica, Arial, SansSerif;
	font-size:0.825em;
	line-height:1.25em;
	width: 100%;
	height:100%;
	margin: auto;
	padding: 0;
}
a{
	color: #235b9c;
	text-decoration: underline;
}

a:hover{
	color: #4483C7;
	text-decoration: none;
	}
	
p { 
	line-height: 1.5em; 
	color: #606060;
	text-align: left;
}

ul{
	color: #606060;
	line-height: 1.5em; 
	margin: 0px;
	padding: 4px 0px 0px 18px;
	}

h1 {
	font-weight:bold; 
	font-size: 1.5em;
	color: #404040;
	margin-bottom: 0px;
}
h2 {
	font-weight:bold; 
	font-size: 1.125em; 
	color: #505050;
	margin-bottom: 0px;
}
h3 {
	font-weight:bold; 
	font-size: 1em;
	color: #606060;
	margin-bottom: 0px;
}


/*content*/
.banner{
	background: transparent url(images/banner.jpg) no-repeat; 
	margin: auto;
	width: 801px;
	height: 190px;
	}
	
	.banner span.accubid{
	width: 50%;
	height: 30px;
	color:#fff;
	font-size: 87%;
	display: block;
	position: absolute;
	margin: 23px 0px 0px 20px;
	top: 8px;
		}
	
		.banner span.accubid a{
			color: #fff;
			}
	
		.banner span.accubid a:hover{
			color: #ffff00;
			}
		
		
.content{
	margin: auto;
	width: 806px;
	height: auto;
	}
			
	
	.sticky{
		width: 188px;
		height: 188px;
		border: #e6e6e6 1px solid;
		margin: 4px;
		float: left;
		}	
			
	
	.sticky:hover{
		border: #DDCC70 1px solid;
		cursor: pointer;
		}
			
	
		.sticky_note{
			margin: auto;
			background-color: #ffffca;
			border: #fff 8px solid;
			width: 90%;
			height: 90%;
			display: block;
			}	
			
	
		.sticky_note:hover{
			background-color: #F7E996;
			}
			
	
			.sticky_note span{
				width: 90%;
				height: 100%;
				display: block;
				margin: auto;
				padding: 4px;
				}
			
	
				.sticky_note span h1{
					font-size: 125%;
					}
			
	
				.sticky_note span p{
					font-size: 100%;
					font-style: italic;
						}
						
	.padder{
		width: 90%;
		height: 100px;
		display: block;
		clear: both;
		}					
			
.footer{
	border-top: #bbb 1px solid;
	margin: auto;
	height: auto;
	width: 99.8%;
	color: #909090;
	text-decoration:none;
	font-size: 7pt;
	vertical-align: bottom;
		clear: both;
	}
	
	.footer p{
		padding: 8px;
		}
	
.footer a{
	text-decoration:none;
	font-size: 7pt;
	}
	
.footer a:hover{
	text-decoration: underline;
	}

