body {
	margin : 0;
	padding : 0;
	margin-top : 20px;
	backgroud-color : #fff;
	background-image : url(images/bg.jpg);
	background-repeat : repeat-x;
	background-attachment : fixed;
	background-color : #999;
}
#box {
	margin : auto;
	width : auto; max-width : 900px;	
}
#container {
	margin : 0 auto;
	border : #000000 1px solid;
	border-top : #FC0 5px solid;
	border-bottom : #F60 5px solid;
	background-color : #FFFFFF;
	padding-top : 20px;
	padding-bottom : 20px;
}
#footer {
	border-top : #000 1px solid;
	margin : 0 auto;
	font-size : 10px;
	padding-top : 20px;
	padding-bottom : 10px;
	font-family : Arial;
}
#head {
	margin : 0 auto;
	border-bottom : #000 1px solid;
}
#head h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	padding : 0;
	margin : 0;
	font-size : 30px;
}
#head #nav {
	float : right;
	padding-top : 10px;
	padding-bottom : 5px;
}
#head #nav a {
	padding : 5px;
	padding-left : 15px;
	padding-right : 15px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14px;
	background-color : #B0D0FF;
}
#head #nav a:hover {
	background-image : url(images/nav.gif);
	background-color : transparent;
	color : #000;
}
#head #nav .current {
	background-image : url(images/nav_o.gif);
	background-color : transparent;
	color : #fff;
}



h2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 22px;
	padding : 5px;
	margin : 0;
	border-left : #99C 10px solid;
	background-color : #E9E9F3;
	padding-left : 25px;
	font-weight : bold;
	font-style:italic;
}
h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18px;
	padding : 3px;
	margin : 0;
	border-left : #390 4px solid;
	background-color : #E1FFD2;
	padding-left : 25px;
	font-weight : bold;
}
h4 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	padding : 3px;
	margin : 0;
	margin-top : 5px;
	border-left : #FF3 2px solid;
	background-color : #FFFFBF;
	padding-left : 25px;
	font-weight : lighter;
	font-style : italic;

}
p {
	font-family : Georgia, "Times New Roman", Times, serif;
	line-height : 23px;
	text-indent : 20px;
	margin-left : 20px;
	margin-right : 20px;
	text-align : justify;
	font-size : 16px;
}
address {
	font-family : Georgia, "Times New Roman", Times, serif;
	line-height : 23px;
	margin-left : 80px;
	margin-right : 20px;
	text-align : justify;
	font-size : 16px;
}
form {
	font-family : Georgia, "Times New Roman", Times, serif;
	line-height : 23px;
	margin-top : 20px;
	margin-left : 20px;
	margin-right : 20px;
	text-align : justify;
	font-size : 16px;
}
blockquote {
	margin-left : 20px;
	margin-right : 20px;
	border : #999 3px solid;
}
blockquote p {
	font-family : Georgia, "Times New Roman", Times, serif;
	line-height : 23px;
	padding : 0;
	margin-left : 80px;
	margin-right : 80px;
	text-align : justify;
	font-size : 14px;
}
ul,ol {
	margin-left : 100px;
	margin-right : 20px;
	padding : 0;
}
ul {
	list-style-image : url(images/list.gif);
	list-style-type : circle;
}
ul li,ol li {
	font-family : Georgia, "Times New Roman", Times, serif;
	line-height : 23px;
	font-size : 16px;
}
hr {
	color : #000;
	background-color : #000;
	height : 1px;
}
label {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
}
img {
	padding : 5px;
	border : #06F 1px solid;
	margin-top : 10px;
	margin-bottom : 10px;
}
img.right {
	float : right;
	margin-left : 20px;
	margin-right : 10px;
}
img.left {
	float : left;
	margin-right : 10px;
}
table {
	border-collapse : collapse;
	margin : 0 auto;
	margin-bottom : 20px;
}
table caption {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : bold;
	background-color : #C1DAFF;
	padding : 4px;
	margin : 0 auto;
	margin-bottom : 10px;
	border : #5E9EFF 1px solid;
}
table td,th {
	font-family : Georgia, "Times New Roman", Times, serif;
	vertical-align : top;
}

table.horizontal td.key {
	text-align : right;
	vertical-align : middle;
	border : #999 1px solid;
	padding : 15px;
}
table.horizontal td {
	text-align : left;
	vertical-align : middle;
	border : #999 1px solid;
	padding : 8px;
}
a {
	color : #06F;
	text-decoration : none;
}
a:visited {
	color : #90C;
}
a:hover {
	color : #F60;
	text-decoration : underline;
}