html,body{margin:0px;padding: 0px;}
BODY{background-color: #eee;color:#404d64;}
DIV.center{text-align: center;}
DIV.lay1 IMG{border-right: 1px solid black;margin:0px;padding: 0px;vertical-align: bottom;}
DIV.lay1 IMG.fix{
//	width:50%;
	max-width: 910px;
	min-width: 910px;
}
DIV.lay1 IMG.logo{
//	width:50%;
	max-width: 910px;
	background-color: #FFF;
	border-bottom:1px solid black;
	margin-bottom: 5px;
}
DIV.lay1 DIV.page{
//	width:50%;
	max-width: 910px;
	background-color: #ddd;
	border-right :1px solid black;
	border-bottom:1px solid black;
	margin-bottom: 8px;
}
DIV.lay1 DIV.whitepage{
//	width:50%;
	max-width: 910px;
	background-color: #fff;
	border-right :1px solid black;
	border-bottom:1px solid black;
	margin-bottom: 8px;
	padding-top: 18px;
	padding-bottom: 18px;
}
DIV.lay1 DIV.whitepage H2{
	margin:0px;
	padding:0px;
	padding-left:40px;
}
DIV.lay1 DIV.whitepage UL{
	margin:0px;
	padding:0px;
	margin-left:45px;
	padding-left:45px;
	margin-top:10px;
	margin-bottom:10px;
	color :#1875ff;
}
DIV.lay1 DIV.whitepage UL H2{
	margin:0px;
	padding:0px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:2px;
	padding-bottom:2px;
}
/* unvisited link */
a:link {
/*
    color: blue;
*/
	text-decoration :underline;
	color : #1875ff;
}

/* visited link */
a:visited {
/*
    color: blue;
*/
	text-decoration :underline;
	color : #1875ff;
}

/* mouse over link */
a:hover {
/*
    color: #FF0000;
*/
	text-decoration :none;
	color : #d04255;
}

/* selected link */
a:active {
/*
    color: blue;
*/
	text-decoration :underline;
	color : #1875ff;
}

DIV.custom1{border:1px solid #fff;width:910px;min-width:910px;max-width:910px;padding-bottom:10px;}
DIV.custom1 H3{font-size:28px;display:inline;}
DIV.custom1 DIV.floatbox{width:800px;padding-left:50px;background-color:#fff;}
DIV.custom1 DIV.floatbox DIV.minibox{
	width:250px;
	padding-top:40px;
	padding-bottom:40px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
//	border-top:1px solid #eee;
//	border-left:1px solid #eee;
	font-size:22px;
}
DIV.custom1 DIV.floatbox DIV.minibox HR{
	margin-top:40px;
	margin-bottom:35px;
}
DIV.custom1 DIV.floatbox DIV.minibox DIV.fix-border{
	border-top:1px solid black;
	margin-top:40px;
	padding-top:50px;
}
DIV.left{float:left;}
DIV.clearfix{clear:both;}