#wholePage {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	width: 765px;
	margin-left: auto;
	margin-right: auto;
}

#navbar	{
	width: 185px;
	float: left;
}
#navbar p	{
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: .75em;
}
#navbar a:link {	
	color: #428A7A;
	text-decoration: none;
}
#navbar a:visited {
	color: #428A7A;
	text-decoration: none;
}
#navbar a:hover {
	color: #336699;
	text-decoration: none;
}

#main	{
	margin-left: 190px;
}
#main p	{
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: .85em;
}

#main ul {
	font-size: .85em;
}

h1 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #428A7A;
	font-size: 1.2em;
	padding:0px;
	margin:0px;
	text-align: left;
	font-weight: normal;
}

h2	{
	font-size: 1em;
	padding-top:5px;
	margin-top:5px;
	padding-bottom:1px;
	margin-bottom: 1px;
	text-align: left;
	font-style: normal;
	color: #428A7A;
	font-weight: normal;
} 

h3 	{
	font-size: 0.9em;
	font-style: normal;
	color: #006666;
	padding-top:1px;
	margin-top:1px;
	padding-bottom:1px;
	margin-bottom:1px;
	font-weight: normal;
} 

h4 	{
	font-size: 0.8em;
	font-style: normal;
	color: #003366;
	padding-top:1px;
	margin-top:1px;
	padding-bottom:1px;
	margin-bottom:1px;
	font-weight: normal;
}

.indent {
	text-indent: 15pt;
	font-size: 0.8em;
}
.fullIndent {
	padding-left: 25px;
}

code 	{
	color: #006600;
	font-weight: bolder;
}

caption {
	font-size: .9em;
	font-weight: bold;
	color: #000099;
}
.myBullet {
	list-style-image: url(images/bull_blue.gif);
	font-size: .8em; 
	font-family: "Trebuchet MS", Geneva, sans-serif;
}
.bulletCheckbox {  font-size: .9em; list-style-image: url(../images/checkbox.gif); vertical-align: text-bottom}

.numberedList 	{
	font-size: 0.85em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#footer {
	font-size: .65em;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #990000;
	text-align: center;
	color: #666666;
	clear: left;
}
.myHighlight {
	background-color: #FFFF00;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}

table {
	border-collapse: collapse;
}
td {
	border-bottom: thin navy groove;
}