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

/* BEGIN BIG BOX FOR THE MAIN CONTENT */
 .box1wrapper {
	width:44em;
	background-color: #fff;
	background-image: url(../images/borders/grey/leftside.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 0em;
 }
.box1top {
	width:100%;
	height:12px;
	background-image: url(../images/borders/grey/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
 }
.box1top  span {
	display:block;
	position:relative;
	height:12px;
	background-image: url(../images/borders/grey/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
 }
.box1content {
	position:relative;
	background-image: url(../images/borders/grey/rightside.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-bottom: 0px;
 }
.box1bottom {
	height:12px;
	background-image: url(../images/borders/grey/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
.box1bottom  span {
	display:block;
	position:relative;
	height:12px;
	background-image: url(../images/borders/grey/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
 }
.box1content p {
	font-size: 0.75em;
	line-height: 1.375em;
	color: #666666;
	margin-bottom: 0.75em;
}
.box1content h1 {
	font-size: 1.375em;
	font-weight: bold;
	color: #000080;
	text-align: center;
	line-height: 1.125em;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
}
.box1content h2 {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #000080;
	margin-bottom: 0.5em;
}
.box1content a:link, .box1content a:visited {
	color: #666666;
	text-decoration: underline;
}

.box1content a:hover, .box1content a:active {
	color: #FF9900;
	text-decoration: underline;
}
/* END BIG BOX FOR THE MAIN CONTENT */


/* BEGIN ORANGE BOX FOR THE MAIN CONTENT */
 .box4wrapper {
	width:44em;
	background-color: #ff9900;
	background-image: url(../images/borders/orange/leftright.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 1em;
 }
.box4top {
	width:100%;
	height:12px;
	background-image: url(../images/borders/orange/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
 }
.box4top  span {
	display:block;
	position:relative;
	height:12px;
	background-image: url(../images/borders/orange/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
 }
.box4content {
	position:relative;
	background-image: url(../images/borders/orange/leftright.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-bottom: 0px;
 }
.box4bottom {
	height:12px;
	background-image: url(../images/borders/orange/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
.box4bottom  span {
	display:block;
	position:relative;
	height:12px;
	background-image: url(../images/borders/orange/bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
 }
.box4content p {
	font-size: 0.75em;
	line-height: 1.375em;
	color: #000000;
	margin-bottom: 0.75em;
}
.box4content h1 {
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.125em;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
}
.box4content h2 {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0.5em;
}
.box4content a:link, .box4content a:visited {
	color: #000000;
	text-decoration: underline;
}

.box4content a:hover, .box4content a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* END ORANGE BOX FOR THE MAIN CONTENT */
