/* ---------- Arthur Orr CSS --------*/
/* ----------------------------------*/
/*
10.27.05 - CSS started
*/
/* ----------------------------------*/

body {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: center;
	background: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

table, tr, td {
	margin: 0;
	padding: 0;
}

/*---- Background positioning ----*/

#bkgd {
	position: relative;
	background-image:  url("images/bkgd_01.gif");
	background-repeat: repeat-x;
	text-align: center;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#bkgd2 {
	position: relative;
	background-image:  url("images/page_bkgd_01.gif");
	background-repeat: repeat-x;
	text-align: center;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	background-image:  url("images/bkgd_22.gif");
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	margin: 0 auto;
	width: 788px;
	text-align: left;
	padding: 0;
	min-height: 100%;
}

/*---- Date styles ----*/

.date {
	font-size: 11px;
	color: #666666;
	margin: 55px 10px 15px 10px;
}

.dateimage {
	background-image:  url("images/AO_04.jpg");
	background-repeat: no-repeat;	
}

.dateimage2 {
	background-image:  url("images/page_nav_04.jpg");
	background-repeat: no-repeat;	
}

/*---- Image styles ----*/

.imageborder {
	background-color: #FFFFFF;
	margin: 10px 5px 10px 5px;
	padding: 1px;
	border: 1px solid #000066;
}

.imagedivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px 5px 20px 0px;
}

/*---- Main Content styles ----*/

.middledivider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin: 10px 0px 10px 0px;
}

.content {
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	margin: 10px 10px 15px 10px;
}

.content a:link {
	text-decoration: underline;
	color: #333333;
}

.content a:visited {
	text-decoration: underline;
	color: #333333;
}

.content a:hover {
	text-decoration: underline;
	color: #333333;
	background-color: #EEEEEE;
}

.content a:active {
	text-decoration: underline;
	color: #333333;
}

.contenthead {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #CC0000;
	margin: 10px 10px 15px 10px;
}

.pullquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	margin: 10px 20px 15px 20px;
	line-height: 21px;
}

.pullquote a {
	text-decoration: underline;
	color: #666666;
}

/*---- Footer styles ----*/

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 16px;	
}
.foot a:link {
	text-decoration: underline;
	color: #666666;
}
.foot a:visited {
	text-decoration: underline;
	color: #666666;
}
.foot a:hover {
	text-decoration: underline;
	color: #333333;
	background-color: #EEEEEE;
}
.foot a:active {
	text-decoration: none;
	color: #666666;
}
.topline {
	margin-right: 35px;
	margin-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
