@charset "UTF-8";
/* CSS Document */

body {
	background: #06C url(images/bkg.png) left top repeat-x scroll;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
div {
	margin:0;
	padding:0;
}
img {
	border:0 none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1, h2 {
	margin: 4px 0px 4px 0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a:hover, a:focus {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	cursor: pointer;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: underline;
}
a, a:link, a:visited {
	color: #0066CC;
	cursor: pointer;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}
hr {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #E5E5E5;
	border-style:none none solid;
	border-width:medium medium 1px;
	clear:both;
	color:#FFFFFF;
	margin:1em -1px 1em;
	width:100%;
}
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#main_content {
	padding: 20px;
}
#menu_box {
}
#header_box {
	text-align: right;
	padding: 10px 10px 0px 0px;
}
#header_box .title1 {
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #06C;
	text-decoration: none;
}
#header_box .title2 {
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
#header_box .title3 {
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #093;
	text-decoration: none;
}
#header_box .title4 {
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #6D6E71;
	text-decoration: none;
}
#content_box {
	border: #76797C 1px solid;
	margin-top: 20px;
	padding: 20px;
	background: #F6F6F6;
}
#content_box .grey_text {
	color: #6D6E71;
}
#content_box .green_text {
	color: #009933;
}
#footer_box {
	padding: 20px 0px 0px 0px;
	text-align: right;
}
#copyright {
	font-size: 9px;
	margin: 4px 0px 0px 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}
#copyright a:hover {
	color: #333;
	text-decoration: underline;
}
#copyright a {
	color: #333;
	text-decoration: none;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
