*{
	font-size : 100%;
	font-weight : normal;
	margin : 0;
	padding : 0;
}
body{
	text-align : center;
}
#header{
	text-align : left;
	margin-right : auto;
	margin-left : auto;
	margin-top : 20px;
	margin-bottom : 20px;
	width : 800px;

	color : #ffffff;
	background-color : #224b8f;
	background-image : url(header_round_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header h1{
	padding-top : 20px;

	color : #ffffff;
	background-color : #224b8f;
	background-image : url(header_round_top.gif);
	background-repeat: no-repeat;
	background-position: top;

	text-indent : 1em;

	font-size : 180%;
	font-weight : bold;
	font-family : Verdana,sans-serif;
	letter-spacing : 1px;
}
#header p{
	padding-bottom:20px;
	margin-left : 20px;
}

#main{
	text-align : left;
	margin : auto;
	width : 800px;
	padding-bottom : 10px;

	color : #000000;
	background-color : #f6f5ec;
	background-image : url(round_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contents{
	padding-top : 20px;

	color : #224b8f;
	background-color : #f6f5ec;
	background-image : url(round_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
h2{
	text-indent : 1em;
	font-size : 140%;
	font-family : Verdana,sans-serif;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 150%;
}
h2:first-letter{
	font-size : 160%;
	font-weight : bold;
}
ul{
	margin-left : 50px;
	list-style-image : url(list_icon.gif);
}
li a{
	font-size : 100%;
	font-family : Verdana,sans-serif;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 150%;
}
li p{
	margin-left : 50px;
	margin-right : 50px;
	
	padding-bottom:20px;
}
p{
	text-indent : 1em;
	
	font-size : 80%;
	font-family : Verdana,sans-serif;
	letter-spacing : 1px;
	line-height : 150%;
}
dl{
	border-left-color: #224b8f;
	border-left-style: solid;
	border-left-width: 10px;

	margin-left : 50px;
	margin-bottom:20px;
}
dt{
	text-indent : 1em;

	font-size : 80%;
	font-family : Verdana,sans-serif;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 150%;
}
dd{
	text-indent : 3em;
	font-size : 80%;
	font-family : Verdana,sans-serif;
	letter-spacing : 1px;
	line-height : 150%;
}
a{
	color : #224b8f;
	background-color : #f6f5ec;
}
a:hover{
	color : #224b8f;
	background-color : #c1e4e9;
}