@charset "utf-8";
/* CSS Document */
h1{
	color: #999999;
	font-size:16px;
	margin:0px;
}
h2{
	color:#6699FF;
	font-size:13px;
}
html, body {
	background-image: url(../images/bg_pattern.jpg);
	margin: 0px 0px;
	height: 100%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header  {
	background-image: url(../images/header_bg2.gif);
	background-position:left;
	color:#FFFFFF;
	height: 141px;
	border:#000000 solid 1px;
	border-bottom:0px;
	width:830px;
}
#footer  {
	background-image: url(../images/footer_bg2.gif);
	color:#ffffff;
	font-weight: bold;
	height: 41px;
	border:#000000 solid 1px;
	border-top:0px;
	width:830px;
	padding-top:50px;
}
.contentTable{
	width:832px;
	background-color: #ffffff;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.mainContent{
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	border-top:1px solid #ffffff;
	height:350px;
	width:650px;
}
.menuCell{
	background-color:#2f52d3;
	width:182px;
	color:#FFFFFF;
	background-image: url(../images/menubg.jpg);
	text-align:left;
	
}
.selected{
	font-size:12px;
	width:100%;
}
.menu{
	padding-left:5px;
	text-align:left;
}
.menuTop{
	border-bottom: #1c509c solid 1px;
}
.menuItem{
	border-top: #3366FF solid 1px;
	border-bottom: #1c509c solid 1px;
	padding-left:10px;
}
.menubottom{
	height: 16px;
	line-height:16px;
	background-image: url(../images/menubottom.gif);
}
a, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
	font-size:11px;
}
a.menu, a.menu:visited, a.menu:active{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}
a.menu:hover{
	cursor:pointer;
	color: #ffffff;
	font-size:12px;
}
.content{
	font-size:12px;
	background-color:#ffffff;
	
	/*overflow:auto;
	width:575px;
	height:340px;*/
	padding:30px;
}
hr{
background-color: #0099FF;}

.hide_me{
	display:none;
}

.tableHead{
	padding-right:3px;
	background-color:#CCC;
	border:1px #999 solid;
}

.tableCell{
	padding-right:3px;
	background-color: #FFC;
	border:1px #999 solid;
}

.border {
	padding:10px;
	border: 1px solid #ccc;
}

#imgGallery {
	height:322px; 
	width:500px; 
	z-index:50; 
	position: relative;
	overflow:hidden;
	margin:auto;
}