@CHARSET "UTF-8";

* {margin:0;padding:0}
html,body {
	height:100%; 
	color: black; 
	background-color: #F6F6F6;
	font-family: "Verdana", "MS Sans Serif", "Arial", "Helvetica", sans-serif;
}
#wrapper{
	height:100%;
	width:100%;
	vertical-align:middle;
}
#outer{
	vertical-align:middle;
	text-align: center;
}

#contentdiv {
	width: 960px;
	height: 500px;
	border: 2px solid black;
	position: relative;
	background-color: white;
	top: -6px;
	left: -6px;
}


/*#contenttable {
	width: 960px;
	height: 500px;
	border: 2px solid black;
	position: relative;
/*	top: -4px;* /
	background-color: white;
/*	_top: 0px;* /
	top: -6px;
	left: -6px;
}*/

/*#contentcell {
	width: 960px;
	height: 500px;
}*/

#rightpageshadow {
	margin-left: auto;
	margin-right: auto;
	width: 964px;
	height: 504px;
/*	border-right: 4px solid #666666;*/
	background-color: #666666;
}

#bottompageshadow {
	margin-left: auto;
	margin-right: auto;
	width: 964px;
	height: 4px;
	position: relative;
	left: 2px;
	border-top: 4px solid #666666;
}

#stripe_and_menu_table {
	width: 960px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
}

#stripe_and_menu_menucell {
	width: 960px;
	height: 106px;
}

#stripe_and_menu_content {
	width: 960px;
	height: 370px;
}

#stripe_and_menu_content_div {
	height: 350px;
	padding-left: 50px;
	padding-right: 50px;
}


#stripe_and_menu_bottomcell {
	background-image: url(../img/blackstripe.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 24px;
	width: 960px;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

#stripe_and_menu_bottomcelldiv {
	padding-top: 6px;
}

A {
	color: black;
	text-decoration: none;
	border: 0px solid black;
}

A:visited {
	color: black;
}

A:hover {
	color: black;
	text-decoration: underline;
}

P {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

IMG {
	border: 0px solid black;
}

/*
P:firstline {
	margin-left:  5ex;
}*/

.content_font {
	font-size: 12px;
	color: black;
}

.firstline_mi {
	margin-right: 0px;
	font-size: 12px;
}

.secondline_mi {
	font-size: 12px;
}

.thirdline_mi {
	font-size: 11px;
	margin-right: 30px;
}

.fourthline_mi {
	font-size: 11px;
	margin-right: 30px;
}


.fl_mi { 
/* firstclass_menuitem_link */
	font-weight: bold;
}

.fl_mi:hover {
	color: #ED9E00;
}

.norm_mi {
	margin-right: 22px;
	white-space: nowrap;
}

.norm_mi:hover {
	color: #ED9E00;
}

.miactive {
	color: #ED9E00;
}


.miactive:link {
	color: #ED9E00;
}

.miactive:visited {
	color: #ED9E00;	
}

.maillink {
	color: blue;
	text-decoration: none;
}

.maillink:hover {
	color: blue;
	text-decoration: underline;
}

.maillink:visited {
	color: blue;
}

.rightp {
	margin-top: 20px;
	line-height: 150%;
}

#full_image {
}

#full_image_div {
	text-align: center;
	margin-top: -15px;
}

.ImgViewThumb {
	margin: 2px;
	border: 1px solid black;
	cursor: pointer;
}

.imagethumbs {
	text-align: center;
	padding-top: 2px;
}

.zoomimg {
  cursor: pointer;
}

#zoom_btn_div {
  float: right;
  position: relative;
  left: 7px;
}

.constantspace {
margin-right: 60px;
}

.aligntoright {
text-align: right;
margin-right: 0px;
}

.aligntoright_mi, aligntoright_mi:link {
margin-right: 0px !important;
}
A.norm_mi {
margin-right: 15px;
}