/*PERSONALWEBKIT.COM*/

html { 
  width: 100%;
  height: 100%;
}

body,p,li,td  {
        background-image:url(../img/dna2.jpg);
        background-size:100% 100%;
        scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#eaeaea;
	scrollbar-dark-shadow-color:#636563;
	scrollbar-face-color:#003366;
	scrollbar-highlight-color:#eaeaea;
	scrollbar-shadow-color:#eaeaea;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:justify;
}

.bodystyle{
margin: 0 auto; 
height: 100%;
width: 100%;                  
}

.table1 {
cellpadding:0;
cellspacing:0; 
border:0; 
width:900; 
height:auto;
padding-top:190;
}

.table2 {
padding-top:10;
padding-right:50;
width:auto; 
border:0; 
height:auto;
}


.divcontent {
	padding-left:60px;
	padding-right:10px;
}

.prenav {
	display:inline;
}
.tdheading{
	padding-right:10px;
}

ul {
	list-style-type : square;
}

/* Content Links */
a {
	text-decoration:underline;
}

/* Main Navigation links */
.mainnav {
	width: 100%;
	height: 18px;
	padding-left:10px;
	padding-top:2px;
	background-image:url(../img/nav.gif);
}

.sidenav {
	width: 50%;
	color:#ffffff;
      text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

.sidenav:hover {
	display: block;
	background: url(../img/hover.jpg);
	no-repeat; /*sets the background link image */
	height:19px;
	width:95px;
	line-height:19px;
}

.image
{
     border: solid 0px #ffffff;  
     box-shadow: inset 0 5px 10px orange, 2px 5px 13px white; 
     -webkit-box-shadow: inset 0 5px 10px yellow, 2px 5px 13px white; 
     -moz-box-shadow: inset 0 5px 10px grey, 2px 5px 13px white;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.mainnav1 {
font-size: 13px;
width: 100%;
font-weight: bold;
letter-spacing: 1px;
padding-top: 1px;
height: 20px;
width: 80px;
border-bottom: 1px solid #333333; 
background-color: #0099cc; 
}

.navstyle1 {
text-decoration: none;
color: #ffffff;
display: inline-block;
height: 15px;
width: 80px;
}

.navstyle1:hover {
display: inline-block;
height: 18px;
width: 80px;
background-color: #59aaff;
text-decoration: none;
color: #00177B;
}

.footer {
	font-family:arial,helvetica;
	font-size:9px;
	color:#ffffff;
	text-align:right;
	margin-left: 8;
	margin-right: 8;
	}

.cwklink {
	font-family:arial,helvetica;
	font-size:9px;
	color:#ffffff;  //ccffff
	text-align:right;
	
}

/* Headline style */
h2 {

	font-size: 24px;
	color:#003366;
	text-align:right;
	
	
}
/*Heading 1 */

h4 {
	
	font-size:13px;
	font-weight:bold;
	color: #003366;
	text-align:left;
	
}
/*Heading 2 */
h5 {
	
	font-size:13px;
	color:#000000;
	text-align:center;
	font-weight :bold;
	
	background-color : #f3f3ff; 
	margin-left : 2px;
	padding: 2px;
	
	}
/*Style 1 */
h6 {
	
	font-size:11px;
	font-weight: normal;
	color:#000000;
	text-align: justify;
	margin-left : 0;
	border: 1px solid #9999ff;
	padding: 3px;
	}

