html, body {
    height: 100%;
}


body{ 
	margin: 0;
	padding: 0;
	 text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #e5e5da url("../images/bg.jpg");
	font-size: 12px;
}

#container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    height: 100%;
    width: 1024px;
}

#contain {
    position: absolute;
    width: 1024px;
    height: 768px;
    top: 50%;
    margin-top: -384px; /* Half of splash height */
    vertical-align: center;
    border: 0px solid #000;
    background: #e5e5da url("../images/site_bg.jpg");
}

#page {
	text-align: center;
	height: 768px;
	border: 0px solid #000;
	
}

#main {
	padding: 10px 30px 20px 30px;
	border: 0px solid #000;
	padding-right: 40px;
}

table.main{
	width: 1024px;
    height: 768px;
    border: 0px solid #000;
    
}

td.main{
	font-size: 12px;
	font-family: Tahoma;
    
}

a{
	font-size: 14px;
	font-weight: bold;
	color:#cc0033;
	text-decoration: none;
}

h1{
	font-size: 22px;
	color:#bf0000;
	text-align: right;
	font-family: Minion pro, Arial, Helvetica, sans-serif;
}	

h2{
	font-size: 14px;
	color:#cc0033;
}	

div.title{
	font-size: 16px;
	color:#cc0033;
	text-align: left;
}
div.article{
	font-size: 14px;
 	color:#3333333; 
 	text-align: left;
}

div.article2{
	height: 300px;
	font-size: 14px;
 	color:#3333333; 
 	text-align: left;
 	overflow:auto;
}


/* popup style */


#lightbox{
background-color:#FFFFFF;
padding: 10px;
border: 1px dotted #394960;
text-align: center;
}

#lightboxDetails{
font-family: Verdana, Tahoma, Arial;
font-size: 0.8em;
padding-top: 0.4em;
font-weight: bold;
color: #000;
}

#lightboxCaption{ float: center; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }


#lightbox img{ border: none; clear: both;} 

#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
background-color: #333;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
