body {
	margin: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

.head {
	color: #f1dcb1;
	margin-top: 12px;
	margin-left: -10px;
	}
	.head a{
		color: #f1dcb1;
		text-decoration: none;
		font-weight: bold;
		}
	.head a:hover{
		color: #f1dcb1;
		text-decoration: underline;
		font-weight: bold;
		}
		
.leftSide {
	background-image: url(images/left-side.jpg);
	background-repeat: repeat-y;
}

.rightSide {
	background-image: url(images/right-side.jpg);
	background-repeat: repeat-y;
}
		
.content {
	padding: 5px;
	background-color: #837050;
	color: #f1dcb1;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.content a{
		font-size: 15px;
		color: #f1dcb1;
		text-decoration: underline;
		}
		
.foot {
	color: #FFFFFF;
	}
	.foot a{
		font-size: 13px;
		color: #FFFFFF;
		text-decoration: underline;
		}
	.foot a:hover{
		text-decoration: underline;
		}

h1{
	font-size: 20px;
	color:#FFFFFF;
}

h2{
	font-size: 16px;
	/*color:#5f5842;*/
}

hr{
	border-top: 1px solid #000;/*the border*/
	height: 4px;/*whatever the total width of the border-top and border-bottom equal*/
}

.underline {
	text-decoration: underline;
}
		
.image_border{
	border: solid #f1dcb1 3px;
	margin: 10px;
}

.bold_text {
	font-weight: bold;
}

.italicized {
	font-style: italic;
}

.greenText {
	color: #00FF00;
}

.redText {
	color: #FF9900;
}

.blue_text {
	color: #0000FF;
}

.BOLD_blue_text {
	color: #0000FF;
	font-weight:bold;
}

.bold-italic {
	font-style: italic;
	font-weight: bold;
}
