*{
	margin: 0;
	padding: 0;
}

p{
	font-size: 1em;
	color: #797878;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}

a{
	color: #000;
}

a:hover{
	text-decoration: none;
	color: #ccc;
}

#content{
	width: 752px;
	border: 1px solid #000;
	margin: 20px auto;
	background: #fff;
	font-size: 0.7em;
}

h1{
	background: #fff url(/assets/Image/logo.gif) no-repeat;
	height: 100px;
	margin: 15px 10px 10px 15px;
}

h1 span{
	display: none;
}

#header{
	
	border: solid #000;
	border-width: 7px 0px 7px 0px;
}

#header li{
	list-style-type: none;
	margin: 2px;
	text-indent: 2px;
	width: 120px;
}

#header ul{
	width: 150px;
	padding: 5px;
	list-style-type: none;
	margin-top: 2px 0px 2px 10px;
	font-size: 1.1em;
}

#header a{
	display: block;
	width: 120px;
	height: 17px;
	border: 1px solid #000;
	text-decoration: none;
	background: #fff;
}

#header a:hover{
	display: block;
	width: 120px;
	height: 17px;
	border: 1px solid #000;
	color: #000;
}

#header #button2 a:hover
	{
	background: #CCEDDC;
}

#header #button3 a:hover
	{
	background: #ECCECF;
}

#header #button4 a:hover
	{
	background: #FCE0D3;
}

#header #button5 a:hover
	{
	background: #E0D5E9;
}

#header #button6 a:hover
	{
	background: #FFF5CC;
}

#header #button7 a:hover
	{
	background: #CCE3F2;
}

#header #button8 a:hover, #header #button1 a:hover
	{
	background: #E4E4E4;
}

h2{
	font: bold 4em "French Script MT";
	margin: 10px 15px 10px 20px;
	clear: both;
	color: #000;
	text-align: center;
}

h3{
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 30px 20px 0px 20px;
	padding-top: 10px;
	border-top: 1px dashed #000;
}

h4{
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 10px 20px 0px 20px;
}

.clear{
	clear: both;
}

#footer{
	background-color: #E4E4E4;
	padding: 5px 0px;
	border-top: 7px solid #000;
}

#footerleft{
	float: left;
}

#footerright{
	float: right;
	width: 400px;
	padding-top: 55px;
}

#footerright p{
	text-align: right;
}

#abacus{
	margin: 0px auto;
	width: 750px;
}

#abacus p{
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-size: 0.6em;
}

#abacus a{
	text-decoration: none;
	color: #000;
}

#abacus a:hover{
	text-decoration: underline;
	color: #000;
}

form {
	width: 90%;
	margin: 10px auto;
	padding: 15px;
}

label {
	float: left;
	margin: 5px 5px;
	width: 170px;
	font-size: 1em;
	text-align: right;
}

input, textarea, select {
	border: 1px solid #ccc;
	margin: 5px 5px;
	width: 250px;
	padding: 2px;
}

textarea {
	height: 50px;
}

input.checkbox {
	margin: 15px 5px;
	width: auto;
}

input.button, button {
	background: #d1d1d1;
	font-size: 0.8em;
	padding: 2px;
	width: auto;
}
#content li{
	list-style-type: disc;
	margin: 2px;
	text-indent: 2px;
	font-size: 1em;
	color: #797878;
	font-weight: bold;
}

#content ul{
	padding: 5px;
	list-style-type: none;
	margin: 0px 0px 0px 80px;
}

#content ul.proofbookbullets{
	margin: 40px 20px 40px 80px;
	padding: 0 0 0 30px;
	list-style-image: url(/assets/Image/bullet-2.gif);
}

.center{
	margin-auto;
	text-align: center;
}

table{
	margin: auto;
}

td{
	padding: 5px;
	text-align: center;
}

td b{
	font-size:1.2em
}

a.proofbookbutton {
	display: block;
	color: #000;
	margin: auto;
	text-align: center;
	background: #cceddc;
	padding: 6px;
	width: 60%;
	font-size: 0.8em;
	border: 1px dashed #000;
	text-decoration: none;
}

a.proofbookbutton:hover {
	background: #e4e4e4;
}


