@import url('common.css');
body {
	margin: 0px auto 0px auto;
	color: ffffFF;
	background-color: 000000;
	text-align: center;
}
a:link {
	color: #C0C0C0;
}
#container {
	border-style: none;
	border-width: thin;
	padding: 10px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.centered700 {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.smallish {
	font-size: 1.125em;
}
.border_none_pad_5 {
	border-width: 0;
	margin: 5px;
}
#circle {
	background-position: center;
	clear: both;
	text-align: center;
	background-repeat: no-repeat;
}
.textblack {
	color: #000000;
	font-weight: bold;
	text-align: justify;
}
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */;
	clear: both;
	float: left;
	width: 100%; /* width of whole page */;
	overflow: hidden;
	background-color: #000000;
}
.threecol .colmid {
	right: 25%; /* width of the right column */;
}
	.colmid {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.threecol .colleft {
	right: 50%; /* width of the middle column */;
}
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.threecol .col1 {
	padding: 1%;
	width: 48%; /* width of center column content (column width minus padding on either side) */;
	left: 102%;
}
.col1 {
	float: left;
	position: relative; /* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */;
	overflow: hidden;
}
.threecol .col2 {
	padding: 1%;
	width: 24%; /* Width of left column content (column width minus padding on either side) */;
	left: 25%; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */;
}
.col2 {
	float: left;
	position: relative; /* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */;
	overflow: hidden;
}
.threecol .col3 {
	padding: 1%;
	width: 22%; /* Width of right column content (column width minus padding on either side) */;
	left: 76%; /* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */;
}
.col3 {
	float: left;
	position: relative; /* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */;
	overflow: hidden;
}
#heading_bnr {
	float: left;
}
#heading_title {
	float: right;
}
#content {
	clear: both;
}
#search {
	padding: 5px;
	clear: both;
}
.maintext {
	text-align: justify;
	color: #000000;
}

