@charset "UTF-8";
body  {
	background-color: #790710;
	background-repeat: no-repeat;
	background-position: center top;
	background:url("/Images/Purple-bg.jpg") repeat scroll 0 0 #909090;
}
holder {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000;
	padding: 4px;
}
.h2_heading {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}
.p_detail {
	margin-top: 0px;
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url("/images/paper-texture2.jpg") repeat scroll 0 0 #F2F2E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	border:12px solid #B3B79C;
} 
.big_red {
	font-size: 18pt;
	color: #990000;
}
.red_italic {
	font-style: italic;
	color: #990000;
}
.red_bg {
	background:#990000 none repeat scroll 0 0;
	color:#FFFFFF;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.twoColFixRtHdr #header {
	background-color: #000000;
	background-image: url(/images/top_image2.jpg);
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 0;
	padding-bottom: 0;
	width: 780px;
} 
.twoColFixRtHdr #header-arts-of-japan {
	background-color: #000000;
	background-image: url(/images/arts-of-japan-top-banner.jpg);
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 0;
	padding-bottom: 0;
	width: 780px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	font-size: 9pt;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 4px;
	background-color: #F4F4F4;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	font-size: 9pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663466;
}
.twoColFixRtHdr #mainContent a:link {/*property:values here*/
	text-decoration: underline;
	color: #E7690F;
}
.twoColFixRtHdr #mainContent a:visited { /*property:values here*/
	text-decoration: underline;
	color: #E7690F;
}
.twoColFixRtHdr #mainContent a:hover, #nav a:active, #nav a:focus {/*property values here*/
	text-decoration: underline;
	color: #000;
}

.twoColFixRtHdr #mainContent_full {
	 /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px;
	font-size: 10pt;
	border-right-color: #663466;
	line-height: 16pt;
}
.twoColFixRtHdr #mainContent_full a:link {/*property:values here*/
	text-decoration: underline;
	color: #BC220A;
}
.twoColFixRtHdr #mainContent_full a:visited { /*property:values here*/
	text-decoration: underline;
	color: #BC220A;
}
.twoColFixRtHdr #mainContent_full a:hover, #nav a:active, #nav a:focus {/*property values here*/
	text-decoration: underline;
	color: #000;
}
  
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
	color: #CCC;

}


.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	color: #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333;
	padding-left: 25px;
	height: 30px;
	overflow: hidden;
}

#menu table td {
	cursor:pointer;
}

#header a:link {/*property:values here*/
	text-decoration: none;
	color: #999999;
	font-size: 8pt;
	line-height: 18pt;
}
#header a:visited { /*property:values here*/
	color: #999999;
	text-decoration: none;
	font-size: 8pt;
	line-height: 18pt;
	 }
#header a:hover, #nav a:active, #nav a:focus {/*property values here*/
	color: #E7690F;
	text-decoration: none;
	font-size: 8pt;
	line-height: 18pt;
}
#menu a:link {/*property:values here*/
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:visited { /*property:values here*/
	color: #FFFFFF;
	text-decoration: none;
	 }
#menu a:hover, #nav a:active, #nav a:focus {/*property values here*/
	color: #333333;
	text-decoration: none;
}
#sidebar1 a:link {/*property:values here*/
	text-decoration: none;
	color: #333333;
	font-size: 9pt;
}
#sidebar1 a:visited { /*property:values here*/
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
	 }
#sidebar1 a:hover, #nav a:active, #nav a:focus {/*property values here*/
	color: #3399CC;
	text-decoration: none;
	font-size: 9pt;
}
#footer a:link {/*property:values here*/
	text-decoration: none;
	color: #CCC;
}
#footer a:visited { /*property:values here*/
	color: #CCC;
	text-decoration: none;
	 }
#footer a:hover, #nav a:active, #nav a:focus {/*property values here*/
	color: #CCC;
	text-decoration: underline;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #480b56;
	line-height: 16pt;
}
.style1 {
	font-size: 6pt
}
#softblue_bg {
	background-color: #9DD5F0;
	padding: 6px;
}
.soft_blue_bg {
	background-color: #F4F4F4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #480b56;
}
.aapo {
	height: 45px;
	width: 170px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 9pt;
}
.orange {
	color: #E7690F;
	font-weight: bold;
	font-size: 9pt;
}
.smokey_blue {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	background-color: #666666;
}
#mainContent p {
	font-size: 10pt;
	line-height: 16pt;
}
#mainContent li {
	list-style-image: url(../images/bullet_orange.gif);
	list-style-type: circle;
	font-size: 10pt;
	margin-top: 0px;
	line-height: 16pt;
}
#hilite_whiteonorange {
	background-color: #FF6600;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 14pt;
}
.white_on_grey {
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 14pt;
	background-color: #999999;
	padding: 6px;
}
.sm_address {
	font-size: 7pt;
	line-height: 7pt;
	color: #999999;
}
.light_grey_bg {
	background-color: #CCCCCC;
}
.numbered_list {
	list-style-type: upper-roman;
}
.address_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18px;
	font-weight: bold;
	color: #E7690F;
}
.smallish_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.white_border {
	background: none repeat scroll 0 0 #333;
	border: 1px solid #AAA;
	padding:6px;

}

