@charset "utf-8";
/* CSS Document */

img{
border:0;
}
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#body {
	background-color:#024482;
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat-x; 
	background-attachment: fixed;
	width:100%; 
	height:auto; 
	background-position:top; 
	position:absolute; 
	padding:0; 
	margin:0;
}
#main {
	background-image:url(../images/main.png); 
	background-repeat:repeat-y; 
	width:800px; 
	height:auto;
	text-align:center;
	top:0px; 
	position:relative;
	padding:0px; 
}
#header{ 
	background-image: url(../images/header-bg.png); 
	background-repeat:no-repeat; 
	background-position:top; 
	height:70px; width:800px; 
	margin:0; 
	padding:0; 
	text-align:left;
	border-bottom:1px solid black;
}
#header h1{
	font-size: 26px;
	margin-left:60px;	
	margin-top:10px; 
	width:500px
}
#header div{
	height:10px;
	display:inline;
	width:400px; 
	top:10px; 
	padding:0; 

	position:relative;
	float:left;
}
#header div.searchbox{
	
	width:auto; 
	font-size:12px;
	margin-top:10px; 
	margin-right:10px; 
	height:30px;
	padding:0; 
	position:relative;
	float:right;
}
#menu{
	position:relative; 
	width:175px; 
	padding:0; 
	margin:0; 
	left:0;
}
#footer{ 
	background-image: url(../images/footer.png); 
	background-repeat:no-repeat; 
	background-position:bottom; 
	height:25px; width:800px; 
	clear:both; 
	background-color:#fafcfe;
}
#logo{
	position:absolute;
	z-index:2;
	left: -70px;
	top: -12px;
	width:150px;
	height:175px;
}
#tabs {
	margin-top:0px;
	margin-right:12px;
	height:auto;
	width:auto;
	clear:both;
}
#tabs ul li a:link, #tabs ul li a:visited{
	position:relative; 
	display:block; 
	background-image: url(../images/tab.jpg); 
	line-height:50px; 
	width:100px; 
	margin-left:1px; 
	float:left; 
	font-weight:bold; 
	height:50px; 
	text-decoration:none;
	color:#000000;
}
#tabs ul li a:hover,#tabs ul li a:active{
	display:block; 
	background-image: url(../images/active_tab.jpg); 
	line-height:50px; 
	vertical-align:middle; 
	cursor:pointer; 
	color:#000000; 
	font-weight:bold;
	width:100px; 
	margin-left:1px; 
	float:left;
}
#tabs li{
	list-style:none; 
	display:inline; 
}
#tabs ul{
	float:right; 
	height:auto; 
	margin:0; 
	padding:0; 
}

#top {
	height:180px; 
	width:780px; 
	background-color:#fff; 
	margin-right:15px; 
	position:relative; 
	clear:both; 
	float:left; 
	margin-left:10px; 
	top:1px; 
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat; 
	background-position: left top; 
	padding:0px;
}
#top h2 {
		margin-top:20px;
}
.rightimg {
		float:right;
}
.lefttxt {
	float:left; 
	width:50%; 
	padding-left:15px; 
	padding-top:15px; 
	text-align:left; 
	font-size:15px; 
	font-weight:normal; 
	margin:0;
}
.lefttxt p{
	margin:0; 
	padding:0;
}
.lefttxt h2{
	font-size:20px; 
	font-weight: normal; 
	margin:10px 0 0 0 ; 
	padding:0;
}
#top div div{ 
	text-align:center; 
	position:relative; 
}
#content{
	clear:both; 
	position:relative; 
	width:auto ;
	margin: 5px 10px;
	height:auto;
}
#leftcontent{
	clear:left; 
	float:left; 
	width:auto; 
	position:relative; 
	left:0px;padding:0; 
	margin:0;
}


.menutop { 
	background-color:#A9DBF4; 
	width:200px; 
	float:left; 
	margin-top:5px; 
	height:45px; 
	line-height:45px; 
	text-align:left; 
	font-size:14px; 
	padding-left:10px; 
	font-weight:normal; 
}
.menubody{ 
	background-color:#DDF1FF; 
	width:200px; 
	float:left;
	text-align:left; 

	padding-left:10px; 
	font-weight:normal; 
	clear:left; 
	position:relative;
}
.menubody li{
	list-style: url('../images/bullet.png');
	padding:0px 5px 2px 0; 
}

