/*
Main colors:
tan side bar: #CCCC99;
blue lines: #669999;
orange: #CC6600
*/
body{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* h1 is currently used for all of the page headers */
h1{
	color: #000000;
	font-size: 20px;
}
h2{
        color: black;
	font-size: 14px;
}

h2a{
        color: #CC6600;
	font-size: 14px;
}

h3{
	color: #CC6600;
	font-size: 18px;
}
h4{
	color: black;
	font-size: 12px;
}
h5{
	color: #990000;
	font-size: 12px;
}
h6{
	color: #000000;
	font-size: 12px;
}
hr{
	color: #BDD3D1;
}

p{
	color: #000000;
	font-size: 12px;
	text-indent: 1cm;
}
table{
	border: none;
	padding: 0mm;
}

td{
        border: none;
	padding: 0mm;
}

/* For images that need the hover to change to a hand */
.hoverHand{
        cursor: hand;
}

.leftmenu {
        background: #FFFFFF;
}

/* the left side menu */
a.menuitem {
	color: Black;
	font-size: 12px;
	font-weight: bold;
        text-decoration: none;
        margin-left: 7px;
}

a.menuitem:hover {
	color: #CC6600;
        text-decoration: underline;
}


/* these are for links in the body */
a.bodylink {
	color: #CC6600;
	font-size: 14px;
        text-decoration: underline;
}
a.bodylink:hover {
	color: black;
	font-size: 14px;
        text-decoration: underline;
}
