/* stylesheet.css */
html {
	margin: 0;
	padding: 0;

}

/* Style for page header */
#header {
margin: 0;
width: 100%;
background-color: #87ceeb;
}

/* Style for left sidebar */
#leftcolumn {
float: left;
display: inline;
width: 17em;
background-color:#ACD095;
/* Actual em*/
}

/* Style for right sidebar */
#rightcolumn {
float: right;
display:inline;
width: 17em;
background-color:#ACD095;
/* Actual em*/
}

/* Style for main content area */ 
#main {
/* Set left and right margins of main equal to widths of left and right margins */
margin-left: 17em;
margin-right:17em;
padding-left:1em;
padding-right:1em;
background-color:#ffffff;
}

/* Style for page footer */
#footer {
clear: both;
margin:0;
width: 100%;
background-color:#ACD095;

}



/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border-collapse: collapse;
margin: auto;

}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 5px;
}


/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right:5px;
}
/* Float image to right of paragraph */
img.floatRight{
   float: right;
	margin-left:5px;
}

/* Center image between margins */
div.center{
   width: 100%;
   text-align:center;
margin:0px;
}

#wrapper{
width:975px;
background-color:#ffffff;
margin:0px auto;
border:solid 1px #000000;

}
.style1 { 
font-size : 10px; 
}


/* Style rule for body headings */
body { 
	font: 66% Georgia, san-serif;
	line-height: 1.88889;
	color: #00008B;
	background-color:#7AC5CD;
background-image: url("pix/photos/texture.gif");
background-repeat: repeat;
	margin: 0; 
	padding:0;
}
/* Style rule for level 1 headings */
h1 { 
 background-color:#648dc7;
 color: #FFFFFF;
text-align: center; 
 font-style:italic normal 1.4em georgia, sans-serif; 
}

/* Style rule for level 2 headings */
h2 { 
	background-color:#648dc7;
text-align: center;
color: #FFFFFF;
text-align: center; 
font-style:italic;
	letter-spacing: 1px; 
	margin-top: 0; 

}

/* Style rule for level 3 headings */
h3 { 
	background-color:#F4B41F;
text-align: center;
color: #FFFFF;
font-style:italic;
	letter-spacing: 1px; 
	margin-top: 0; 

}
/* Style rule for level 4 headings */
h4 { 
	text-align: left;
	font-weight: bold; 
	text-decoration: none; 
	color:#00008B;
 	font-size:16px;
	}

/* Style rule for level 5 headings */
h5 { 
	font-weight: normal; 
	color: #00008B;
	margin:0px;
	text-align: left;
	font-size:14px;
}
/* Style rule for level 6 headings */

h6 { 

 	font-style:bold; 
	text-decoration: none;
	letter-spacing: 1px; 
	margin-top: 0; 
	color:#00008B;
	text-align: left; 

}



/* Generic style class for highlighting text */
.hilite{ background-color:#ffff00;
}

p { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00008B;
	margin-top: 0px; 
	text-align: center;
	}

p.right { 
	font-size: 16px;
        font-weight: bold; 
	text-decoration: none; 
	color: #00008B;
	margin-top: 0px; 
        margin-right: 30px;
	text-align: right;
	}

/* Custom bullet for bulleted lists */
ul{
   list-style-image: url("pix2/bullets/bulletg.png");
align:center
}
/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}



/* Paragraphs styled as tips */
p.tip {background-color:#ACD095;margin-left:100px;
margin-right:100px;padding:10px;border:solid thin #167A58;}
/* Paragraphs styled as warnings */
p.warning {background-color:#228B22;margin-left:100px;
margin-right:100px;padding:10px;border:solid thin #ACD095;
}
/* Paragraphs styled as tips */
p.tip2 {background-color:#ACD095;margin-left:170px;
margin-right:300px;padding:10px;border:solid thin #167A58;





}

ul#list-nav {
list-style:none;
margin:10px;
padding:0;
width:950px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:103px;
background:#485e49;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}



ul#list-nav li a:hover {
background:#a2b3a1;
color:#000
}

ul#list-menu {
list-style:none;
margin:10px;
padding:0;
border:solid #77a487;
border-width:1px 2px 2px 2px;
width:150px
}


ul#list-menu li a {
text-decoration:none;
display:block;
border-top:1px solid #668265;
padding:5px;
background:#485e49;
color:#eee
}

ul#list-menu li a:hover {
background:#a2b3a1;
color:#000
}



a:link { 
	font-weight: bold;
	text-decoration: none; 
	color: #00008B;
	}
a:visited { 
	font-weight: bold;
 text-decoration: none; 
	color: #8B008B;
	}
a:hover, a:active { 
	text-decoration: underline;
  color: #9685BA;
	}
acronym {
	border-bottom: none;
	}


