#nav a, #nav :visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000;
	text-decoration:none;
	/*font-variant: small-caps;*/
	padding: 3px 10px 3px 10px;
}
#nav :hover{
	color:#F30000;
}

#mainbody_content {
	background-image: url(images/mainbody/mainbody_main.jpg);
	background-repeat: no-repeat;
}
#content, #content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	padding-right: 10px;
	text-align:justify;
	text-decoration: none;
}
#menu dl { margin: 10px auto; padding: 0px 5px 0px 10px;}
#menu dt {
	margin:0;
	padding: 0px 0 2px;
	font-size: 12px;
	font-weight:bold;
	color: #F30000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu dd {
	margin:0; 
	padding:0; 
	font-size: 10px; 
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu a, #menu :visited {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	width:120px;
	color:#000;
	text-decoration:none;
	/*font-variant: small-caps;*/
	padding: 2px 0px 2px 0px;
}

/* style the links hover */
#menu :hover{
	color:#F30000;
}
#mainbody a, #mainbody :visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-align:left;
	color:#000;
	text-decoration:none;
	/*font-variant: small-caps;*/
	padding: 0px;
	margin: 0px;
}


.fineprint {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	padding: 5px 0 0 0;
}
#footer {
	padding: 5px 0 0 0;
}
#header a, #header :visited {
	text-decoration:none;
}	
#footer a, #footer :visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#000;
	text-decoration:none;
	/*font-variant: small-caps;*/
	padding: 0px 10px 0 10px;
}
#address {
	font-size:12px;
	font-weight:bold;
}
#indexcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
	text-decoration:none;
}
#content h3 {
	margin:0;
	padding: 0 0 5px;
	font-size: 16px;
	font-weight:bold;
	color: #F30000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}	
#image_right{
	float: right;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	border: thin solid #000000;
}
#image_right span {
	text-align: center;
	font-size: 10px;
	text-indent: 0;
	padding: 0px;
	margin: 0px 0px 0px;
}
#image_left {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	border: thin solid #000000;
}
#image_left span {
	text-align: center;
	font-size: 10px;
	text-indent: 0;
	padding: 0px;
	margin: 0px 0px 0px;
}
#image_center {
	float:none
	margin: 0px 5px 0px 5px;
	padding: 0px;
	border: thin solid #000000;
}
#image_center span {
	text-align: center;
	font-size: 10px;
	text-indent: 0;
	padding: 0px;
	margin: 0px 0px 0px;
}
#image{
	margin: 0px 5px 0px 5px;
	border: thin solid #000000;
}
#image span {
	text-align: center;
	font-size: 10px;
	text-indent: 0;
	padding: 0px;
	margin: 0px 0px 0px;
}
.example1 a, .example2 a, .example3 a, .example4 a, .example5 a, .example6 a, .example7 a, .example8 a, .example9 a, .example10 a, .example11 a, .example12 a, .example13 a, .example14 a, .example15 a {position:relative;}/* set stacking context -*/
/* Note that opera has a nasty bug and requires the anchor to be display block and could make things awkward hence the opera hack below*/
/* opera also required that the span be hidden with display:none and not visibility hidden otherwise the active area of the link is too big*/
@media all and (min-width: 0px) {}
.example1 a, .example2 a, .example3 a, .example4 a, .example5 a, .example6 a, .example7 a, .example8 a, .example9 a, .example10 a, .example11 a, .example12 a, .example13 a, .example14 a, .example15 a  {
	display:block;
  }
.example1 a span, .example2 a span, .example3 a span, .example4 a span, .example5 a span, .example6 a span, .example7 a span, .example8 a span, .example9 a span, .example10 a span, .example11 a span, .example12 a span, .example13 a span, .example14 a span, .example15 a span {display:none;}
.example1 a:hover span, .example2 a:hover span, .example3 a:hover span, .example4 a:hover span, .example5 a:hover span, .example6 a:hover span, .example7 a:hover span, .example8 a:hover span, .example9 a:hover span, .example10 a:hover span, .example11 a:hover span, .example12 a:hover span, .example13 a:hover span, .example14 a:hover span, .example15 a:hover span {display:block;}

.example1 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:0px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example2 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-33px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example3 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-66px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example4 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-99px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example5 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-132px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example6 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-165px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example7 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-198px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example8 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-231px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example9 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-264px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example10 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-297px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example11 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-330px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example12 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-363px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example13 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-396px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example14 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-429px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example15 a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-462px;
	left:320px;
	width:100px;
	text-decoration:none;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.example1 a:hover, .example2 a:hover, .example3 a:hover, .example4 a:hover, .example5 a:hover, .example6 a:hover, .example7 a:hover, .example8 a:hover, .example9 a:hover, .example10 a:hover, .example11 a:hover, .example12 a:hover, .example13 a:hover, .example14 a:hover, .example15 a:hover {visibility:visible}/* ie bug needed to make span show*/
.example1 a:hover span, .example2 a:hover span, .example3 a:hover span, .example4 a:hover span, .example5 a:hover span, .example6 a:hover span, .example7 a:hover span, .example8 a:hover span, .example9 a:hover span, .example10 a:hover span, .example11 a:hover span, .example12 a:hover span, .example13 a:hover span, .example14 a:hover span, .example15 a:hover span {visibility:visible;}/* show image on hover*/

#news_image {
	float: left;
	width: auto;
	margin: 0px;
	padding: 5px 5px 7px 5px;
}
#news_image span {
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	text-indent: 0;
	padding: 0px;
	margin: 0px 0px 0px;
}
#div_tag, #div_tag a, #div_tag :hover, #div_tag :visited {
	float: right;
	border: thin solid #000000;
	text-align: center;
	text-decoration:none;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	color: #FFFFFF;
	background-color: #000000;
}
#mainbody {
	background-repeat: no-repeat;
}
#contact_text {
	background-color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding: 10px;
	margin: 10px;
	border: #000000 thin solid;
	width: 170px;
}
