* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: center;
	background-color: #adadad;
}
#document {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
}
#bottomBackground {
	background-image: url(../images/background-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
}
#topBackground {
	background-image: url(../images/border-top.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
	height: 37px;
	width: 760px;
}
.invisible {
	display: none;
}
#leftColumn {
	width: 260px;
	position: relative;
	left: 15px;
	top: -50px;
	float: left;
}
#menu {
	list-style-type: none;
	margin-top: 30px;
}
#menu li {
	margin-top: 3px;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #0d0d72;
	text-decoration: none;
	background-image: url(../images/menu/menu-off.gif);
	height: 20px;
	width: 224px;
	display: block;
}
.cleaner {
	clear: left;
	visibility: hidden;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
#menu a span {
	padding-top: 3px;
	padding-left: 25px;
	display: block;
}
#rightColumn {
	width: 480px;
	float: left;
}
h2 {
	font-size: 1.15em;
	font-weight: bolder;
	color: #4fa601;
	margin-bottom: 15px;
}
.leftBorder {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
p {
	font-size: 0.7em;
	color: #333333;
	margin-bottom: 15px;
}
#footer {
	font-size: 0.65em;
}
#footer a {
	color: #0d0d72;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#menu a:hover {
	background-image: url(../images/menu/menu-on.gif);
}
#form {
	background-image: url(../images/form.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	width: 226px;
	margin-top: 30px;
}
label {
	font-size: 0.65em;
	font-weight: bold;
	color: #0d0d72;
	display: block;
	margin-top: 5px;
}
.button {
	color: #333333;
	border: 1px solid #999999;
	font-size: 0.55em;
	background-color: #CCCCCC;
	font-weight: bold;
}
em {
	font-style: normal;
	color: #4Fa601;
}
#rightColumnCoat {
	margin-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#rightColumn ul {
	font-size: 0.7em;
	color: #333333;
	margin-bottom: 15px;
	padding-left: 16px;
}
#rightColumn a {
	font-weight: bold;
	color: #4Fa601;
	text-decoration: underline;
	font-size: 0.9em;
}
h3 {
	background-color: #4fa601;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 15px;
	color: #FFFFFF;
	font-weight: normal;
	margin-right: 30px;
}
ol {
	font-size: 0.7em;
	color: #333333;
	padding-left: 20px;
	padding-right: 30px;
}
ol li {
	padding-bottom: 5px;
}
ol li ul li {
	font-size: 1.4em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
ol li ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
ol li ol li {

	font-size: 1.4em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
