﻿body { 
	margin: 0;   
	font-family: Verdana;
	}  
	
a img {border: none; } 



#container {width:100% }



div { border: #000; }



#header { 
	width: 100%; float: left;
	text-align: right;	
	 }


/* used for Unit in the heading */
.special { 
	color:darkgreen;
	text-align:right;
	font-size:small;
	margin-right: 5px;
}     					 

#main-holder {
	float:left;
	padding: 3px;
	}

	
#main {
	
	}

/* to center align a paragraph */
.center {
	text-align:center;
	}  					 

/* puts text into bolded dark blue to stand out */
.impnote {
	color: navy;
	font-weight: bold;
	}


/* indents text 5 spaces */
.indent {
	padding-left:2em;
	} 
	

/* makes font size small */
.small{
	font-size:small;
	}
	
	
/* makes font size extra small */
.xsmall {
	font-size:x-small;
	}


/* to bold text use span tags for part of line */
.strong {
	font-weight: bold;
	}

/* single thin line border on tables 
table.border1 {
	border: thin solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width:thin;
	border-right-width:thin;
	border-right-style:solid;
	border-top-width:thin;
	border-top-style:solid;
	border-style:solid;
	border-width:thin;
	
} */

/* no border on tables
table.border0 {
	border: none;
}  */


h2 {
	text-align: center;
	color: darkgreen;
}

h3 {
	text-align: center;
	}
	
h4 {
	text-align: center;
	}

#sidebar { 
	font-size: small;
	width: 20%; 
	float: left; 
	background-color:#c2e0c2;
	padding: 5px;
	}
	
#sidebar a:link {
	color: darkgreen; 
	background-color: transparent;
	}
	
#sidebar a:visited {
	color: green; 
	background-color: transparent;
	}
	
#content {
	border: thin;
	width: 55%;
	float: left;
	padding: 15px;
}

	
#quicklinks {
	font-size: small;
	color: darkblue;
	width: 20%;
	float: right;
	background-color: #E1FDFF;
	padding: 5px;
	}

#quicklinks a:link {
	color: darkblue; 
	background-color: transparent;
	}
	
#quicklinks a:visited {
	color: darkcyan; 
	background-color: transparent;
	}
