@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;  					 /*  Dark grey font */
	font-size: 14px;
	min-width: 400;
	max-width: 990px;
	background-color: #808080;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 500px;
	margin-left: auto;
	padding: 0px;
}
	
#Header  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #0000B0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.Header_ExRay {
	color: #FFA000;
	font-style: italic;
	font-size: 55px;
	font-weight: bolder;
	line-height: 70px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	padding-left: 25px;
}
	
.Header_Seeing {
	color: #FFFF00;	
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	padding-left: 40px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
}
#container  {
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	background-color: #FFFFFF;			/* White */
	line-height: 120%;
	padding: 0px;
	margin: 0px;
	;}
#MenuBox  {
	width: auto;
	float: none;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #D0D0D0;
}
	
.MenuText {
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	text-decoration: none;
	line-height: 130%;
	padding-right: 12px;
	padding-left: 12px;
}
	
.MenuTextActive {
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	margin-bottom: -2px;
	text-decoration: none;
	line-height: 180%;
	background-color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#ArtContent  {
	background-color: #FFFFFF;		/* White */
	width: auto;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
	
#footer  {
	font-size: 70%;
	color: #666666;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	border: 0px none #CCCCCC;
	margin: 0px;
	padding: 15px;
	line-height: normal;
	clear: left;
}
	
.MyHeader {
	color: #00038A;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	font-variant: normal;
}
	
.MyHeader2 {
	color: #006000;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;}
	
.BlueText {color: blue;}
.RedText {color: red;}
.GreenText {color: #006000;}

.Address1 {
	padding-left: 180px;
	margin-top: -1.3em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	padding: 0px;}
.p1 {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
ol {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 60px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 60px;
}
li{
	line-height: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: decimal;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #34348D;
}
a:visited {text-decoration: none;}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active{
	text-decoration: underline overline;
	color: #006000;
}

.ArtBoxLeft{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	clear: left;
	padding-left: 10px;
}
.ImageBoxLeft{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	padding-left: 0px;
}

.ImageBoxRight{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
	clear: left;
	border: thin solid #339900;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

