/*This is the main CSS Document for the site*/

/* General */

.boldstyle {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.boldonly {
	font-weight: bold;
}

.italicize {
	font-style: italic;
}

.construction {
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000
}
a:hover {
	text-decoration: none;
	color: #000000
}
a:active {
	text-decoration: none;
	color: #000000
}

/* Header */

#Container {
	width: 107px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 3;

}

#hand {
	position: absolute;
	top: 7px;
	left: 550px;
	z-index: 1;

}

#header_bar {
	position: absolute;
	top: 120px;
	left: -4px;
}

#motto {
	position: absolute;
	top: 26px;
	left: 155px;
}

#awmAnchor-top_nav {
	position: absolute;
	left: 10px;
	top: 82px;
	width: 382px;
	height: 45px;

}

/* Center Column */

#center_content {
	position: absolute;
	top: 198px;
	left: 73px;
	width: 489px;
	height: 162px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	z-index: 2;
}
#h1_center_content {
	position: absolute;
	top: -1px;
	left: -1px;
}
#h2_center_content {
position: absolute;
	top: 231px;
	left: -1px;
}

/* Right Column */

#right_content {
	position: absolute;
	width: 210px;
	left: 561px;
	top: 200px;
	text-align: justify;
	font: 11px Tahoma;
	background-repeat: repeat-y;
	height: 700px;
	background-image: url(bkgrnd_left%20content.jpg);
	z-index: 4;
}

#right_body1 {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 47px;
	z-index: 1;
}
#right_body2 {
	position:absolute;
	width: 180px;
	left: 10px;
	top: 260px;
	z-index: 2;
}

#h1_right {
	height: 24px;
	left: -2px;
	position: absolute;
	top: -8px;
	z-index: 1;
}

#h2_right {

	height: 24px;
	left: 0px;
	position: absolute;
	top: 200px;
	z-index: 2;
}
#h3_right {
	height: 24px;
	left: 227px;
	position: absolute;
	top: 495px;
	z-index: 1;
}
/* Left Column */

#left_content {
	text-align: justify;
	position: absolute;
	width: 210px;
	left: 10px;
	top: 200px;
	font: 11px Tahoma;
	background-image: url(bkgrnd_left%20content.jpg);
	background-repeat: repeat-y;
	height: 700px;
	z-index: 4;
}

#h1_left {
	height: 24px;
	left: -16px;
	position: absolute;
	top: -8px;
	z-index: 1;

}

#h2_left {
	height: 24px;
	left: -17px;
	position: absolute;
	top: 210px;
	z-index: 2;
}

#left_body1 {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 47px;
	z-index: 1;

}
#left_body2 {
	position:absolute;
	width: 180px;
	left: 10px;
	top: 265px;
	z-index: 2;
}