.menubody ul{
	padding:5px 0 15px 20px; 
	margin:0;
}
.menubody a:link{
	color:#0072FF; 
	font-size:12px; 

	text-decoration:none;
}
.menubody a:visited{
	color:#555; 
	font-size:12px; 
 
	text-decoration:none; 	
}
.menubody a:hover{
	color:#0099FF; 
	font-size:12px; 

	text-decoration:underline; 
}
.menubody a:active:hover{
	color:#000000; 
	font-size:12px; 
	font-weight:lighter; 
	text-decoration:none; 
}
.menu {
	background: url(../images/tabback.jpg) repeat-x;
	height: 50px;
	width: 800px;
	text-align:center;
	float:left;
	position:relative;
	margin-top:5px;
	margin-right:2px;
}
.cssnav	{
	position:relative;
	float: right;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/button_on.gif) no-repeat;
	width: 102px;
	height: 34px;
	margin-top:3px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 12px;

	width: 100px;
	height: 34px;
	display: block;
	float: left;
	color: #ffffff; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
	color: #ffffff;
	font-weight:bold;
}
.cssnav img {
	width: 100px; 
	height: 34px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.cssnav a:hover img{
	visibility:hidden
}
.cssnav span {
	position: absolute;
	left: 10px;top: 10px;
	text-align: center;
	width: 80px;
	cursor: pointer;   
}
#searchbox{
	position: relative; 
	clear:left; 
	width:215px;
}
.textfield{
	margin-top:5px; 
	margin-bottom:15px;
}
.searchimg{
	position:absolute;
	width:71px;
	height:74px;
	left: 155px;
	top: 10px;
	z-index:20;
}
p.underline{
	border-bottom: dashed thin #ddd; 
}
#rightcontent {
	position:relative; 
	float:right; 
	padding-right: 20px;
	width:540px; 
	text-align:justify;
}
#rightcontent p{
	font-size: 14px;
	text-align: justify;
	padding-bottom: 15px;
	padding-right: 20px; 
	padding-top:5px; 
	margin:0;
}
#rightcontent i{
	font-size: 12px;
	color:#ff2222; 
	text-align: justify;
	padding-bottom: 5px;	
}
#rightcontent a:link,#rightcontent a:visited{
	text-decoration:none; 
	color:#0099FF; 
	margin:0;
}
#rightcontent a:hover{
	text-decoration:underline; 
	color:#0033FF; 
	margin:0;
}
#rightcontent li{ 
	list-style: url('../images/rcbullet.png');

}
#rightcontent ul{
	margin:0; 
	padding-left:25px;
	padding-bottom:5px;
	font-size: 14px;
	font-weight:bold;
}
#rightcontent dl{
	width:450px; 
	margin:0; 
	padding:5px;
}
#rightcontent dt{
	font-size: 14px;
	font-weight:bold;
}
#rightcontent dd{
	font-size: 14px;
	font-weight:normal;
}

#rightcontent h1{
	font-size: 22px;
}

#rightcontent h2{ 
	font-size: 18px;
	padding-right: 20px;
	margin-top:5px; 
	margin-bottom:5px;
}
#rightcontent h3{ 
	font-size: 16px;

	margin-top:5px; 
	margin-bottom:5px;
}

span.textpurpbold {
	color:#dd00dd;
	font-weight:bold;
}
span.bigfontbold {
	font-size:18px;
	font-weight:bold;
}
#bottom{ 
	clear:both; 
	background-color:#a9dbf4; 
	margin:5px 11px 0 9px; 
	top:5px; 
	text-align:left; 
	padding:5px 0 0 0; 
	height:30px
}
#left p{padding:10px 10px 5px 10px; 
	font-size:10px; 
	width:auto; 
	margin:0;
}
#right p{
	padding:10px 10px 5px 10px; 
	font-size:10px; 
	width:auto; 
	margin:0; 
}
#left{ 
	float:left; 
	position:relative; 
	width:auto; 
	border-right:solid thin #666666; 
	display:inline; 
	padding:0 150px 0 0; 
	margin:2px 0 0 0; 
}
#right{ 
	float:right; 
	position:relative; 
	width:auto; 
	display:inline;
	padding:0 0 0 150px; 
	margin:2px 0 0 0;
}
/* example tables
---------------------------------------------------------------------------------------------------------------------------------------------------*/
table.exampleTable{ 
	width:525px;
	padding:3px; 
	background-color:#ffffff;
	border: 2px solid #777;
	margin: 5px ;
}
table th.tableAttribute{
	width:150px;
	padding: 2px;
}
table th.tableTag{
	width:75px;
}
tr{  
	padding:20px; 
	background-color:#ddd;
	border: 2px solid gray;
	margin: 20px ;
}
td{
	padding: 4px;
}
td#tagDescription{
	font-size: 13px;
}
td#tagDescription span{
	font-size: 16px;
	font-weight: bold;
}
td#tagName{
	font-weight: bold;
}