/************ GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg.png) repeat-x center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

a {
	font-weight: bold;	
	text-decoration: none;
	font-size: 13px;
	color: rgb(21,82,139);
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

p{
	padding: 0px 0px 0px 0px; /* top right bottom left */
	text-align: justify;
	font-size: 12px;
	color: #555555;
}

#picturearea{
	filter:alpha(opacity=100);
	opacity: 1;
}

/************* HEADER STUFF ************/

#header {
	width: 982px;
	height: 266px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px 0px;
	border: 0px;
}

/************* CONTENT ************/

#content {
	width: 982px;
	margin: 0px auto;
	background: #FFFFFF;
}

.homecontent {
	float: left;
	width: 300px;
	margin: 20px 10px 20px 10px;
	padding: 1px 0px 10px 10px; /* top right bottom left */
	font-size: 12px;
	text-align: left;
	color: #969696;
	border-top: 0px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 2px solid #BFBFBF;
	border-bottom: 2px solid #BFBFBF;
	background: url(images/title.gif) repeat-x center top;
}

.gallery{
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 2px solid #BFBFBF;
	border-bottom: 3px solid #BFBFBF;
}

#g_privacy{
	visibility: hidden; 
	position: absolute; 
	z-index: 1110; 
	width: 250px;
	padding: 0px 10px 20px 10px;
	border-top: 2px solid #BFBFBF;
	border-left: 2px solid #BFBFBF;
	border-right: 3px solid #888888 ;
	border-bottom: 3px solid #888888 ;
	background: #FFFFFF;
}

#picturearea{
	visibility: hidden; 
	position: absolute; 
	z-index: 1110; 
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #BFBFBF;
	border-right: 3px solid #888888 ;
	border-bottom: 3px solid #888888 ;
}

#javacontent {
	float: left;
	width: 980px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	font-size: 12px;
	text-align: left;
	color: #969696;
	border-top: 0px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 2px solid #BFBFBF;
	border-bottom: 0px solid #BFBFBF;
	background: url(images/title.gif) repeat-x center top;
}

#javacontent h2, #javacontent h3, #javacontent h4, #javacontent h5, #javacontent h6 {
	font-weight: bold;	
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 0px 5px;
	color: #333333;
}

#javacontent p{
	padding: 0px 5px 0px 5px; /* top right bottom left */
	text-align: justify;
	font-size: 12px;
	color: #555555;
}

.a_download {
	font-weight: bold;	
	font-size: 12px;
	color: #003366;
}

.s_download {
	font-weight: bold;	
	font-size: 10px;
	color: #969696;
}

ul{
	text-align: justify;
	font-size: 12px;
	color: #555555;
}

li{
	padding: 0px 0px 10px 0px;
}

/************* FOOTER ************/

#footer {
	width: 982px;
	margin: 0px auto;
	font-size: 9px;
	text-align: center;
	padding: 0px;
	color: #999999;
}

#content ul, #content ol{
	text-align: justify;
	font-size: 12px;
	color: #555555;
}

.top{
    text-align:right;
}

.PopBoxImageSmall{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
	width: 80px;
}
.PopBoxImageLarge{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink{
	cursor: pointer;
}
.PopBoxImageMove{
	border: none 0px #ffffff;
	cursor: pointer;
}

