/* deafult CSS */

body {
		  margin: 5px;
			text-align: justify;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .90em; 
		 }

div#main {
				  width: 750px;
					margin: auto;
					border: thin solid #8b4513;
				 }

div#title {
					 clear: both;
					 padding: 5px;
					}

div.accessibility-bar {
											 text-align: right;
											 margin-top: 20px;
											 margin-bottom: 20px;
											}					
					
div#thisPage {
						  clear: both;
							font-size: .75em;
							border-bottom: thin solid #8b4513;
							padding: 5px;							
						 }
div#navigation {
							  float: left;
								width: 19%;
								height: auto;
								border-top: thin solid #8b4513;
								
							 }

div#content {
						 width: 76%;
						 float: right;
					/*	 background-color: #f0f8ff; */
						 padding-left: 5px;
						 padding-right: 5px;
					   border-left: thin dashed #8b4513;
						 border-top: thin solid #8b4513;						 
						}

div#footer {
					 clear: both;
					 text-align: center;
					 color: red;
					 font-size: 1.25em;
					 border-top: thin solid #8b4513;
					 padding: 5px 5px 5px 5px;		
					  background-color: #f0f8ff;		 
					 }

div#content-left {
								  float: left;
								  width: 49%;
									margin: 0px;
									padding: 2px;
								 }

div#content-right {
									 float: right;
									 width:49%;
									 margin: 0px;
									 padding: 2px;							 
									}			

div.content-block {
									 clear: both;
									 border: thin dotted gray;					 
									 padding-left: 5px;
 									 padding-right: 5px;
									 margin-top: 3px;
									 margin-bottom: 3px;
									}
img.logo {
				  float: left;
				 }
				 
img.thumb-image {
								 float: left;
								 margin-right: 5px;
								 margin-left: -5px;
								}
img { 
		 border: 0px; 
		 }
				 
h1.heading-1 {
					 font-size: 2.0em;
					 color: #8b4513;
					}
									
p.nav-bar {
					 background-color: green;
					 color: white;
 					 margin: 5px;
					 text-align: left;
					 border-top: thin solid #8b4513;
					 border-bottom: thin solid #8b4513;
					}
a.nav-bar {
					 color: white;
					 text-decoration: none;
					 border: none;
					}
a:hover.nav-bar {
								 color: yellow;
								  border: none;
								}					
a:visited.nav-bar {
								  color: #ffffcc;
								  border: none;
								 }					
.align-center {
							 text-align: center;
							}
							
.align-right {
						  text-align: right;
							}

.no-margin {
					 	margin: 0px;
					 }

h2.content-heading {
									  font-size: 1.25em;
 									  text-decoration: underline;
										margin-top: 6px;
										padding-left: 5px;
										border-left: solid 3px #8b4513;
										color: green;
										
									 }
h3.sub-heading {
							   margin-top: 6px;
								 margin-bottom: 0px;
								 font-size: 1em;
								 letter-spacing: 2px; 

							 }
		 
.small-cap {
						font-variant: small-caps;
						font-size: .75em;
						color: green;
					 }
							 
.color-green {
						  color: green;
						 }
						 
.color-red {
					  color: red;
					 }
.color-brown {
						 	color: #8b4513;
						 }					 

li.img-bullet 
					{
					 list-style-image: url("images/bullet-G1.jpg");
					 margin-bottom: 3px;
					
					}