body {
	background-color : #999;
}
#container {
	margin : 0 auto;
	width : 754px;
	padding : 0;
}
#head {
	margin : 0;
	padding : 0;
	position : relative;
	top : 5px;
}
#head a img {
	border : 0;
}
#nav {
	border-right : #000 2px solid;
	border-left : #000 2px solid;
	margin : 0;
	padding : 0;
	height : 34px;
	background-color : #CCF;
}
#nav #nav_l {
	background-image : url(images/nav_l.gif);
	background-repeat:no-repeat;
	height : 34px;
	width : 20px;
	float : left;
}
#nav #nav_r {
	background-image : url(images/nav_r.gif);
	background-repeat:no-repeat;
	height : 34px;
	width : 20px;
	float : right;
}
#nav #nav_c {
	float : left;
	padding-top : 7px;
	text-align : center;
}
#nav_c a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color : #000;
	text-decoration : none;
	font-size : 18px;
	font-weight : bold;
	margin-right : 18px;
	margin-left : 18px;
}
#nav_c a:hover {
	text-decoration : underline;
}
#content {
	background-color : #FFF;
	border-right : #000 2px solid;
	border-left : #000 2px solid;
	padding : 10px;
}
#foot {
	height : 33px;
}
#foot_l {
	background-image : url(images/bottom_l.gif);
	background-repeat:no-repeat;
	height : 33px;
	width : 33px;
	float : left;
}
#foot_c {
	float : left;
	border-bottom : #000 2px solid;
	height : 31px;
	background-color : #FFF;
	width : 688px;
}
#foot_r {
	background-image : url(images/bottom_r.gif);
	background-repeat:no-repeat;
	height : 33px;
	width : 33px;
	float : right;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 25px;
	border-bottom : #000 1px solid;
	margin-left : 20px;
	margin-right : 20px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 20px;
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 0;
	margin-top : 20px;
	padding : 0;
}
p,address {
	font-family:Arial, Helvetica, sans-serif;
	margin : 20px;
	line-height : 23px;
	text-align : justify;
	font-size : 16px;
}
ul,ol {
	margin : 20px;
	margin-left : 40px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top : 0;
	margin-bottom : 0;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	line-height : 23px;
	text-align : justify;
	font-size : 16px
}
#sidebar {
	width : 162px;
	float : right;
	padding-right : 20px;
	padding-left : 20px;
	margin-top : 10px;
	background-color : #FFF;
}
#sidebar .box_red {
	width : 162px;
	height : 114px;
	background-image : url(images/red_box.gif);
	margin-bottom : 20px;
}
#sidebar .box_yellow {
	width : 162px;
	height : 114px;
	background-image : url(images/yellow_box.gif);
	margin-bottom : 20px;
}
#sidebar .box_green {
	width : 162px;
	height : 114px;
	background-image : url(images/green_box.gif);
	margin-bottom : 20px;
}
#sidebar .box_blue {
	width : 162px;
	height : 114px;
	background-image : url(images/blue_box.gif);
	margin-bottom : 20px;
}
#sidebar .number {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 70px;
	font-weight : bold;
	text-align : center;
}
#sidebar .unit {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
}
#copyright {
	text-align : center;
	font-family : Arial;
	font-size : 12px;
	padding-top : 20px;
	padding-bottom : 10px;
}
form {
	margin : 20px;
}
form fieldset {
	border : #999 3px solid;
	padding : 15px;
	margin-bottom : 20px;
}
form fieldset p {
	margin : 0;
	margin-bottom : 15px;
}
form fieldset legend {
	border : #999 3px solid;
	padding : 5px;
	padding-left : 20px;
	padding-right : 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-color : #EEE;
}
form label {
	font-weight : bold;
	font-family:Arial, Helvetica, sans-serif;
}
form label:after {
	content : ':';
}
table.form .label {
	text-align : right;
}
blockquote {
	border : #999 2px solid;
	background-color : #EBEBEB;
}
del {
	text-decoration : line-through;
}
table {
	margin : 0 auto;
	border-collapse : collapse;
}
table th {
	font-family:Arial, Helvetica, sans-serif;
	background-color : #CCC;
	padding : 4px;
}
table td {
	font-family:Arial, Helvetica, sans-serif;
	border : #CCC 1px solid;
	padding : 4px;
}
table.form {
	margin : 0;
}
table.form .td {
	border : #FFF 1px solid;
	padding : 0;
}