html, body {
padding:0;
border:0;
width:1020px;
margin:0 auto;
background:#ffffff;
min-width:600px;
height: 100%;
font : 15px  Arial, Helvetica, Tahoma;
}
#wrapper{
width:1020px;
margin-left: auto;
margin-right: auto;
background-color:#ffffe3;
min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden !important;
border:1px solid #d7d7d7;
}

html, body {
padding:0;
border:0;
width:1600px;
margin:0 auto;
background:#ffffff;
min-width:600px;
height: 100%;
font : 30px  Arial, Helvetica, Tahoma;
}
#wrapper{
width:1600px;
margin-left: auto;
margin-right: auto;
background-color:#ffffe3;
min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden !important;
border:1px solid #d7d7d7;
}
/* Header styles */
#header {
clear:both;
float:left;
width:1600px;
background:#ffffe3;
}
a{
font : 30px  Arial, Helvetica, Tahoma;
text-decoration : underline;
text-align : left;
color : #444444;
}
a:link {
color : #444444;
}
a:active {
color : #444444;
}
a:visited {
color : #444444;
}
a:hover {
color : #444444;
}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
background:#ffffe3;

	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* Full page settings */
	.fullpage {
		background:#ffffe3;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
background:#ffffe3;
}
.title {
font : 32px  Arial, Helvetica, Tahoma;
text-align : center;
font-weight: bold;
font-style: italic;
color :#444444;
}
.text {
font : 30px  Arial, Helvetica, Tahoma;
text-align : center;
font-weight: normal;
color :#444444;
}
.textk {
font : 20px  Arial, Helvetica, Tahoma;
text-align : center;
font-weight: normal;
color :#444444;
}

.loginbutton {
border : 1px solid #cc0000;
color : #4d4d4d;
font-family : Verdana, Arial, Helvetica, Tahoma;
font-size : 12px;
width : 80px;
}
.form80 {
background : #ffffff;
border : 1px solid #cc0000;
color : #000000;
font-family : Verdana, Arial, Helvetica, Tahoma;
font-size : 12px;
width : 80px;
}
img.floatleft {
float : left;
margin : 4px;
}
img.floatright {
float : right;
margin : 4px;
}
img.floatcenter {
margin : 4px;
}
#chapterbox {
margin : 1px;
background :#ffffe3;
width : 1500px;
}
table.chapterbox {
background :#ffffe3;
width : 1500px;
}
td.chapterbox1 {
background : #ffffe3;
width : 1500px;
}
table.standard {
border : 0 solid #ffffff;
padding : 0;
background-color : #ffffe3;
width:1500px;
}
.small1 {
font : 11px  Arial, Helvetica, Tahoma;
text-align : left;
font-weight: normal;
color :#000000;
}
	</style>
