/* General styles */
html {
	height: 			100%;
}


body {
	min-height: 100%;
	height: 100%!important;
}

body {
	margin:				0;
	font-family:		arial, verdana, helvetica;
	font-size:			10px;
	color:				#333333;
	font-weight:        normal;
	background-color: 	#ffffff;	
}

a {
	color:				#000000;
	text-decoration:	none;
}

a:hover {
	margin:				0;
	padding:			0;
	background-color:	#000000;
	color:				#FFFFFF;
}

a.linkhover1, a.linkhover2 {
	display:			block;
	width:				900px;
}

a.linkhover1:hover , a.linkhover2:hover  {
	background-color:	transparent;
	color:				none;
}

h1 {
	font-size:			24px;
	font-weight:		bold;
	color:				#000000;
	font-family:		arial, verdana, helvetica;
	margin:				0 0 10px 0;
	padding:			0;
	line-height:		22px;
}

h2 {
	font-size:			12px;
	font-weight:		bold;
	color:				#000000;
	font-family:		arial, verdana, helvetica;
	margin:				0 0 5px 0;
	padding:			0;
}

h2 a:hover {
	margin:				0;
	padding:			0;
	text-decoration:	none;
	background-color:	#000000;
	color:				#FFFFFF;
}

h3 {
	font-size:			12px;
	font-weight:		bold;
	color:				#000000;
	font-family:		georgia, arial, verdana, helvetica;
	margin:				0;
	padding:			0;
}

div.clear {
	height:				1px;
	overflow:			hidden;
	clear:				both;
	margin-top:			-1px;
}

#bgImageContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 768px;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

#bgImage {
	z-index: 1;
	width: 1024px;
	height: 768px;

}

/* MAIN */

div#main {
	position:			absolute;
	width:				910px;
	text-align:			left;
	margin:				10px 0 0 10px;
	padding:			0;	
	z-index: 2;
}

/* IE-specific hack */
* html div#main {
	/* mac hide \*/
	height: 100%;
	/* end mac hide*/
}

/* STYLES FOR CONTAINER */
div#container {
position:absolute; 
left: 100px;
top: 200px;
background-color:none;
width: 200px;
height: 400px;	
}
#txt {
font-size:12px;
padding: 10px;
background-color:#fff;
border-left: 0px solid #333;
border-right: 0px solid #333;
border-bottom: 0px solid #333;
text-align:justify;
height: 392px;
}

div.contentArea {
	margin:				49px 0 0 0;
	padding:			0;
}








ul#tabnav { 
float:right;
color: #000;
text-align: left; 
margin:  -37px 0 0 0; 
font: bold 14px verdana, arial, sans-serif; 
border-bottom: 0px solid #333; 
list-style-type: none;
padding: 10px 0px 10px 0px; 
}

ul#tabnav li { 
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
border-bottom: 0px solid #333; 
background-color: #fff; 
}

body#tab1 li.tab1 , body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { 
background-color: #fff; /
color: #000; 
position: relative;
top: 1px;
padding-top: 4px; 
border-bottom: 0px solid #333;
}

ul#tabnav li  { 
padding: 10px 10px 10px 10px; 
border: 0px solid #333; 
background-color: #FFF; 
color: #666; 
margin-right: 0px; 
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { 
background: #333333; 
}


