@charset "utf-8";
/* default CSS Document */

html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px auto;
	padding: 20px;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	background-attachment: fixed;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 720px;
}
a:link{
	color: #336699;
}
a:hover{
	color: #9999CC;
}
a:visited{
	color: #996699;
}

strong{
	font-style: normal;
	font-weight: bold;
}
em{
	font-style: italic;
	font-weight: normal;
}

div.header{
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
div.top{
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1{
	font-family: "Cooper Black", "Comic Sans MS", "Lucida Grande CY";
	margin-bottom: 0em;
	padding: 0em 0.2em;
}
div.top p{
	margin: 0px;
	text-align:center;
	font-weight: bold;
	color: #000000;
}
div.sub{
	text-align:left;
	color: #4C4C4C;
	font-weight: normal;
}
div.top p,div.sub{
	padding: 0.5em;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

div.main{
	text-align: left;
	padding: 1.5em;
	margin-right: auto;
	margin-left: 10%;
}

div.b1,div.b2,div.b3,div.b4{
	float: left;
	margin-left: 1.5em;
}


dl{margin:0px;padding:0px;}
dl dt{
	font-weight: bold;
	padding: 0.2em 0.5em;
	font-size: x-small;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #000000;
}

div.b1 dl dt,div.b2 dl dt{
	margin: 0px;
}
div.b3 dl dt{
	margin: 0px 0px 1em;
}

dl dd{
	margin:0px;
	font-size: xx-small;
	font-weight: normal;
}

div.b1 dl dd a,div.b2 dl dd a{
	text-decoration: none;
	display: block;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin: 0px;
	padding: 0.2em;
}
div.b1 dl dd a:hover,div.b2 dl dd a:hover{
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 0.2em;
	margin: 0px;
	color: #FFFFFF;
}
div.b1 dl dd a:visited,div.b2 dl dd a:visited{
	text-decoration: none;
	background-color: #ECECEC;
	display: block;
	padding: 0.2em;
	margin: 0px;
	color: #333333;
}
