body {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background-image: url(/images/paper2.jpg);
	background-repeat: repeat;
}

a, a:link, a:visited, a:active {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button a{
	color: #fff;
	text-align: center;
	background-color: #425899;
	padding: 4px;
	font-size: 16px;
	text-transform: uppercase;
}

.button a: hover {
	background-color: #0000ff;
}
p {
font-family: "Comic Sans MS", Times, serif;
font-size: 14px;
line-height: 2.15;
color:#425899;
margin: 0 ;
}
label {
display: block;
float: left;
text-align: right;
padding: 0 4px 0 0;
height: 2em;
width: 120px;
font-family: "Comic Sans MS", Times, serif;
font-size: 14px;
color:#425899;
margin: 0;
}

ul {
padding: 0 0 10px 0;
margin: 0;
list-style-type: none;
}

li a {

font-family: "Comic Sans MS", Times, serif;
font-size: 14px;
color:#425899;
margin: 0 ;
}

table {
	background-color: #fff;
}
tr {
font-family: "Comic Sans MS", Times, serif;
font-size: 13px;
color:#425899;
margin: 0 ;
}
td {
font-family: "Comic Sans MS", Times, serif;
font-size: 13px;
color:#425899;
margin: 0 ;
}
fieldset {
	background-color: #fff;
}
h1 {
font-family: "Comic Sans MS", Times, serif;
font-size: 22px;
line-height: 1.3;
color:#425899;
margin: 0 0 5px 0;
}
h2 {
font-family: "Comic Sans MS", Times, serif;
font-size: 18px;
color:#425899;
margin: 0 0 5px 0;
font-weight: bold;
}
img {
border: 0;
}
#container {
width: 770px;
text-align: left;
}
#header {
font-size: 20px;
height: 80px; width: 100%;
margin-left: 200px;
}

#topborder {
height: 65px; width: 100%;
background-image: url(/images/book-top.jpg);
margin: 0; padding: 0;
}

#main {
background-image: url(/images/book.jpg);
background-repeat: repeat-y;

}

#left {
float: left; width: 160px;
text-align: center;
}

#content {
display: inline;
margin: 6px 25px 0 0;
float: right; width: 475px; height: 460px;
}
#botborder {
height: 65px; width: 100%;
background-image: url(/images/book-bot.jpg);
margin: 0; padding: 0;
 }
 
#footer {
height: 50px; width: 100%;
text-align: center;
	background-image: url(/images/paper2.jpg);
	background-repeat: repeat;
 }

.attention {
	line-height: 1.5;
	color: #b00;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */