/* CSS Document */
@media print{

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar {
	visibility: hidden;	
}
#PaulLogo {
	position: relative;
	width: auto;
	top: 0px;
	margin: -300px 5px 0px 300px;
}

#MainPict{
	position: relative;
	width: auto;
	top: 0px;
	margin: 0px 5px 0px 200px;
}
#SmallMainPics{
	position: relative;
	width: auto;
	top: 0px;
	margin: 50px 5px 0px 350px;
}
#SubPicture{
	position: relative;
	width: auto;
	top: 0px;
	margin: -100px 5px 0px 450px;
}

#HomepageContent {
	width: auto;
	padding: 50px 3px 0px 0px;
}

}
@media screen, projection {
/* exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
a.menufont:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a.menufont:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a.menufont:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a.menufont:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 30px;
	color: #FFCA36;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:link {
	font-style: italic;
	color: #F9C535;
	text-decoration: underline;
}
a:active {
	font-style: italic;
	text-decoration: underline;
	color: #FFCA36;
}
a:visited {
	font-style: italic;
	text-decoration: underline;
	color: #F9C535;
}
a:hover {
	font-style: italic;
	text-decoration: underline;
	color: #F9C535;
}
body {
	background-color: #000000;
	text-align: left;
	min-width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#HomepageLogo {
	width:293px;
	height:73px;
	z-index:2;
	clear: left;
}
#Logo {
	width:293px;
	height:135px;
	z-index:2;
	clear: left;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	color: #FFCA36;
}
#SubPicture {
	width:250px;
	height:99px;
	top: 0px;
	position: absolute;
	left: 510px;
	z-index: 0;
}
#main {
	clear: both;
	width: 100%;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content {
	width: 67%;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px 2px 5px 2px;
	z-index: 1;
}
#PaulLogo {
	width:291px;
	height:121px;
	z-index: 0;
	margin: -270px 0px 0px 465px;
}
#wrapper {
	border: 1px solid #000000;
	width: 760px;
	left: 50%;
	position: absolute;
	margin-left: -380px;
	background-color: #333333;
	top: 5px;
	background-image: url(/images/common/arc_subpage.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#HomepageContent {
	width: 452px;
	float: right;
	padding: 20px 3px 0px 0px;
	z-index: 1;
}

#Homepagemain {
	clear: both;
	z-index: 100;
	margin: 4px 0px 0px 0px;
}
#SmallMainPics {
	width: 291px;
	float: right;
	padding: 5px 3px 0px 0px;
	z-index: 1;
}
#MainPict {
	margin: -73px 0px 0px 305px;
}

.sidebar {
	padding-left: 12px;
	margin: 0px 0px 0px 0px;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

.FloatRight {
  clear: right;
  height: 1px;
}
.Floatleft{
  clear: left;
  height: 1px;
}
#credit {
	margin: 0;
	padding-top: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
}
} /* end media rules */

