/* @group backgrounds */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.homepage {
	background: black url(images/TAP%20background%20100.jpg) no-repeat center 25px;
}

.otherpage {
	background: black url(images/TAP%20background%2050.jpg) no-repeat center 25px;
}

.memberpage {
	background: black url(images/TAP%20members%20background.jpg) no-repeat center 25px;
}

#homespacer {
	height: 575px;
	margin-top: 25px;
}

#spacer {
	height: 175px;
}



/* @end */

/* @group sidebar */

div#sidebar {
	position: relative;
	top: 0px;
	float: left;
	text-align: left;
	padding-left: 5px;
	width: 160px;
	font: 24px "Times New Roman", Times, serif;
}

div#sidebar p a {
	text-decoration: none;
}

div#sidebar p a:link, div#sidebar p a:visited {
	color: white;
}

div#sidebar p a:hover {
	color: gray;
}

div#sidebar p.current a:link, div#sidebar p.current a:visited {
	color: gray;
}



/* @end */

.copyrightstatement {
	color: white;
	font: 12px "Times New Roman", Times, serif;
	text-align: center;
	bottom: 0;
	width: 430px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	margin-left: 200px;
	margin-top: 15px;
	border-bottom: 1px solid #3f3f3f !important;
	border-top: 1px solid #3f3f3f !important;
	border: none;
}

/* @group text box */

.contenttexttop {
	width: 430px;
	height: 30px;
	display: block;
	margin-left: 200px;
	margin-top: 65px;
	background: url(images/roundcornerstop.png) no-repeat !important;
	background-image: none;
}

.contenttext {
	color: white;
	font: 14px/150% "Times New Roman", Times, serif;
	width: 400px;
	display: block;
	margin-left: 200px;
	text-align: left;
	background: url(images/translucentbackground.png) repeat !important;
	background-image: none;
	border: none !important;
	border: 4px ridge white;
	padding: 15px;
}

.contenttextbottom {

	width: 430px;
	display: block;
	margin-left: 200px;
	height: 30px;
	background: url(images/roundcornersbottom.png) no-repeat !important;
	background-image: none;
}



/* @end */

/* @group text styles */

h1 {
	color: white;
	text-align: center;
	display: block;
	width: 400px;
	margin-left: 200px;
	font: 36px "Times New Roman", Times, serif;
	margin-top: 35px;
}

h2 {
	color: white;
	font: 24px "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
}

.contentparagraphs {
	padding-bottom: 15px;
	text-indent: 20px;
}

.contentaddress {
	padding-bottom: 15px;
	text-indent: 0px;
}

.doctrinelist {
	list-style-type: disc;
	padding-bottom: 5px;
	text-indent: 0;
}

i {
	color: white;
	font: italic 16px/150% "Times New Roman", Times, serif;
}

.contentlink {
	color: white;
	font: 18px/150% "Times New Roman", Times, serif;
	text-decoration: underline;
}

div.contenttext a:hover {
	color: #bfbfbf;
}

/* @end */

/* @group member page */

.memberpicture {
	width: 510px;
	height: 330px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: 160px;
}

.memberboxes {
	position: relative;
	left: 50px;
}

/* @end */