body{
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(header.jpg) right repeat-y;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#logo{
	position:absolute;
	top: 15px;
	right: 45px;
	z-index:10;
}
#header{
	padding-top: 35px;
	border-bottom: 1px solid #E7E3A0;
}

#tabNavContainer{
	background: #D2BE8C url(globalnav.jpg) bottom repeat-x;
	overflow:hidden;/* keeps height */
	clear:both;
}
#tabs{
	padding: 3px 10px 0px;
	width: 700px;
}
#tabs li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	list-style: none;
	white-space: nowrap;
	display: inline;
}
#tabs ul, #subNav ul {
	margin: 0em;
	padding: 0em;
	display: inline;
}
#tabs a {
	color: #000;
	text-decoration: none;
	padding: 5px 12px;
	float: left;
	
}
#tabs a:hover {
	color: #FAEEC9;
}
#tabs li.selected a{
	color: #905A00;
	background: #FFF url(tabon.jpg) repeat-x top;
	border: 1px solid #FFF;
	border-right-color: #967F49;
	padding: 5px 10px;
}

/** SUBTAB STYLES **/
#subNav{
	background: #FFF url(subnav.jpg) repeat-x bottom;
	padding: 8px 10px;
	clear: both;
}
#subNav a {
	color: #905A00;
	text-decoration: none;
	padding: 2px 5px;
}
#subNav a:hover {
	text-decoration: underline;
}
#subNav li {
	font-size: 80%;
	list-style: none;
	white-space: nowrap;
	display: inline;
}
#subNav .selected a {
	text-decoration: underline;
}
/** END SUBTABS **/

#content{
	padding: 10px 40px;
}

h1 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 120%;
	color: #330066;
	text-decoration: none;
}
h2 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 100%;
}
h3 {
	font-size: 90%;
	margin-bottom: 0em;
}
h4 {
	font-size: 80%;
	margin-bottom: 0em;
}
img{
	border: 0px;
}
li img, p img{
	vertical-align: middle;
}
li{
	font-size: 80%;
}
p{
	font-size: 80%;
	margin-top: .25em;
}

thead th, .solidrow{
	background-color: #D2BE8C;
}

.alert{
	color: #CC0000;
}
#footer{
	color:#666666;
	font-size: 70%;
	text-align: center;
	margin: 50px 10px 10px;
	clear:both;
}

/* TABLES */
td,th{
	font-size: 80%;
}
td p, td li {
	font-size: 100%;
}
.catalog{
	border: 1px solid #666666;
	border-collapse:collapse;
	width: 80%;
}
.catalog td, .catalog th{
	border: 1px solid #666666;
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
}

/* Calendar */
#calendar{
	background-color:#FFFFFF;
	border: 1px solid;
	border-color: #999999 #FFFFFF #FFFFFF #999999; /* T R B L */
}
#calendar div{
	text-align: right;
}
#calendar td{
	border: 1px solid;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
	padding: 2px 5px;
	vertical-align: top;
}
#calendar th {
	white-space: nowrap;
	border: 1px solid;
	border-color: #FFFFFF #999999 #999999 #FFFFFF; /* T R B L */
	background:	#EBEBD6;
	padding: 5px;
}
#calendar ul{
	margin: 0em;
	margin-left: 1.5em;
	padding-left:0em;
}
.month {
	color: #000000;
	font-weight: bold;
	background-color: #EBEBD6;
}
.today{
	background-color: #EBEBAB;
}
.past {
	color:#666666;
	background-color: #EAEAEA;
}

