/* main */
body{
	 margin:			0 auto;
	 padding:			20px 0 0 0;
	 background:			#DDD;
	 font-family:			Verdana, Arial;
	 text-decoration:		none;
	 text-align:			center;
}
#picBox
{
	padding:			4px;
         background:			#EEE;
         float:				right;
         max-width:			150px;
         margin-left:			10px;
         margin-bottom:			10px;
         text-align: 			center;
         border:				solid 1px #BBB;
         font-size:			10px;
	color:				#666;

}

#picBox2
{
	padding:			0px;
         background:			#EEE;
         float:				right;
         margin-left:			10px;
         margin-bottom:			10px;
         text-align: 			center;
         font-size:			10px;
	color:				#666;

}

#page{
	width:				950px;
	margin:				0 auto;
	padding:			20px;
	background:			#FFFFF0;
	border:				1px solid #300;
}
.footer{
	font-size:			10px;
	color:				#000;
}

/* round corner boxes */
.bl_nav {background: url(./images/bl.png) 0 100% no-repeat #F3F0E8; width: 200px;text-align:left;}
.bl {background: url(./images/bl.png) 0 100% no-repeat #F3F0E8; width: 100%;text-align:left;}
.br {background: url(./images/br.png) 100% 100% no-repeat}
.tl {background: url(./images/tl.png) 0 0 no-repeat}
.tr {background: url(./images/tr.png) 100% 0 no-repeat; padding:10px}



/* text */


.header{
	font-weight: 			bold;
	font-size: 			14px;
	color:				#DD0000;
	display:			block;
	margin-bottom:			10px;
}

.sheader{
	font-weight: 			bold;
	font-size: 			28px;
	color:				#DD0000;
	display:			block;
	margin-bottom:			10px;
}

.subheader{
         font-size: 			12px;
         color:				#C27828;
         font-weight:	       		bold;
}

.text{
	font-size: 			12px;
	color:				#666;
	padding-left:		0px;
}
.text2{
	font-size: 			12px;
	color:				#666;
    text-align:			right;
    padding-right:		5px;
}
.text3{
	font-size: 			12px;
	color:				#666;
}
.highlight{
	color:				#DD0000;
 }


/* button */
.button {
	width: 				150px;
	height: 			30px;
	margin-bottom:			5px;
	display: 			block;
	background: 			url('./images/button.jpg') no-repeat;
	text-align: 			center;
	line-height: 			30px;
	font-size:			12px;
	font-weight:			bold;
	color:				#666;
	text-decoration:		none;
}

.button:hover {
	background-position: 		-150px 0;
	color:				#666;
}

.button:active {
	background-position: 		-150px 0;
	color:				#666;
}

/* link */
a:link{
	color:				#666;
	text-decoration:		none;
}
a:active{
	color:				#C27828;
	text-decoration:		none;
}
a:visited{
	color:				#888;
	text-decoration:		none;
}
a:hover{
	color:				#C27828;
	text-decoration:		none;
}





/* special footer hoover action */


.footerlink:link{
	color:				#000;
	text-decoration:		none;
}
.footerlink:active{
	color:				#C27828;
	text-decoration:		none;
}
.footerlink:visited{
	color:				#888;
	text-decoration:		none;
}
.footerlink:hover{
	color:				#C27828;
	text-decoration:		none;
}

/* special footer hoover action */


.subnav:link{
	color:				#000;
	text-decoration:		none;
         font-size: 			12px;
}
.subnav:active{
	color:				#C27828;
	text-decoration:		none;
         font-size: 			12px;
}
.subnav:visited{
	color:				#888;
	text-decoration:		none;
         font-size: 			12px;
}
.subnav:hover{
	color:				#C27828;
	text-decoration:		none;
         font-size: 			12px;
}
