/*Generic stylesheet for Origins website*/
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #F9F3DC;
}
a:link, a:visited, a:hover {
	text-decoration:none;
	color:#4E236A;
	/*color:#9276a3;  old color*/
	cursor:pointer;
}
p.spacer{
	margin: 0;
	padding: 0;
	font-size: 1px;
	clear: both;
}
#theFrame{
	margin: 0 auto;
	padding: 0;
	width: 820px;
	text-align:left;
}
#topNav{
	margin: 0;
	padding:6px 0 0 0;
	height: 24px;
	width: 820px;
	background-image: url(../images/navbar_bkgd.jpg);
	background-position:right;
	background-repeat: no-repeat;
	font-size:11px;
}
#buttons{
	margin: 0 0 0 230px;
	padding:0;
	height:24px;
	text-align:left;
}
/*
#buttons a{
	margin: 0;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#000000;
}
#buttons a:hover{
	background-color:#F7E9B4;
}*/

#titleBar {
	margin: 0;
	padding: 0;
	height: 96px;
	width: 820px;
	background-repeat: no-repeat;
}
#theMenu{
	margin:0;
	padding:0 0 2px 21px;
	width: 203px;
	float:left;
	background-image:  url("../images/menu_shadow_bot.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#topMenu{
	border-bottom:2px solid white;
	font-size:11px;
}
#topMenu a{
	display: block;
	padding: 5px 0 5px 5px;
	background-color:#F9F3DC;
	border-bottom:2px solid white;
}
#topMenu a:hover{
	background-color:#F7E9B4;
}
#midMenu{
	margin:-2px 0 0 0;
}
#midMenu a{
	margin:0;
	padding:0;
	display:block;
	border-bottom:2px solid white;
}
#lowerMenu{
	margin: 0;
	padding: 2px 0 0 2px;
	background-image:  url("../images/menu_shadow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	font-size:11px;
}
#lowerMenu a{
	padding: 5px 5px 5px 20px;
	display: block;
	background-image: url("../images/btn_trans_white.gif");
	border-bottom: 2px solid #E3D2ED;
}
#lowerMenu a:hover{
	background-image: url("../images/btn_trans_color.gif");
}
.homeText{
	margin: 0;
	padding:0px 290px 0px 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#9276a3;
}
/*
.contentHeading{
	font-weight:bold;
	color:#9276A3;
}*/
h1{
	margin: 0;
	padding:30px 0 20px 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#9276a3;
}
h2{
	margin: 0 0 0px 0;
	padding: 10px 0 0px 0;
	font-size:14px;
	font-weight:bold;
}
h3{
	margin: 0 0 -15px 0;
	padding: 10px 0 5px 0;
	font-size:12px;
	font-weight:bold;
	color:#9276A3;	
}
h4{
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}
.subhead{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.smallText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/*Body subMenu**************************/
#itemOne, #itemTwo, #itemThree, #itemFour, #itemFive, #itemSix, #itemSeven, #itemEight {
	margin: 0;
	padding: 0px 0 0 10px;
	visibility: hidden;
	display: none;
}
#footer{
	margin: 0 auto;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
}