
/* Main body style definition  */
BODY  {
	font-family : Arial, Helvetica, sans-serif
	font-size : x-small;
	border-color : #FFFFFF;
	margin: 0;
	padding: 0px;
}

/* Style for border around login on home page */
.login {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-style : outset;
	border-width : thick;
	border-color : #D4B147;
	text-align : center;
	padding : 15px;
	color : #004080;

}

.smaller {
	font-size : x-small;
}
.theader {
	background-color : #CEB65C;
	font-weight : bold;
}

.oddrow {
	background-color : #DFE5F1;
	font-size : x-small;
}
.evenrow {
	background-color : #FFFFFF;
	font-size : x-small;
}

/*defines the container*/
#sidebar {
position: absolute;
left: 5px;
top: 125px;
width: 450px;
font-size: .8em;
}

/*defines the container*/
#sidebar2 {
width: 80px;
font-size: .8em;
}

/*removes bullet list*/
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

/*removes bullet list*/
#navlist2 {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

/*link styles*/
#navlist a, #navlist a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(images/button.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
}

/*link styles*/
#navlist2 a2, #navlist2 a2:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(images/button.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
}

/*the hover activity*/
#navlist a:hover {
background-color: #9F6F9F;
background-image:  url(images/overbutton.jpg);

color: #2D1E2D;
}

/*the hover activity*/
#navlist2 a:hover {
background-color: #9F6F9F;
background-image:  url(images/overbutton.jpg);

color: #2D1E2D;
}

/*"Where you are" ability*/
#sidebar #navlist .uberlink {
background-color: #9F6F9F;
background-image:  url(images/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
}

/*"Where you are" ability*/
#sidebar2 #navlist2 .uberlink {
background-color: #9F6F9F;
background-image:  url(images/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
}


.bgpic {
	background-image: url(/images/left.gif), url(/images/right.gif);
	background-repeat: repeat-y;
	background-position: top left, bottom right;
	height: 200px;
	border: 1px solid #000000;
}

#bk-div1 {
border: 0px solid #000;
background: url(images/tile.jpg);
}

.smallorange {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	border: 1px solid #000000;
	background-color : #CEB65C;
}
.font14 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
